Searched refs:getVarRegion (Results 1 – 8 of 8) sorted by relevance
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
H A D | Store.h | 136 return svalBuilder.makeLoc(MRMgr.getVarRegion(VD, LC)); in getLValueVar()
|
H A D | ProgramState.h | 705 return getStateManager().getRegionManager().getVarRegion(D, LC); in getRegion()
|
H A D | MemRegion.h | 1494 const VarRegion *getVarRegion(const VarDecl *VD, const LocationContext *LC);
|
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
H A D | MemRegion.cpp | 1002 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 D | CallEvent.cpp | 1397 Loc SelfLoc = SVB.makeLoc(MRMgr.getVarRegion(SelfD, CalleeCtx)); in getInitialStackFrameContents()
|
H A D | RegionStore.cpp | 1082 RM.getRegionManager().getVarRegion(VD, LCtx); in VisitCluster()
|
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/ |
H A D | RetainCountChecker.cpp | 172 VR = MemMgr.getVarRegion(VR->getDecl(), LC); in checkPostStmt()
|
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
H A D | MallocChecker.cpp | 3036 VR = MemMgr.getVarRegion(VR->getDecl(), LC); in checkPostStmt()
|