Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DInvalidatedIteratorChecker.cpp34 const BugType InvalidatedBugType{this, "Iterator invalidated", member in __anone7a7c2320111::InvalidatedIteratorChecker
128 auto R = std::make_unique<PathSensitiveBugReport>(InvalidatedBugType, Message, in reportBug()