Searched refs:DebugMsgBugType (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
H A D | DebugContainerModeling.cpp | 31 const BugType DebugMsgBugType{this, "Checking analyzer assumptions", "debug", member in __anon3bf1f1870111::DebugContainerModeling 134 std::make_unique<PathSensitiveBugReport>(DebugMsgBugType, Msg, N)); in reportDebugMsg()
|
H A D | DebugIteratorModeling.cpp | 31 const BugType DebugMsgBugType{this, "Checking analyzer assumptions", "debug", member in __anonb54cda4e0111::DebugIteratorModeling 128 std::make_unique<PathSensitiveBugReport>(DebugMsgBugType, Msg, N)); in reportDebugMsg()
|