Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DAllocationState.h31 const MemRegion *getContainerObjRegion(ProgramStateRef State, SymbolRef Sym);
H A DInnerPointerChecker.cpp282 const MemRegion *getContainerObjRegion(ProgramStateRef State, SymbolRef Sym) { in getContainerObjRegion() function
307 allocation_state::getContainerObjRegion(N->getState(), PtrToBuf); in VisitNode()
H A DMallocChecker.cpp3699 allocation_state::getContainerObjRegion(statePrev, Sym); in VisitNode()