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

  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
BasicValueFactory.h 66 llvm::BumpPtrAllocator& BPAlloc;
82 : Ctx(ctx), BPAlloc(Alloc), PersistentSVals(0), PersistentSValPairs(0),
SymbolManager.h 481 llvm::BumpPtrAllocator& BPAlloc;
487 llvm::BumpPtrAllocator& bpalloc)
489 BPAlloc(bpalloc), BV(bv), Ctx(ctx) {}
  /external/clang/lib/StaticAnalyzer/Checkers/
RetainCountChecker.cpp 615 /// BPAlloc - A BumpPtrAllocator used for allocating summaries, ArgEffects,
617 llvm::BumpPtrAllocator BPAlloc;
745 AF(BPAlloc), ScratchArgs(AF.getEmptyMap()),
818 // Used to avoid allocating long-term (BPAlloc'd) memory for default retain
870 N = (CachedSummaryNode *) BPAlloc.Allocate<CachedSummaryNode>();
878 RetainSummary *Summ = (RetainSummary *) BPAlloc.Allocate<RetainSummary>();
    [all...]

Completed in 92 milliseconds