Home
last modified time | relevance | path

Searched refs:BPAlloc (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBasicValueFactory.cpp100 P = new (BPAlloc) FoldNodeTy(X); in getValue()
134 D = new (BPAlloc) CompoundValData(T, Vals); in getCompoundValData()
152 D = new (BPAlloc) LazyCompoundValData(store, region); in getLazyCompoundValData()
169 D = new (BPAlloc) PointerToMemberData(ND, L); in getPointerToMemberData()
349 P = new (BPAlloc) FoldNodeTy(std::make_pair(V, Data)); in getPersistentSValWithData()
373 P = new (BPAlloc) FoldNodeTy(std::make_pair(V1, V2)); in getPersistentSValPair()
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DBasicValueFactory.h119 llvm::BumpPtrAllocator& BPAlloc; variable
137 : Ctx(ctx), BPAlloc(Alloc), SValListFactory(Alloc), in BasicValueFactory()
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/
H A DRetainSummaryManager.h482 llvm::BumpPtrAllocator BPAlloc;
629 TrackOSObjects(trackOSObjects), AF(BPAlloc),
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DRetainSummaryManager.cpp127 N = (CachedSummaryNode *) BPAlloc.Allocate<CachedSummaryNode>(); in getPersistentSummary()
135 RetainSummary *Summ = (RetainSummary *) BPAlloc.Allocate<RetainSummary>(); in getPersistentSummary()