Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/cert/
H A DInvalidPtrChecker.cpp291 if (const MemRegion *InvalidatedSymbolicBase = in checkPostCall() local
306 Report->markInteresting(InvalidatedSymbolicBase); in checkPostCall()
338 const MemRegion *InvalidatedSymbolicBase = in checkLocation() local
340 if (!InvalidatedSymbolicBase) in checkLocation()
349 Report->markInteresting(InvalidatedSymbolicBase); in checkLocation()