Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DLoopWidening.cpp77 const VarRegion *VarMem = MRMgr.getVarRegion(VD, LCtx); in getWidenedLoopState()
H A DMemRegion.cpp920 const VarRegion *MemRegionManager::getVarRegion(const VarDecl *D, in getVarRegion() function in MemRegionManager
1593 OriginalVR = MemMgr.getVarRegion(VD, LC); in getCaptureRegions()
1597 VR = MemMgr.getVarRegion(VD, LC); in getCaptureRegions()
1602 OriginalVR = MemMgr.getVarRegion(VD, LC); in getCaptureRegions()
H A DCallEvent.cpp1364 Loc SelfLoc = SVB.makeLoc(MRMgr.getVarRegion(SelfD, CalleeCtx)); in getInitialStackFrameContents()
H A DRegionStore.cpp1092 RM.getRegionManager().getVarRegion(VD, LCtx); in VisitCluster()
/netbsd/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DVforkChecker.cpp171 ? M.getVarRegion(LhsDecl, C.getLocationContext()) in checkPostCall()
H A DMallocChecker.cpp2774 VR = MemMgr.getVarRegion(VR->getDecl(), LC); in checkPostStmt()
/netbsd/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DStore.h135 return svalBuilder.makeLoc(MRMgr.getVarRegion(VD, LC)); in getLValueVar()
H A DProgramState.h663 return getStateManager().getRegionManager().getVarRegion(D, LC); in getRegion()
H A DMemRegion.h1389 const VarRegion *getVarRegion(const VarDecl *VD, const LocationContext *LC);
/netbsd/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountChecker.cpp173 VR = MemMgr.getVarRegion(VR->getDecl(), LC); in checkPostStmt()