Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Core/
DSymbolManager.cpp157 SD = (SymExpr*) BPAlloc.Allocate<SymbolRegionValue>(); in getRegionValueSymbol()
176 SD = (SymExpr*) BPAlloc.Allocate<SymbolConjured>(); in conjureSymbol()
194 SD = (SymExpr*) BPAlloc.Allocate<SymbolDerived>(); in getDerivedSymbol()
210 SD = (SymExpr*) BPAlloc.Allocate<SymbolExtent>(); in getExtentSymbol()
228 SD = (SymExpr*) BPAlloc.Allocate<SymbolMetadata>(); in getMetadataSymbol()
245 data = (SymbolCast*) BPAlloc.Allocate<SymbolCast>(); in getCastSymbol()
263 data = (SymIntExpr*) BPAlloc.Allocate<SymIntExpr>(); in getSymIntExpr()
281 data = (IntSymExpr*) BPAlloc.Allocate<IntSymExpr>(); in getIntSymExpr()
299 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()
257 P = (FoldNodeTy*) BPAlloc.Allocate<FoldNodeTy>(); in getPersistentSValWithData()
282 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(nullptr), in BasicValueFactory()
DSymbolManager.h398 llvm::BumpPtrAllocator& BPAlloc; variable
406 BPAlloc(bpalloc), BV(bv), Ctx(ctx) {} in SymbolManager()
/external/clang/lib/StaticAnalyzer/Checkers/
DRetainCountChecker.cpp620 llvm::BumpPtrAllocator BPAlloc; member in __anonfda336300511::RetainSummaryManager
739 AF(BPAlloc), ScratchArgs(AF.getEmptyMap()), in RetainSummaryManager()
868 N = (CachedSummaryNode *) BPAlloc.Allocate<CachedSummaryNode>(); in getPersistentSummary()
876 RetainSummary *Summ = (RetainSummary *) BPAlloc.Allocate<RetainSummary>(); in getPersistentSummary()