Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Core/
DSymbolManager.cpp158 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()
DBasicValueFactory.cpp81 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()
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DBasicValueFactory.h67 llvm::BumpPtrAllocator& BPAlloc; variable
83 : Ctx(ctx), BPAlloc(Alloc), PersistentSVals(0), PersistentSValPairs(0), in BasicValueFactory()
DSymbolManager.h483 llvm::BumpPtrAllocator& BPAlloc; variable
491 BPAlloc(bpalloc), BV(bv), Ctx(ctx) {} in SymbolManager()
/external/clang/lib/StaticAnalyzer/Checkers/
DRetainCountChecker.cpp606 llvm::BumpPtrAllocator BPAlloc; member in __anon386d04db0511::RetainSummaryManager
734 AF(BPAlloc), ScratchArgs(AF.getEmptyMap()), in RetainSummaryManager()
863 N = (CachedSummaryNode *) BPAlloc.Allocate<CachedSummaryNode>(); in getPersistentSummary()
871 RetainSummary *Summ = (RetainSummary *) BPAlloc.Allocate<RetainSummary>(); in getPersistentSummary()