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

/freebsd-12-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DLoopWidening.cpp60 const MemRegion *Regions[] = {MRMgr.getStackLocalsRegion(STC),
H A DMemRegion.cpp741 MemRegionManager::getStackLocalsRegion(const StackFrameContext *STC) { function in class:MemRegionManager
894 : static_cast<const MemRegion*>(getStackLocalsRegion(STC));
954 sReg = getStackLocalsRegion(STC);
982 sReg = getStackLocalsRegion(STC);
1048 return getSubRegion<CXXTempObjectRegion>(E, getStackLocalsRegion(SFC));
1125 return getSubRegion<AllocaRegion>(E, cnt, getStackLocalsRegion(STC));
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DMemRegion.h1272 /// getStackLocalsRegion - Retrieve the memory region associated with the
1275 getStackLocalsRegion(const StackFrameContext *STC);

Completed in 168 milliseconds