HomeSort by relevance Sort by last modified time
    Searched refs:BPAlloc (Results 1 - 21 of 21) sorted by null

  /external/clang/lib/StaticAnalyzer/Core/
BasicValueFactory.cpp 81 P = (FoldNodeTy*) BPAlloc.Allocate<FoldNodeTy>();
118 D = (CompoundValData*) BPAlloc.Allocate<CompoundValData>();
137 D = (LazyCompoundValData*) BPAlloc.Allocate<LazyCompoundValData>();
257 P = (FoldNodeTy*) BPAlloc.Allocate<FoldNodeTy>();
282 P = (FoldNodeTy*) BPAlloc.Allocate<FoldNodeTy>();
SymbolManager.cpp 157 SD = (SymExpr*) BPAlloc.Allocate<SymbolRegionValue>();
176 SD = (SymExpr*) BPAlloc.Allocate<SymbolConjured>();
194 SD = (SymExpr*) BPAlloc.Allocate<SymbolDerived>();
210 SD = (SymExpr*) BPAlloc.Allocate<SymbolExtent>();
228 SD = (SymExpr*) BPAlloc.Allocate<SymbolMetadata>();
245 data = (SymbolCast*) BPAlloc.Allocate<SymbolCast>();
263 data = (SymIntExpr*) BPAlloc.Allocate<SymIntExpr>();
281 data = (IntSymExpr*) BPAlloc.Allocate<IntSymExpr>();
299 data = (SymSymExpr*) BPAlloc.Allocate<SymSymExpr>();
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
BasicValueFactory.h 67 llvm::BumpPtrAllocator& BPAlloc;
83 : Ctx(ctx), BPAlloc(Alloc), PersistentSVals(nullptr),
SymbolManager.h 398 llvm::BumpPtrAllocator& BPAlloc;
404 llvm::BumpPtrAllocator& bpalloc)
406 BPAlloc(bpalloc), BV(bv), Ctx(ctx) {}
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
BasicValueFactory.h 90 llvm::BumpPtrAllocator& BPAlloc;
108 : Ctx(ctx), BPAlloc(Alloc), PersistentSVals(nullptr),
SymbolManager.h 402 llvm::BumpPtrAllocator& BPAlloc;
408 llvm::BumpPtrAllocator& bpalloc)
410 BPAlloc(bpalloc), BV(bv), Ctx(ctx) {}
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
BasicValueFactory.h 90 llvm::BumpPtrAllocator& BPAlloc;
108 : Ctx(ctx), BPAlloc(Alloc), PersistentSVals(nullptr),
SymbolManager.h 402 llvm::BumpPtrAllocator& BPAlloc;
408 llvm::BumpPtrAllocator& bpalloc)
410 BPAlloc(bpalloc), BV(bv), Ctx(ctx) {}
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
BasicValueFactory.h 90 llvm::BumpPtrAllocator& BPAlloc;
108 : Ctx(ctx), BPAlloc(Alloc), PersistentSVals(nullptr),
SymbolManager.h 402 llvm::BumpPtrAllocator& BPAlloc;
408 llvm::BumpPtrAllocator& bpalloc)
410 BPAlloc(bpalloc), BV(bv), Ctx(ctx) {}
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
BasicValueFactory.h 90 llvm::BumpPtrAllocator& BPAlloc;
108 : Ctx(ctx), BPAlloc(Alloc), PersistentSVals(nullptr),
SymbolManager.h 402 llvm::BumpPtrAllocator& BPAlloc;
408 llvm::BumpPtrAllocator& bpalloc)
410 BPAlloc(bpalloc), BV(bv), Ctx(ctx) {}
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
BasicValueFactory.h 90 llvm::BumpPtrAllocator& BPAlloc;
108 : Ctx(ctx), BPAlloc(Alloc), PersistentSVals(nullptr),
SymbolManager.h 402 llvm::BumpPtrAllocator& BPAlloc;
408 llvm::BumpPtrAllocator& bpalloc)
410 BPAlloc(bpalloc), BV(bv), Ctx(ctx) {}
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
BasicValueFactory.h 90 llvm::BumpPtrAllocator& BPAlloc;
108 : Ctx(ctx), BPAlloc(Alloc), PersistentSVals(nullptr),
SymbolManager.h 402 llvm::BumpPtrAllocator& BPAlloc;
408 llvm::BumpPtrAllocator& bpalloc)
410 BPAlloc(bpalloc), BV(bv), Ctx(ctx) {}
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
BasicValueFactory.h 90 llvm::BumpPtrAllocator& BPAlloc;
108 : Ctx(ctx), BPAlloc(Alloc), PersistentSVals(nullptr),
SymbolManager.h 402 llvm::BumpPtrAllocator& BPAlloc;
408 llvm::BumpPtrAllocator& bpalloc)
410 BPAlloc(bpalloc), BV(bv), Ctx(ctx) {}
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
BasicValueFactory.h 90 llvm::BumpPtrAllocator& BPAlloc;
108 : Ctx(ctx), BPAlloc(Alloc), PersistentSVals(nullptr),
SymbolManager.h 402 llvm::BumpPtrAllocator& BPAlloc;
408 llvm::BumpPtrAllocator& bpalloc)
410 BPAlloc(bpalloc), BV(bv), Ctx(ctx) {}
  /external/clang/lib/StaticAnalyzer/Checkers/
RetainCountChecker.cpp 618 /// BPAlloc - A BumpPtrAllocator used for allocating summaries, ArgEffects,
620 llvm::BumpPtrAllocator BPAlloc;
739 AF(BPAlloc), ScratchArgs(AF.getEmptyMap()),
816 // Used to avoid allocating long-term (BPAlloc'd) memory for default retain
868 N = (CachedSummaryNode *) BPAlloc.Allocate<CachedSummaryNode>();
876 RetainSummary *Summ = (RetainSummary *) BPAlloc.Allocate<RetainSummary>();
    [all...]

Completed in 991 milliseconds