Searched refs:AllocaRegion (Results 1 – 12 of 12) sorted by relevance
| /llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | BuiltinFunctionChecker.cpp | 86 const AllocaRegion* R = in evalCall()
|
| H A D | StackAddrEscapeChecker.cpp | 84 } else if (const auto *AR = dyn_cast<AllocaRegion>(R)) { in genName()
|
| H A D | MacOSKeychainAPIChecker.cpp | 202 return isa<AllocaRegion, BlockDataRegion, TypedRegion>(Arg); in isBadDeallocationArgument()
|
| H A D | MallocChecker.cpp | 1977 if (isa<AllocaRegion>(R)) in FreeMemAux()
|
| /llvm-project-15.0.7/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
| H A D | Regions.def | 58 REGION(AllocaRegion, SubRegion)
|
| H A D | MemRegion.h | 474 class AllocaRegion : public SubRegion { 483 AllocaRegion(const Expr *ex, unsigned cnt, const MemSpaceRegion *superRegion) in AllocaRegion() function 1403 const AllocaRegion *getAllocaRegion(const Expr *Ex, unsigned Cnt,
|
| /llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/ |
| H A D | MemRegion.cpp | 244 void AllocaRegion::ProfileRegion(llvm::FoldingSetNodeID& ID, in ProfileRegion() 253 void AllocaRegion::Profile(llvm::FoldingSetNodeID& ID) const { in Profile() 456 void AllocaRegion::dumpToStream(raw_ostream &os) const { in dumpToStream() 1253 const AllocaRegion* 1258 return getSubRegion<AllocaRegion>(E, cnt, getStackLocalsRegion(STC)); in getAllocaRegion()
|
| H A D | SymbolManager.cpp | 454 return isa<AllocaRegion, CXXThisRegion, MemSpaceRegion, CodeTextRegion>(MR); in isLiveRegion()
|
| H A D | CallEvent.cpp | 1232 assert(isa<AllocaRegion>(Receiver) && in getRuntimeDefinition()
|
| H A D | RegionStore.cpp | 1127 if (isa<AllocaRegion, SymbolicRegion>(baseR)) { in VisitCluster()
|
| H A D | BugReporterVisitors.cpp | 2347 } else if (L->getRegionAs<AllocaRegion>()) in handle()
|
| /llvm-project-15.0.7/clang/include/clang/StaticAnalyzer/Checkers/ |
| H A D | SValExplainer.h | 162 std::string VisitAllocaRegion(const AllocaRegion *R) { in VisitAllocaRegion()
|