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.cpp19 #include "clang/Analysis/Support/BumpVector.h"
1221 typedef BumpVector<const MemRegion*> VarVec;
1261 BumpVector<const MemRegion*> *Vec =
1262 static_cast<BumpVector<const MemRegion*>*>(ReferencedVars);
1267 BumpVector<const MemRegion*> *VecOriginal =
1268 static_cast<BumpVector<const MemRegion*>*>(OriginalVars);
1278 BumpVector<const MemRegion*> *Vec =
1279 static_cast<BumpVector<const MemRegion*>*>(ReferencedVars);
1284 BumpVector<const MemRegion*> *VecOriginal =
1285 static_cast<BumpVector<cons
[all...]
H A DExplodedGraph.cpp170 // BumpVector allocated with the ExplodedGraph's allocator. This allows the
178 typedef BumpVector<ExplodedNode *> ExplodedNodeVector;
/external/clang/lib/Analysis/
H A DAnalysisDeclContext.cpp27 #include "clang/Analysis/Support/BumpVector.h"
355 BumpVector<const VarDecl*> &BEVals;
360 FindBlockDeclRefExprsVals(BumpVector<const VarDecl*> &bevals,
406 typedef BumpVector<const VarDecl*> DeclVec;
H A DCFG.cpp98 typedef BumpVector<VarDecl*> AutomaticVarsTy;
/external/clang/include/clang/Analysis/
H A DCFG.h25 #include "clang/Analysis/Support/BumpVector.h"
271 typedef BumpVector<CFGElement> ImplTy;
333 typedef BumpVector<CFGBlock*> AdjacentBlocks;
603 typedef BumpVector<CFGBlock*>::iterator ImplTy;
626 typedef BumpVector<CFGBlock*>::const_iterator ImplTy;
666 typedef BumpVector<CFGBlock*> CFGBlockListTy;

Completed in 340 milliseconds