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

  /external/clang/lib/StaticAnalyzer/Core/
SymbolManager.cpp 98 SD = (SymExpr*) BPAlloc.Allocate<SymbolRegionValue>();
116 SD = (SymExpr*) BPAlloc.Allocate<SymbolConjured>();
134 SD = (SymExpr*) BPAlloc.Allocate<SymbolDerived>();
150 SD = (SymExpr*) BPAlloc.Allocate<SymbolExtent>();
168 SD = (SymExpr*) BPAlloc.Allocate<SymbolMetadata>();
187 data = (SymIntExpr*) BPAlloc.Allocate<SymIntExpr>();
205 data = (SymSymExpr*) BPAlloc.Allocate<SymSymExpr>();
BasicValueFactory.cpp 80 P = (FoldNodeTy*) BPAlloc.Allocate<FoldNodeTy>();
121 D = (CompoundValData*) BPAlloc.Allocate<CompoundValData>();
140 D = (LazyCompoundValData*) BPAlloc.Allocate<LazyCompoundValData>();
256 P = (FoldNodeTy*) BPAlloc.Allocate<FoldNodeTy>();
281 P = (FoldNodeTy*) BPAlloc.Allocate<FoldNodeTy>();
CFRefCount.cpp 656 /// BPAlloc - A BumpPtrAllocator used for allocating summaries, ArgEffects,
658 llvm::BumpPtrAllocator BPAlloc;
691 RetainSummary *Summ = (RetainSummary*) BPAlloc.Allocate<RetainSummary>();
803 AF(BPAlloc), ScratchArgs(AF.getEmptyMap()),
892 RetainSummary *Summ = (RetainSummary*) BPAlloc.Allocate<RetainSummary>();
918 RetainSummary *Summ = (RetainSummary*) BPAlloc.Allocate<RetainSummary>();
    [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
BasicValueFactory.h 72 llvm::BumpPtrAllocator& BPAlloc;
84 : Ctx(ctx), BPAlloc(Alloc), PersistentSVals(0), PersistentSValPairs(0),
SymbolManager.h 360 llvm::BumpPtrAllocator& BPAlloc;
366 llvm::BumpPtrAllocator& bpalloc)
367 : SymbolCounter(0), BPAlloc(bpalloc), BV(bv), Ctx(ctx) {}

Completed in 363 milliseconds