Home
last modified time | relevance | path

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

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