Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/cert/
H A DInvalidPtrChecker.cpp35 BugType InvalidPtrBugType{this, "Use of invalidated pointer", member in __anon95e4dbf30111::InvalidPtrChecker
127 if (&BR.getBugType() != &InvalidPtrBugType) in REGISTER_SET_WITH_PROGRAMSTATE()
190 if (!BR.isInteresting(PrevReg) || &BR.getBugType() != &InvalidPtrBugType) in postPreviousReturnInvalidatingCall()
220 if (!BR.isInteresting(MR) || &BR.getBugType() != &InvalidPtrBugType) in postPreviousReturnInvalidatingCall()
300 InvalidPtrBugType, Out.str(), ErrorNode); in checkPostCall()
343 InvalidPtrBugType, "dereferencing an invalid pointer", ErrorNode); in checkLocation()