Home
last modified time | relevance | path

Searched refs:getStackLocalsRegion (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Core/
H A DLoopWidening.cpp59 const MemRegion *Regions[] = {MRMgr.getStackLocalsRegion(STC), in getWidenedLoopState()
H A DMemRegion.cpp859 MemRegionManager::getStackLocalsRegion(const StackFrameContext *STC) { in getStackLocalsRegion() function in MemRegionManager
1024 : static_cast<const MemRegion *>(getStackLocalsRegion(STC)); in getVarRegion()
1101 sReg = getStackLocalsRegion(STC); in getBlockDataRegion()
1128 sReg = getStackLocalsRegion(STC); in getCompoundLiteralRegion()
1197 return getSubRegion<CXXTempObjectRegion>(E, getStackLocalsRegion(SFC)); in getCXXTempObjectRegion()
1274 return getSubRegion<AllocaRegion>(E, cnt, getStackLocalsRegion(STC)); in getAllocaRegion()
/openbsd-src/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DMemRegion.h1391 getStackLocalsRegion(const StackFrameContext *STC);