Searched refs:getVarRegion (Results 1 – 10 of 10) sorted by relevance
| /src/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
| H A D | LoopWidening.cpp | 78 const VarRegion *VarMem = MRMgr.getVarRegion(VD, LCtx); in getWidenedLoopState()
|
| 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()
|
| /src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | VforkChecker.cpp | 169 ? M.getVarRegion(LhsDecl, C.getLocationContext()) in checkPostCall()
|
| H A D | MallocChecker.cpp | 3036 VR = MemMgr.getVarRegion(VR->getDecl(), LC); in checkPostStmt()
|
| /src/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);
|
| /src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/ |
| H A D | RetainCountChecker.cpp | 172 VR = MemMgr.getVarRegion(VR->getDecl(), LC); in checkPostStmt()
|