Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Core/
DSymbolManager.cpp177 SD = (SymExpr*) BPAlloc.Allocate<SymbolRegionValue>(); in getRegionValueSymbol()
196 SD = (SymExpr*) BPAlloc.Allocate<SymbolConjured>(); in conjureSymbol()
214 SD = (SymExpr*) BPAlloc.Allocate<SymbolDerived>(); in getDerivedSymbol()
230 SD = (SymExpr*) BPAlloc.Allocate<SymbolExtent>(); in getExtentSymbol()
248 SD = (SymExpr*) BPAlloc.Allocate<SymbolMetadata>(); in getMetadataSymbol()
265 data = (SymbolCast*) BPAlloc.Allocate<SymbolCast>(); in getCastSymbol()
283 data = (SymIntExpr*) BPAlloc.Allocate<SymIntExpr>(); in getSymIntExpr()
301 data = (IntSymExpr*) BPAlloc.Allocate<IntSymExpr>(); in getIntSymExpr()
319 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.h66 llvm::BumpPtrAllocator& BPAlloc; variable
82 : Ctx(ctx), BPAlloc(Alloc), PersistentSVals(0), PersistentSValPairs(0), in BasicValueFactory()
DSymbolManager.h481 llvm::BumpPtrAllocator& BPAlloc; variable
489 BPAlloc(bpalloc), BV(bv), Ctx(ctx) {} in SymbolManager()
/external/clang/lib/StaticAnalyzer/Checkers/
DRetainCountChecker.cpp617 llvm::BumpPtrAllocator BPAlloc; member in __anona6e8e9d70511::RetainSummaryManager
745 AF(BPAlloc), ScratchArgs(AF.getEmptyMap()), in RetainSummaryManager()
870 N = (CachedSummaryNode *) BPAlloc.Allocate<CachedSummaryNode>(); in getPersistentSummary()
878 RetainSummary *Summ = (RetainSummary *) BPAlloc.Allocate<RetainSummary>(); in getPersistentSummary()