Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DLoopWidening.cpp60 const MemRegion *Regions[] = {MRMgr.getStackLocalsRegion(STC), in getWidenedLoopState()
H A DMemRegion.cpp815 MemRegionManager::getStackLocalsRegion(const StackFrameContext *STC) { in getStackLocalsRegion() function in MemRegionManager
991 : static_cast<const MemRegion*>(getStackLocalsRegion(STC)); in getVarRegion()
1061 sReg = getStackLocalsRegion(STC); in getBlockDataRegion()
1089 sReg = getStackLocalsRegion(STC); in getCompoundLiteralRegion()
1155 return getSubRegion<CXXTempObjectRegion>(E, getStackLocalsRegion(SFC)); in getCXXTempObjectRegion()
1232 return getSubRegion<AllocaRegion>(E, cnt, getStackLocalsRegion(STC)); in getAllocaRegion()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DMemRegion.h1339 getStackLocalsRegion(const StackFrameContext *STC);