Searched refs:BPAlloc (Results 1 - 5 of 5) sorted by relevance

/freebsd-10.2-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DBasicValueFactory.cpp81 P = (FoldNodeTy*) BPAlloc.Allocate<FoldNodeTy>();
118 D = (CompoundValData*) BPAlloc.Allocate<CompoundValData>();
137 D = (LazyCompoundValData*) BPAlloc.Allocate<LazyCompoundValData>();
253 P = (FoldNodeTy*) BPAlloc.Allocate<FoldNodeTy>();
278 P = (FoldNodeTy*) BPAlloc.Allocate<FoldNodeTy>();
H A DSymbolManager.cpp157 SD = (SymExpr*) BPAlloc.Allocate<SymbolRegionValue>();
176 SD = (SymExpr*) BPAlloc.Allocate<SymbolConjured>();
194 SD = (SymExpr*) BPAlloc.Allocate<SymbolDerived>();
210 SD = (SymExpr*) BPAlloc.Allocate<SymbolExtent>();
228 SD = (SymExpr*) BPAlloc.Allocate<SymbolMetadata>();
245 data = (SymbolCast*) BPAlloc.Allocate<SymbolCast>();
263 data = (SymIntExpr*) BPAlloc.Allocate<SymIntExpr>();
281 data = (IntSymExpr*) BPAlloc.Allocate<IntSymExpr>();
299 data = (SymSymExpr*) BPAlloc.Allocate<SymSymExpr>();
/freebsd-10.2-release/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DBasicValueFactory.h67 llvm::BumpPtrAllocator& BPAlloc; member in class:clang::ento::BasicValueFactory
83 : Ctx(ctx), BPAlloc(Alloc), PersistentSVals(0), PersistentSValPairs(0),
H A DSymbolManager.h483 llvm::BumpPtrAllocator& BPAlloc; member in class:clang::ento::SymbolManager
491 BPAlloc(bpalloc), BV(bv), Ctx(ctx) {}
/freebsd-10.2-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DRetainCountChecker.cpp523 /// BPAlloc - A BumpPtrAllocator used for allocating summaries, ArgEffects,
525 llvm::BumpPtrAllocator BPAlloc; member in class:__anon3601::RetainSummaryManager
653 AF(BPAlloc), ScratchArgs(AF.getEmptyMap()),
730 // Used to avoid allocating long-term (BPAlloc'd) memory for default retain
782 N = (CachedSummaryNode *) BPAlloc.Allocate<CachedSummaryNode>();
790 RetainSummary *Summ = (RetainSummary *) BPAlloc.Allocate<RetainSummary>();

Completed in 137 milliseconds