Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
HDMemRegion.cpp663 MemRegionManager::getStackLocalsRegion(const StackFrameContext *STC) { in getStackLocalsRegion() function in MemRegionManager
811 : static_cast<const MemRegion*>(getStackLocalsRegion(STC)); in getVarRegion()
870 sReg = getStackLocalsRegion(STC); in getBlockDataRegion()
899 sReg = getStackLocalsRegion(STC); in getCompoundLiteralRegion()
966 return getSubRegion<CXXTempObjectRegion>(E, getStackLocalsRegion(SFC)); in getCXXTempObjectRegion()
1028 return getSubRegion<AllocaRegion>(E, cnt, getStackLocalsRegion(STC)); in getAllocaRegion()
/NextBSD/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
HDMemRegion.h1157 getStackLocalsRegion(const StackFrameContext *STC);