Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DStore.h136 return svalBuilder.makeLoc(MRMgr.getVarRegion(VD, LC)); in getLValueVar()
H A DProgramState.h705 return getStateManager().getRegionManager().getVarRegion(D, LC); in getRegion()
H A DMemRegion.h1494 const VarRegion *getVarRegion(const VarDecl *VD, const LocationContext *LC);
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DMemRegion.cpp1002 const VarRegion *MemRegionManager::getVarRegion(const VarDecl *D, in getVarRegion() function in MemRegionManager
1680 OriginalVR = MemMgr.getVarRegion(VD, LC); in getCaptureRegions()
1684 VR = MemMgr.getVarRegion(VD, LC); in getCaptureRegions()
1689 OriginalVR = MemMgr.getVarRegion(VD, LC); in getCaptureRegions()
H A DCallEvent.cpp1397 Loc SelfLoc = SVB.makeLoc(MRMgr.getVarRegion(SelfD, CalleeCtx)); in getInitialStackFrameContents()
H A DRegionStore.cpp1082 RM.getRegionManager().getVarRegion(VD, LCtx); in VisitCluster()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountChecker.cpp172 VR = MemMgr.getVarRegion(VR->getDecl(), LC); in checkPostStmt()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DMallocChecker.cpp3036 VR = MemMgr.getVarRegion(VR->getDecl(), LC); in checkPostStmt()