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 591 /// BPAlloc - A BumpPtrAllocator used for allocating summaries, ArgEffects,
593 llvm::BumpPtrAllocator BPAlloc;
712 AF(BPAlloc), ScratchArgs(AF.getEmptyMap()),
789 // Used to avoid allocating long-term (BPAlloc'd) memory for default retain
841 N = (CachedSummaryNode *) BPAlloc.Allocate<CachedSummaryNode>();
849 RetainSummary *Summ = (RetainSummary *) BPAlloc.Allocate<RetainSummary>();
    [all...]

Completed in 229 milliseconds