Home | History | Annotate | Download | only in Checkers

Lines Matching defs:BPAlloc

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>();