Searched refs:BPAlloc (Results 1 – 5 of 5) sorted by relevance
158 SD = (SymExpr*) BPAlloc.Allocate<SymbolRegionValue>(); in getRegionValueSymbol()177 SD = (SymExpr*) BPAlloc.Allocate<SymbolConjured>(); in conjureSymbol()195 SD = (SymExpr*) BPAlloc.Allocate<SymbolDerived>(); in getDerivedSymbol()211 SD = (SymExpr*) BPAlloc.Allocate<SymbolExtent>(); in getExtentSymbol()229 SD = (SymExpr*) BPAlloc.Allocate<SymbolMetadata>(); in getMetadataSymbol()246 data = (SymbolCast*) BPAlloc.Allocate<SymbolCast>(); in getCastSymbol()264 data = (SymIntExpr*) BPAlloc.Allocate<SymIntExpr>(); in getSymIntExpr()282 data = (IntSymExpr*) BPAlloc.Allocate<IntSymExpr>(); in getIntSymExpr()300 data = (SymSymExpr*) BPAlloc.Allocate<SymSymExpr>(); in getSymSymExpr()
81 P = (FoldNodeTy*) BPAlloc.Allocate<FoldNodeTy>(); in getValue()118 D = (CompoundValData*) BPAlloc.Allocate<CompoundValData>(); in getCompoundValData()137 D = (LazyCompoundValData*) BPAlloc.Allocate<LazyCompoundValData>(); in getLazyCompoundValData()253 P = (FoldNodeTy*) BPAlloc.Allocate<FoldNodeTy>(); in getPersistentSValWithData()278 P = (FoldNodeTy*) BPAlloc.Allocate<FoldNodeTy>(); in getPersistentSValPair()
67 llvm::BumpPtrAllocator& BPAlloc; variable83 : Ctx(ctx), BPAlloc(Alloc), PersistentSVals(0), PersistentSValPairs(0), in BasicValueFactory()
483 llvm::BumpPtrAllocator& BPAlloc; variable491 BPAlloc(bpalloc), BV(bv), Ctx(ctx) {} in SymbolManager()
606 llvm::BumpPtrAllocator BPAlloc; member in __anon386d04db0511::RetainSummaryManager734 AF(BPAlloc), ScratchArgs(AF.getEmptyMap()), in RetainSummaryManager()863 N = (CachedSummaryNode *) BPAlloc.Allocate<CachedSummaryNode>(); in getPersistentSummary()871 RetainSummary *Summ = (RetainSummary *) BPAlloc.Allocate<RetainSummary>(); in getPersistentSummary()