Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DRegions.def50 REGION(StackArgumentsSpaceRegion, StackSpaceRegion)
H A DMemRegion.h429 class StackArgumentsSpaceRegion : public StackSpaceRegion {
433 StackArgumentsSpaceRegion(MemRegionManager &mgr, const StackFrameContext *sfc) in StackArgumentsSpaceRegion() function
1078 const StackArgumentsSpaceRegion *sReg) in CXXThisRegion()
1416 llvm::DenseMap<const StackFrameContext *, StackArgumentsSpaceRegion *>
1446 const StackArgumentsSpaceRegion *
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DMemRegion.cpp605 void StackArgumentsSpaceRegion::dumpToStream(raw_ostream &os) const { in dumpToStream()
913 const StackArgumentsSpaceRegion *
916 StackArgumentsSpaceRegion *&R = StackArgumentsSpaceRegions[STC]; in getStackArgumentsRegion()
921 R = new (A) StackArgumentsSpaceRegion(*this, STC); in getStackArgumentsRegion()
1349 return isa<StackArgumentsSpaceRegion>(getMemorySpace()); in hasStackParametersStorage()
H A DRegionStore.cpp2196 if (isa<StackArgumentsSpaceRegion>(MS)) in getBindingForVar()
2799 cast<StackArgumentsSpaceRegion>(TR->getSuperRegion()); in VisitAddedToCluster()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DMallocChecker.cpp2216 if (isa<StackArgumentsSpaceRegion>(MS)) { in SummarizeRegion()