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(nullptr),
SymbolManager.h 480 llvm::BumpPtrAllocator& BPAlloc;
486 llvm::BumpPtrAllocator& bpalloc)
488 BPAlloc(bpalloc), BV(bv), Ctx(ctx) {}
  /external/clang/lib/StaticAnalyzer/Checkers/
RetainCountChecker.cpp 617 /// BPAlloc - A BumpPtrAllocator used for allocating summaries, ArgEffects,
619 llvm::BumpPtrAllocator BPAlloc;
738 AF(BPAlloc), ScratchArgs(AF.getEmptyMap()),
815 // Used to avoid allocating long-term (BPAlloc'd) memory for default retain
867 N = (CachedSummaryNode *) BPAlloc.Allocate<CachedSummaryNode>();
875 RetainSummary *Summ = (RetainSummary *) BPAlloc.Allocate<RetainSummary>();
    [all...]

Completed in 42 milliseconds