Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DRegions.def58 REGION(AllocaRegion, SubRegion)
H A DMemRegion.h478 class AllocaRegion : public SubRegion {
487 AllocaRegion(const Expr *ex, unsigned cnt, const MemSpaceRegion *superRegion) in AllocaRegion() function
1466 const AllocaRegion *getAllocaRegion(const Expr *Ex, unsigned Cnt,
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DMemRegion.cpp254 void AllocaRegion::ProfileRegion(llvm::FoldingSetNodeID& ID, in ProfileRegion()
263 void AllocaRegion::Profile(llvm::FoldingSetNodeID& ID) const { in Profile()
480 void AllocaRegion::dumpToStream(raw_ostream &os) const { in dumpToStream()
1320 const AllocaRegion*
1325 return getSubRegion<AllocaRegion>(E, cnt, getStackLocalsRegion(STC)); in getAllocaRegion()
H A DSVals.cpp171 QualType VisitAllocaRegion(const AllocaRegion *) { in VisitAllocaRegion() argument
H A DSymbolManager.cpp447 return isa<AllocaRegion, CXXThisRegion, MemSpaceRegion, CodeTextRegion>(MR); in isLiveRegion()
H A DCallEvent.cpp1296 assert(isa<AllocaRegion>(Receiver) && in getRuntimeDefinition()
H A DRegionStore.cpp1126 if (isa<AllocaRegion, SymbolicRegion>(baseR)) { in VisitCluster()
H A DBugReporterVisitors.cpp2530 } else if (L->getRegionAs<AllocaRegion>()) in handle()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DArrayBoundCheckerV2.cpp351 if (isa<AllocaRegion>(Region)) in getRegionName()
H A DMallocChecker.cpp2019 if (isa<AllocaRegion>(R)) in FreeMemAux()