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.cpp2233 unsigned MsgParam = 0; in handleUnsafeOperation() local
2237 MsgParam = 2; in handleUnsafeOperation()
2249 MsgParam = 1; in handleUnsafeOperation()
2257 MsgParam = 1; in handleUnsafeOperation()
2263 MsgParam = 3; in handleUnsafeOperation()
2278 MsgParam = 4; in handleUnsafeOperation()
2286 S.Diag(Loc, diag::note_unsafe_buffer_operation) << MsgParam << Range; in handleUnsafeOperation()
2288 S.Diag(Loc, diag::warn_unsafe_buffer_operation) << MsgParam << Range; in handleUnsafeOperation()
2300 unsigned MsgParam = 0; in handleUnsafeOperationInContainer() local
2311 S.Diag(Loc, diag::note_unsafe_buffer_operation) << MsgParam << Range; in handleUnsafeOperationInContainer()