Searched refs:StackArgumentsSpaceRegion (Results 1 – 10 of 10) sorted by relevance
| /freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
| H A D | Regions.def | 50 REGION(StackArgumentsSpaceRegion, StackSpaceRegion)
|
| H A D | MemRegion.h | 457 class StackArgumentsSpaceRegion : public StackSpaceRegion { 461 StackArgumentsSpaceRegion(MemRegionManager &mgr, const StackFrameContext *sfc) in StackArgumentsSpaceRegion() function 1106 const StackArgumentsSpaceRegion *sReg) in CXXThisRegion() 1444 llvm::DenseMap<const StackFrameContext *, StackArgumentsSpaceRegion *> 1474 const StackArgumentsSpaceRegion *
|
| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | MIGChecker.cpp | 137 if (VR && VR->hasMemorySpace<StackArgumentsSpaceRegion>(C.getState()) && in REGISTER_TRAIT_WITH_PROGRAMSTATE()
|
| H A D | NSErrorChecker.cpp | 205 VR->getMemorySpaceAs<StackArgumentsSpaceRegion>(C.getState())) in parameterTypeFromSVal()
|
| H A D | StackAddrEscapeChecker.cpp | 514 if (isa<StackArgumentsSpaceRegion>(ReferrerMemSpace) && in checkEndFunction()
|
| H A D | MallocChecker.cpp | 2473 if (isa<StackArgumentsSpaceRegion>(MS)) { in SummarizeRegion()
|
| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
| H A D | MemRegion.cpp | 614 void StackArgumentsSpaceRegion::dumpToStream(raw_ostream &os) const { in dumpToStream() 936 const StackArgumentsSpaceRegion * 939 StackArgumentsSpaceRegion *&R = StackArgumentsSpaceRegions[STC]; in getStackArgumentsRegion() 944 R = new (A) StackArgumentsSpaceRegion(*this, STC); in getStackArgumentsRegion()
|
| H A D | RegionStore.cpp | 2355 if (isa<StackArgumentsSpaceRegion>(MS)) in getBindingForVar() 3042 cast<StackArgumentsSpaceRegion>(TR->getSuperRegion()); in VisitAddedToCluster()
|
| H A D | ExprEngine.cpp | 3627 if (isa<StackArgumentsSpaceRegion>(Space) && in processPointerEscapedOnBind()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/ |
| H A D | DemangleTestCases.inc | 7908 …StackArgumentsSpaceRegion*, llvm::DenseMapInfo<clang::StackFrameContext const*>, llvm::DenseMapInf… 7909 …:ento::StackArgumentsSpaceRegion*, llvm::DenseMapInfo<clang::StackFrameContext const*>, llvm::Dens… 7912 …to25StackArgumentsSpaceRegionD1Ev", "clang::ento::StackArgumentsSpaceRegion::~StackArgumentsSpaceR… 7913 …to25StackArgumentsSpaceRegionD0Ev", "clang::ento::StackArgumentsSpaceRegion::~StackArgumentsSpaceR… 26406 {"_ZTVN5clang4ento25StackArgumentsSpaceRegionE", "vtable for clang::ento::StackArgumentsSpaceRegion…
|