Searched refs:AllocaRegion (Results 1 – 10 of 10) 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 | 478 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 D | MemRegion.cpp | 254 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 D | SVals.cpp | 171 QualType VisitAllocaRegion(const AllocaRegion *) { in VisitAllocaRegion() argument
|
H A D | SymbolManager.cpp | 447 return isa<AllocaRegion, CXXThisRegion, MemSpaceRegion, CodeTextRegion>(MR); in isLiveRegion()
|
H A D | CallEvent.cpp | 1296 assert(isa<AllocaRegion>(Receiver) && in getRuntimeDefinition()
|
H A D | RegionStore.cpp | 1126 if (isa<AllocaRegion, SymbolicRegion>(baseR)) { in VisitCluster()
|
H A D | BugReporterVisitors.cpp | 2530 } else if (L->getRegionAs<AllocaRegion>()) in handle()
|
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
H A D | ArrayBoundCheckerV2.cpp | 351 if (isa<AllocaRegion>(Region)) in getRegionName()
|
H A D | MallocChecker.cpp | 2019 if (isa<AllocaRegion>(R)) in FreeMemAux()
|