Searched refs:BumpVector (Results 1 - 6 of 6) sorted by relevance

/external/clang/include/clang/Analysis/Support/
H A DBumpVector.h1 //===-- BumpVector.h - Vector-like ADT that uses bump allocation --*- C++ -*-=//
10 // This file provides BumpVector, a vector-like ADT whose contents are
53 class BumpVector { class in namespace:clang
57 explicit BumpVector(BumpVectorContext &C, unsigned N) function in class:clang::BumpVector
62 ~BumpVector() {
215 void BumpVector<T>::grow(BumpVectorContext &C, size_t MinSize) {
/external/clang/lib/StaticAnalyzer/Core/
H A DMemRegion.cpp22 #include "clang/Analysis/Support/BumpVector.h"
1398 typedef BumpVector<const MemRegion*> VarVec;
1422 BumpVector<const MemRegion*> *Vec =
1423 static_cast<BumpVector<const MemRegion*>*>(ReferencedVars);
1428 BumpVector<const MemRegion*> *VecOriginal =
1429 static_cast<BumpVector<const MemRegion*>*>(OriginalVars);
1439 BumpVector<const MemRegion*> *Vec =
1440 static_cast<BumpVector<const MemRegion*>*>(ReferencedVars);
1445 BumpVector<const MemRegion*> *VecOriginal =
1446 static_cast<BumpVector<cons
[all...]
H A DExplodedGraph.cpp207 // BumpVector allocated with the ExplodedGraph's allocator. This allows the
215 typedef BumpVector<ExplodedNode *> ExplodedNodeVector;
/external/clang/include/clang/Analysis/
H A DCFG.h19 #include "clang/Analysis/Support/BumpVector.h"
356 typedef BumpVector<CFGElement> ImplTy;
473 typedef BumpVector<AdjacentBlock> AdjacentBlocks;
773 typedef BumpVector<CFGBlock*>::iterator ImplTy;
796 typedef BumpVector<CFGBlock*>::const_iterator ImplTy;
836 typedef BumpVector<CFGBlock*> CFGBlockListTy;
/external/clang/lib/Analysis/
H A DAnalysisDeclContext.cpp28 #include "clang/Analysis/Support/BumpVector.h"
458 BumpVector<const VarDecl*> &BEVals;
463 FindBlockDeclRefExprsVals(BumpVector<const VarDecl*> &bevals,
501 typedef BumpVector<const VarDecl*> DeclVec;
H A DCFG.cpp99 typedef BumpVector<VarDecl*> AutomaticVarsTy;

Completed in 936 milliseconds