HomeSort by relevance Sort by last modified time
    Searched refs:BPAlloc (Results 1 - 5 of 5) sorted by null

  /external/clang/lib/StaticAnalyzer/Core/
BasicValueFactory.cpp 81 P = (FoldNodeTy*) BPAlloc.Allocate<FoldNodeTy>();
118 D = (CompoundValData*) BPAlloc.Allocate<CompoundValData>();
137 D = (LazyCompoundValData*) BPAlloc.Allocate<LazyCompoundValData>();
253 P = (FoldNodeTy*) BPAlloc.Allocate<FoldNodeTy>();
278 P = (FoldNodeTy*) BPAlloc.Allocate<FoldNodeTy>();
SymbolManager.cpp 158 SD = (SymExpr*) BPAlloc.Allocate<SymbolRegionValue>();
177 SD = (SymExpr*) BPAlloc.Allocate<SymbolConjured>();
195 SD = (SymExpr*) BPAlloc.Allocate<SymbolDerived>();
211 SD = (SymExpr*) BPAlloc.Allocate<SymbolExtent>();
229 SD = (SymExpr*) BPAlloc.Allocate<SymbolMetadata>();
246 data = (SymbolCast*) BPAlloc.Allocate<SymbolCast>();
264 data = (SymIntExpr*) BPAlloc.Allocate<SymIntExpr>();
282 data = (IntSymExpr*) BPAlloc.Allocate<IntSymExpr>();
300 data = (SymSymExpr*) BPAlloc.Allocate<SymSymExpr>();
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
BasicValueFactory.h 67 llvm::BumpPtrAllocator& BPAlloc;
83 : Ctx(ctx), BPAlloc(Alloc), PersistentSVals(0), PersistentSValPairs(0),
SymbolManager.h 483 llvm::BumpPtrAllocator& BPAlloc;
489 llvm::BumpPtrAllocator& bpalloc)
491 BPAlloc(bpalloc), BV(bv), Ctx(ctx) {}
  /external/clang/lib/StaticAnalyzer/Checkers/
RetainCountChecker.cpp 604 /// BPAlloc - A BumpPtrAllocator used for allocating summaries, ArgEffects,
606 llvm::BumpPtrAllocator BPAlloc;
734 AF(BPAlloc), ScratchArgs(AF.getEmptyMap()),
811 // Used to avoid allocating long-term (BPAlloc'd) memory for default retain
863 N = (CachedSummaryNode *) BPAlloc.Allocate<CachedSummaryNode>();
871 RetainSummary *Summ = (RetainSummary *) BPAlloc.Allocate<RetainSummary>();
    [all...]

Completed in 83 milliseconds