Searched refs:AllocaRegion (Results 1 - 11 of 11) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DBuiltinFunctionChecker.cpp82 const AllocaRegion* R =
H A DStackAddrEscapeChecker.cpp83 } else if (const auto *AR = dyn_cast<AllocaRegion>(R)) {
H A DMacOSKeychainAPIChecker.cpp202 return isa<AllocaRegion>(Arg) || isa<BlockDataRegion>(Arg) ||
H A DMallocChecker.cpp1810 if (isa<AllocaRegion>(R))
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Checkers/
H A DSValExplainer.h156 std::string VisitAllocaRegion(const AllocaRegion *R) {
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DMemRegion.cpp199 DefinedOrUnknownSVal AllocaRegion::getExtent(SValBuilder &svalBuilder) const {
265 void AllocaRegion::ProfileRegion(llvm::FoldingSetNodeID& ID,
274 void AllocaRegion::Profile(llvm::FoldingSetNodeID& ID) const {
458 void AllocaRegion::dumpToStream(raw_ostream &os) const {
1120 const AllocaRegion*
1125 return getSubRegion<AllocaRegion>(E, cnt, getStackLocalsRegion(STC));
H A DSymbolManager.cpp447 if (isa<AllocaRegion>(MR))
H A DCallEvent.cpp1214 assert(isa<AllocaRegion>(Receiver) &&
H A DRegionStore.cpp1147 if (isa<AllocaRegion>(baseR) || isa<SymbolicRegion>(baseR)) {
H A DBugReporterVisitors.cpp2046 } else if (L->getRegionAs<AllocaRegion>())
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DMemRegion.h470 /// AllocaRegion - A region that represents an untyped blob of bytes created
472 class AllocaRegion : public SubRegion { class in namespace:clang::ento
481 AllocaRegion(const Expr *ex, unsigned cnt, const MemSpaceRegion *superRegion) function in class:clang::ento::AllocaRegion
1299 const AllocaRegion *getAllocaRegion(const Expr *Ex, unsigned Cnt,

Completed in 160 milliseconds