Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/
H A DMismatchedIteratorChecker.cpp33 std::unique_ptr<BugType> MismatchedBugType; member in __anon937b46fc0111::MismatchedIteratorChecker
57 MismatchedBugType.reset( in MismatchedIteratorChecker()
283 auto R = std::make_unique<PathSensitiveBugReport>(*MismatchedBugType, Message, in reportBug()
294 auto R = std::make_unique<PathSensitiveBugReport>(*MismatchedBugType, Message, in reportBug()