HomeSort by: relevance | last modified time | path
    Searched refs:AllocaRegion (Results 1 - 11 of 11) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
BuiltinFunctionChecker.cpp 85 const AllocaRegion* R =
StackAddrEscapeChecker.cpp 84 } else if (const auto *AR = dyn_cast<AllocaRegion>(R)) {
MacOSKeychainAPIChecker.cpp 202 return isa<AllocaRegion>(Arg) || isa<BlockDataRegion>(Arg) ||
MallocChecker.cpp 1765 if (isa<AllocaRegion>(R))
  /src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Checkers/
SValExplainer.h 157 std::string VisitAllocaRegion(const AllocaRegion *R) {
  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
MemRegion.cpp 241 void AllocaRegion::ProfileRegion(llvm::FoldingSetNodeID& ID,
250 void AllocaRegion::Profile(llvm::FoldingSetNodeID& ID) const {
453 void AllocaRegion::dumpToStream(raw_ostream &os) const {
1227 const AllocaRegion*
1232 return getSubRegion<AllocaRegion>(E, cnt, getStackLocalsRegion(STC));
SymbolManager.cpp 428 if (isa<AllocaRegion>(MR))
CallEvent.cpp 1263 assert(isa<AllocaRegion>(Receiver) &&
BugReporterVisitors.cpp 2167 } else if (L->getRegionAs<AllocaRegion>())
RegionStore.cpp 1138 if (isa<AllocaRegion>(baseR) || isa<SymbolicRegion>(baseR)) {
  /src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
MemRegion.h 464 /// AllocaRegion - A region that represents an untyped blob of bytes created
466 class AllocaRegion : public SubRegion {
475 AllocaRegion(const Expr *ex, unsigned cnt, const MemSpaceRegion *superRegion)
1363 const AllocaRegion *getAllocaRegion(const Expr *Ex, unsigned Cnt,

Completed in 38 milliseconds