Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/include/clang/Analysis/Support/
HDBumpVector.h53 class BumpVector {
57 explicit BumpVector(BumpVectorContext &C, unsigned N) in BumpVector() function
62 ~BumpVector() { in ~BumpVector()
215 void BumpVector<T>::grow(BumpVectorContext &C, size_t MinSize) { in grow()
/NextBSD/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
HDMemRegion.cpp1391 typedef BumpVector<const MemRegion*> VarVec; in LazyInitializeReferencedVars()
1415 BumpVector<const MemRegion*> *Vec = in referenced_vars_begin()
1416 static_cast<BumpVector<const MemRegion*>*>(ReferencedVars); in referenced_vars_begin()
1421 BumpVector<const MemRegion*> *VecOriginal = in referenced_vars_begin()
1422 static_cast<BumpVector<const MemRegion*>*>(OriginalVars); in referenced_vars_begin()
1432 BumpVector<const MemRegion*> *Vec = in referenced_vars_end()
1433 static_cast<BumpVector<const MemRegion*>*>(ReferencedVars); in referenced_vars_end()
1438 BumpVector<const MemRegion*> *VecOriginal = in referenced_vars_end()
1439 static_cast<BumpVector<const MemRegion*>*>(OriginalVars); in referenced_vars_end()
HDExplodedGraph.cpp215 typedef BumpVector<ExplodedNode *> ExplodedNodeVector;
/NextBSD/contrib/llvm/tools/clang/include/clang/Analysis/
HDCFG.h356 typedef BumpVector<CFGElement> ImplTy;
473 typedef BumpVector<AdjacentBlock> AdjacentBlocks;
773 typedef BumpVector<CFGBlock*>::iterator ImplTy;
796 typedef BumpVector<CFGBlock*>::const_iterator ImplTy;
835 typedef BumpVector<CFGBlock*> CFGBlockListTy;
/NextBSD/contrib/llvm/tools/clang/lib/Analysis/
HDAnalysisDeclContext.cpp465 BumpVector<const VarDecl*> &BEVals;
470 FindBlockDeclRefExprsVals(BumpVector<const VarDecl*> &bevals, in FindBlockDeclRefExprsVals()
508 typedef BumpVector<const VarDecl*> DeclVec;
HDCFG.cpp99 typedef BumpVector<VarDecl*> AutomaticVarsTy;