Searched refs:AllocaRegion (Results 1 – 15 of 15) sorted by relevance
| /freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
| H A D | Regions.def | 58 REGION(AllocaRegion, SubRegion)
|
| H A D | MemRegion.h | 506 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 D | StackAddrEscapeChecker.cpp | 83 } else if (const auto *AR = dyn_cast<AllocaRegion>(R)) { in genName() 426 } else if (isa<AllocaRegion>(Referrer)) { in printReferrer()
|
| H A D | MacOSKeychainAPIChecker.cpp | 198 return isa<AllocaRegion, BlockDataRegion, TypedRegion>(Arg); in isBadDeallocationArgument()
|
| H A D | ArrayBoundChecker.cpp | 368 if (isa<AllocaRegion>(Region)) in getRegionName()
|
| H A D | MallocChecker.cpp | 2270 if (isa<AllocaRegion>(R)) in FreeMemAux()
|
| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
| H A D | MemRegion.cpp | 263 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 D | SVals.cpp | 170 QualType VisitAllocaRegion(const AllocaRegion *) { in VisitAllocaRegion() argument
|
| H A D | SymbolManager.cpp | 324 return isa<AllocaRegion, CXXThisRegion, MemSpaceRegion, CodeTextRegion>(MR); in isLiveRegion()
|
| H A D | SValBuilder.cpp | 235 const AllocaRegion *R = in getAllocaRegionVal()
|
| H A D | CallEvent.cpp | 1316 assert(isa<AllocaRegion>(Receiver) && in getRuntimeDefinition()
|
| H A D | RegionStore.cpp | 1294 if (isa<AllocaRegion, SymbolicRegion>(baseR)) { in VisitCluster()
|
| H A D | BugReporterVisitors.cpp | 2482 } else if (L->getRegionAs<AllocaRegion>()) in handle()
|
| /freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Checkers/ |
| H A D | SValExplainer.h | 185 std::string VisitAllocaRegion(const AllocaRegion *R) { in VisitAllocaRegion()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/ |
| H A D | DemangleTestCases.inc | 7735 {"_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"},
|