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

  /external/clang/lib/StaticAnalyzer/Core/
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>();
SymbolManager.cpp 174 SD = (SymExpr*) BPAlloc.Allocate<SymbolRegionValue>();
193 SD = (SymExpr*) BPAlloc.Allocate<SymbolConjured>();
211 SD = (SymExpr*) BPAlloc.Allocate<SymbolDerived>();
227 SD = (SymExpr*) BPAlloc.Allocate<SymbolExtent>();
245 SD = (SymExpr*) BPAlloc.Allocate<SymbolMetadata>();
262 data = (SymbolCast*) BPAlloc.Allocate<SymbolCast>();
280 data = (SymIntExpr*) BPAlloc.Allocate<SymIntExpr>();
298 data = (IntSymExpr*) BPAlloc.Allocate<IntSymExpr>();
316 data = (SymSymExpr*) BPAlloc.Allocate<SymSymExpr>();
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
BasicValueFactory.h 65 llvm::BumpPtrAllocator& BPAlloc;
77 : Ctx(ctx), BPAlloc(Alloc), PersistentSVals(0), PersistentSValPairs(0),
SymbolManager.h 479 llvm::BumpPtrAllocator& BPAlloc;
485 llvm::BumpPtrAllocator& bpalloc)
487 BPAlloc(bpalloc), BV(bv), Ctx(ctx) {}
  /external/clang/lib/StaticAnalyzer/Checkers/
RetainCountChecker.cpp 600 /// BPAlloc - A BumpPtrAllocator used for allocating summaries, ArgEffects,
602 llvm::BumpPtrAllocator BPAlloc;
729 AF(BPAlloc), ScratchArgs(AF.getEmptyMap()),
804 // Used to avoid allocating long-term (BPAlloc'd) memory for default retain
858 N = (CachedSummaryNode *) BPAlloc.Allocate<CachedSummaryNode>();
866 RetainSummary *Summ = (RetainSummary *) BPAlloc.Allocate<RetainSummary>();
    [all...]

Completed in 249 milliseconds