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 67 llvm::BumpPtrAllocator& BPAlloc;
83 : Ctx(ctx), BPAlloc(Alloc), PersistentSVals(0), PersistentSValPairs(0),
SymbolManager.h 478 llvm::BumpPtrAllocator& BPAlloc;
484 llvm::BumpPtrAllocator& bpalloc)
486 BPAlloc(bpalloc), BV(bv), Ctx(ctx) {}
  /external/clang/lib/StaticAnalyzer/Checkers/
RetainCountChecker.cpp 602 /// BPAlloc - A BumpPtrAllocator used for allocating summaries, ArgEffects,
604 llvm::BumpPtrAllocator BPAlloc;
732 AF(BPAlloc), ScratchArgs(AF.getEmptyMap()),
805 // Used to avoid allocating long-term (BPAlloc'd) memory for default retain
857 N = (CachedSummaryNode *) BPAlloc.Allocate<CachedSummaryNode>();
865 RetainSummary *Summ = (RetainSummary *) BPAlloc.Allocate<RetainSummary>();
    [all...]

Completed in 73 milliseconds