Home
last modified time | relevance | path

Searched refs:MsgParam (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DAnalysisBasedWarnings.cpp2437 unsigned MsgParam = 0; in handleUnsafeOperation() local
2442 MsgParam = 2; in handleUnsafeOperation()
2454 MsgParam = 1; in handleUnsafeOperation()
2462 MsgParam = 1; in handleUnsafeOperation()
2468 MsgParam = 3; in handleUnsafeOperation()
2474 MsgParam = 5; in handleUnsafeOperation()
2507 MsgParam = 4; in handleUnsafeOperation()
2515 S.Diag(Loc, diag::note_unsafe_buffer_operation) << MsgParam << Range; in handleUnsafeOperation()
2519 << MsgParam << D << Range; in handleUnsafeOperation()
2521 S.Diag(Loc, diag::warn_unsafe_buffer_operation) << MsgParam << Range; in handleUnsafeOperation()
[all …]