Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Analysis/Support/
H A DBumpVector.h59 class BumpVector {
66 explicit BumpVector(BumpVectorContext &C, unsigned N) { in BumpVector() function
70 ~BumpVector() { in ~BumpVector()
225 void BumpVector<T>::grow(BumpVectorContext &C, size_t MinSize) { in grow()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Analysis/
H A DAnalysisDeclContext.cpp540 BumpVector<const VarDecl *> &BEVals;
546 FindBlockDeclRefExprsVals(BumpVector<const VarDecl*> &bevals, in FindBlockDeclRefExprsVals()
585 using DeclVec = BumpVector<const VarDecl *>;
H A DCFG.cpp226 using AutomaticVarsTy = BumpVector<VarDecl *>;
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DMemRegion.cpp1626 using VarVec = BumpVector<const MemRegion *>; in LazyInitializeReferencedVars()
1651 auto *Vec = static_cast<BumpVector<const MemRegion *> *>(ReferencedVars); in referenced_vars_begin()
1657 static_cast<BumpVector<const MemRegion *> *>(OriginalVars); in referenced_vars_begin()
1667 auto *Vec = static_cast<BumpVector<const MemRegion *> *>(ReferencedVars); in referenced_vars_end()
1673 static_cast<BumpVector<const MemRegion *> *>(OriginalVars); in referenced_vars_end()
H A DExplodedGraph.cpp202 using ExplodedNodeVector = BumpVector<ExplodedNode *>;
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Analysis/
H A DCFG.h578 using ImplTy = BumpVector<CFGElement>;
841 using AdjacentBlocks = BumpVector<AdjacentBlock>;
1294 using CFGBlockListTy = BumpVector<CFGBlock *>;