Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DMismatchedIteratorChecker.cpp33 std::unique_ptr<BugType> MismatchedBugType; member in __anonc0ae1a800111::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()