Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/
H A DBuiltinFunctionChecker.cpp86 const AllocaRegion* R = in evalCall()
H A DStackAddrEscapeChecker.cpp84 } else if (const auto *AR = dyn_cast<AllocaRegion>(R)) { in genName()
H A DMacOSKeychainAPIChecker.cpp202 return isa<AllocaRegion, BlockDataRegion, TypedRegion>(Arg); in isBadDeallocationArgument()
H A DMallocChecker.cpp1977 if (isa<AllocaRegion>(R)) in FreeMemAux()
/llvm-project-15.0.7/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DRegions.def58 REGION(AllocaRegion, SubRegion)
H A DMemRegion.h474 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 DMemRegion.cpp244 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 DSymbolManager.cpp454 return isa<AllocaRegion, CXXThisRegion, MemSpaceRegion, CodeTextRegion>(MR); in isLiveRegion()
H A DCallEvent.cpp1232 assert(isa<AllocaRegion>(Receiver) && in getRuntimeDefinition()
H A DRegionStore.cpp1127 if (isa<AllocaRegion, SymbolicRegion>(baseR)) { in VisitCluster()
H A DBugReporterVisitors.cpp2347 } else if (L->getRegionAs<AllocaRegion>()) in handle()
/llvm-project-15.0.7/clang/include/clang/StaticAnalyzer/Checkers/
H A DSValExplainer.h162 std::string VisitAllocaRegion(const AllocaRegion *R) { in VisitAllocaRegion()