Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Core/
DSymbolManager.cpp174 SD = (SymExpr*) BPAlloc.Allocate<SymbolRegionValue>(); in getRegionValueSymbol()
193 SD = (SymExpr*) BPAlloc.Allocate<SymbolConjured>(); in getConjuredSymbol()
211 SD = (SymExpr*) BPAlloc.Allocate<SymbolDerived>(); in getDerivedSymbol()
227 SD = (SymExpr*) BPAlloc.Allocate<SymbolExtent>(); in getExtentSymbol()
245 SD = (SymExpr*) BPAlloc.Allocate<SymbolMetadata>(); in getMetadataSymbol()
262 data = (SymbolCast*) BPAlloc.Allocate<SymbolCast>(); in getCastSymbol()
280 data = (SymIntExpr*) BPAlloc.Allocate<SymIntExpr>(); in getSymIntExpr()
298 data = (IntSymExpr*) BPAlloc.Allocate<IntSymExpr>(); in getIntSymExpr()
316 data = (SymSymExpr*) BPAlloc.Allocate<SymSymExpr>(); in getSymSymExpr()
DBasicValueFactory.cpp80 P = (FoldNodeTy*) BPAlloc.Allocate<FoldNodeTy>(); in getValue()
121 D = (CompoundValData*) BPAlloc.Allocate<CompoundValData>(); in getCompoundValData()
140 D = (LazyCompoundValData*) BPAlloc.Allocate<LazyCompoundValData>(); in getLazyCompoundValData()
256 P = (FoldNodeTy*) BPAlloc.Allocate<FoldNodeTy>(); in getPersistentSValWithData()
281 P = (FoldNodeTy*) BPAlloc.Allocate<FoldNodeTy>(); in getPersistentSValPair()
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DBasicValueFactory.h65 llvm::BumpPtrAllocator& BPAlloc; variable
77 : Ctx(ctx), BPAlloc(Alloc), PersistentSVals(0), PersistentSValPairs(0), in BasicValueFactory()
DSymbolManager.h479 llvm::BumpPtrAllocator& BPAlloc; variable
487 BPAlloc(bpalloc), BV(bv), Ctx(ctx) {} in SymbolManager()
/external/clang/lib/StaticAnalyzer/Checkers/
DRetainCountChecker.cpp602 llvm::BumpPtrAllocator BPAlloc; member in __anonde26dc550611::RetainSummaryManager
729 AF(BPAlloc), ScratchArgs(AF.getEmptyMap()), in RetainSummaryManager()
858 N = (CachedSummaryNode *) BPAlloc.Allocate<CachedSummaryNode>(); in getPersistentSummary()
866 RetainSummary *Summ = (RetainSummary *) BPAlloc.Allocate<RetainSummary>(); in getPersistentSummary()