Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Core/
H A DLoopWidening.cpp76 const VarRegion *VarMem = MRMgr.getVarRegion(VD, LCtx); in getWidenedLoopState()
H A DMemRegion.cpp964 const VarRegion *MemRegionManager::getVarRegion(const VarDecl *D, in getVarRegion() function in MemRegionManager
1632 OriginalVR = MemMgr.getVarRegion(VD, LC); in getCaptureRegions()
1636 VR = MemMgr.getVarRegion(VD, LC); in getCaptureRegions()
1641 OriginalVR = MemMgr.getVarRegion(VD, LC); in getCaptureRegions()
H A DCallEvent.cpp1369 Loc SelfLoc = SVB.makeLoc(MRMgr.getVarRegion(SelfD, CalleeCtx)); in getInitialStackFrameContents()
H A DRegionStore.cpp1086 RM.getRegionManager().getVarRegion(VD, LCtx); in VisitCluster()
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/
H A DVforkChecker.cpp173 ? M.getVarRegion(LhsDecl, C.getLocationContext()) in checkPostCall()
H A DMallocChecker.cpp2981 VR = MemMgr.getVarRegion(VR->getDecl(), LC); in checkPostStmt()
/openbsd-src/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DStore.h136 return svalBuilder.makeLoc(MRMgr.getVarRegion(VD, LC)); in getLValueVar()
H A DProgramState.h703 return getStateManager().getRegionManager().getVarRegion(D, LC); in getRegion()
H A DMemRegion.h1443 const VarRegion *getVarRegion(const VarDecl *VD, const LocationContext *LC);
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountChecker.cpp174 VR = MemMgr.getVarRegion(VR->getDecl(), LC); in checkPostStmt()