Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/
H A DDebugContainerModeling.cpp31 std::unique_ptr<BugType> DebugMsgBugType; member in __anon6d1a02b70111::DebugContainerModeling
59 DebugMsgBugType.reset( in DebugContainerModeling()
140 BR.emitReport(std::make_unique<PathSensitiveBugReport>(*DebugMsgBugType, in reportDebugMsg()
H A DDebugIteratorModeling.cpp31 std::unique_ptr<BugType> DebugMsgBugType; member in __anon0c1f857e0111::DebugIteratorModeling
62 DebugMsgBugType.reset( in DebugIteratorModeling()
134 BR.emitReport(std::make_unique<PathSensitiveBugReport>(*DebugMsgBugType, in reportDebugMsg()