Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DInvalidatedIteratorChecker.cpp34 std::unique_ptr<BugType> InvalidatedBugType; member in __anon77622f660111::InvalidatedIteratorChecker
53 InvalidatedBugType.reset( in InvalidatedIteratorChecker()
132 auto R = std::make_unique<PathSensitiveBugReport>(*InvalidatedBugType, in reportBug()