Searched refs:getVarRegion (Results 1 – 10 of 10) sorted by relevance
/netbsd/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/ |
H A D | LoopWidening.cpp | 77 const VarRegion *VarMem = MRMgr.getVarRegion(VD, LCtx); in getWidenedLoopState()
|
H A D | MemRegion.cpp | 920 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 D | CallEvent.cpp | 1364 Loc SelfLoc = SVB.makeLoc(MRMgr.getVarRegion(SelfD, CalleeCtx)); in getInitialStackFrameContents()
|
H A D | RegionStore.cpp | 1092 RM.getRegionManager().getVarRegion(VD, LCtx); in VisitCluster()
|
/netbsd/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/ |
H A D | VforkChecker.cpp | 171 ? M.getVarRegion(LhsDecl, C.getLocationContext()) in checkPostCall()
|
H A D | MallocChecker.cpp | 2774 VR = MemMgr.getVarRegion(VR->getDecl(), LC); in checkPostStmt()
|
/netbsd/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
H A D | Store.h | 135 return svalBuilder.makeLoc(MRMgr.getVarRegion(VD, LC)); in getLValueVar()
|
H A D | ProgramState.h | 663 return getStateManager().getRegionManager().getVarRegion(D, LC); in getRegion()
|
H A D | MemRegion.h | 1389 const VarRegion *getVarRegion(const VarDecl *VD, const LocationContext *LC);
|
/netbsd/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/ |
H A D | RetainCountChecker.cpp | 173 VR = MemMgr.getVarRegion(VR->getDecl(), LC); in checkPostStmt()
|