Home
last modified time | relevance | path

Searched refs:StackArgumentsSpaceRegion (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/
H A DNSErrorChecker.cpp203 if (const StackArgumentsSpaceRegion * in parameterTypeFromSVal()
204 stackReg = dyn_cast<StackArgumentsSpaceRegion>(VR->getMemorySpace())) in parameterTypeFromSVal()
H A DMallocChecker.cpp2172 if (isa<StackArgumentsSpaceRegion>(MS)) { in SummarizeRegion()
/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/
H A DMemRegion.cpp573 void StackArgumentsSpaceRegion::dumpToStream(raw_ostream &os) const { in dumpToStream()
859 const StackArgumentsSpaceRegion *
862 StackArgumentsSpaceRegion *&R = StackArgumentsSpaceRegions[STC]; in getStackArgumentsRegion()
867 R = A.Allocate<StackArgumentsSpaceRegion>(); in getStackArgumentsRegion()
868 new (R) StackArgumentsSpaceRegion(*this, STC); in getStackArgumentsRegion()
1282 return isa<StackArgumentsSpaceRegion>(getMemorySpace()); in hasStackParametersStorage()
1286 return isa<StackArgumentsSpaceRegion, GlobalsSpaceRegion>(getMemorySpace()); in hasGlobalsOrParametersStorage()
H A DRegionStore.cpp2204 if (isa<StackArgumentsSpaceRegion>(MS)) in getBindingForVar()
2806 cast<StackArgumentsSpaceRegion>(TR->getSuperRegion()); in VisitAddedToCluster()
/llvm-project-15.0.7/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DMemRegion.h425 class StackArgumentsSpaceRegion : public StackSpaceRegion {
429 StackArgumentsSpaceRegion(MemRegionManager &mgr, const StackFrameContext *sfc) in StackArgumentsSpaceRegion() function
1056 const StackArgumentsSpaceRegion *sReg) in CXXThisRegion()
1353 llvm::DenseMap<const StackFrameContext *, StackArgumentsSpaceRegion *>
1383 const StackArgumentsSpaceRegion *
H A DRegions.def50 REGION(StackArgumentsSpaceRegion, StackSpaceRegion)