Home
last modified time | relevance | path

Searched refs:AllocaRegion (Results 1 – 15 of 15) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DRegions.def58 REGION(AllocaRegion, SubRegion)
H A DMemRegion.h506 class AllocaRegion : public SubRegion {
515 AllocaRegion(const Expr *ex, unsigned cnt, const MemSpaceRegion *superRegion) in AllocaRegion() function
1494 const AllocaRegion *getAllocaRegion(const Expr *Ex, unsigned Cnt,
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DStackAddrEscapeChecker.cpp83 } else if (const auto *AR = dyn_cast<AllocaRegion>(R)) { in genName()
426 } else if (isa<AllocaRegion>(Referrer)) { in printReferrer()
H A DMacOSKeychainAPIChecker.cpp198 return isa<AllocaRegion, BlockDataRegion, TypedRegion>(Arg); in isBadDeallocationArgument()
H A DArrayBoundChecker.cpp368 if (isa<AllocaRegion>(Region)) in getRegionName()
H A DMallocChecker.cpp2270 if (isa<AllocaRegion>(R)) in FreeMemAux()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DMemRegion.cpp263 void AllocaRegion::ProfileRegion(llvm::FoldingSetNodeID& ID, in ProfileRegion()
272 void AllocaRegion::Profile(llvm::FoldingSetNodeID& ID) const { in Profile()
489 void AllocaRegion::dumpToStream(raw_ostream &os) const { in dumpToStream()
1367 const AllocaRegion*
1372 return getSubRegion<AllocaRegion>(E, cnt, getStackLocalsRegion(STC)); in getAllocaRegion()
H A DSVals.cpp170 QualType VisitAllocaRegion(const AllocaRegion *) { in VisitAllocaRegion() argument
H A DSymbolManager.cpp324 return isa<AllocaRegion, CXXThisRegion, MemSpaceRegion, CodeTextRegion>(MR); in isLiveRegion()
H A DSValBuilder.cpp235 const AllocaRegion *R = in getAllocaRegionVal()
H A DCallEvent.cpp1316 assert(isa<AllocaRegion>(Receiver) && in getRuntimeDefinition()
H A DRegionStore.cpp1294 if (isa<AllocaRegion, SymbolicRegion>(baseR)) { in VisitCluster()
H A DBugReporterVisitors.cpp2482 } else if (L->getRegionAs<AllocaRegion>()) in handle()
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Checkers/
H A DSValExplainer.h185 std::string VisitAllocaRegion(const AllocaRegion *R) { in VisitAllocaRegion()
/freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/
H A DDemangleTestCases.inc7735 {"_ZNK5clang4ento12AllocaRegion9getExtentERNS0_11SValBuilderE", "clang::ento::AllocaRegion::getExte…
7743 …4llvm16FoldingSetNodeIDEPKNS_4ExprEjPKNS0_9MemRegionE", "clang::ento::AllocaRegion::ProfileRegion(…
7744 {"_ZNK5clang4ento12AllocaRegion7ProfileERN4llvm16FoldingSetNodeIDE", "clang::ento::AllocaRegion::Pr…
7769 {"_ZNK5clang4ento12AllocaRegion12dumpToStreamERN4llvm11raw_ostreamE", "clang::ento::AllocaRegion::d…
7832 …_PKNS0_9MemRegionE", "clang::ento::AllocaRegion* clang::ento::MemRegionManager::getSubRegion<clang…
7847 {"_ZN5clang4ento12AllocaRegionD1Ev", "clang::ento::AllocaRegion::~AllocaRegion()"},
7848 {"_ZN5clang4ento12AllocaRegionD0Ev", "clang::ento::AllocaRegion::~AllocaRegion()"},
7849 {"_ZNK5clang4ento12AllocaRegion11isBoundableEv", "clang::ento::AllocaRegion::isBoundable() const"},
25259 {"_ZTVN5clang4ento12AllocaRegionE", "vtable for clang::ento::AllocaRegion"},