Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/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()
/openbsd/gnu/llvm/clang/lib/Analysis/
H A DAnalysisDeclContext.cpp592 BumpVector<const VarDecl *> &BEVals;
598 FindBlockDeclRefExprsVals(BumpVector<const VarDecl*> &bevals, in FindBlockDeclRefExprsVals()
637 using DeclVec = BumpVector<const VarDecl *>;
H A DCFG.cpp230 using AutomaticVarsTy = BumpVector<VarDecl *>;
/openbsd/gnu/llvm/clang/lib/StaticAnalyzer/Core/
H A DMemRegion.cpp1665 using VarVec = BumpVector<const MemRegion *>; in LazyInitializeReferencedVars()
1690 auto *Vec = static_cast<BumpVector<const MemRegion *> *>(ReferencedVars); in referenced_vars_begin()
1696 static_cast<BumpVector<const MemRegion *> *>(OriginalVars); in referenced_vars_begin()
1706 auto *Vec = static_cast<BumpVector<const MemRegion *> *>(ReferencedVars); in referenced_vars_end()
1712 static_cast<BumpVector<const MemRegion *> *>(OriginalVars); in referenced_vars_end()
H A DExplodedGraph.cpp201 using ExplodedNodeVector = BumpVector<ExplodedNode *>;
/openbsd/gnu/llvm/clang/include/clang/Analysis/
H A DCFG.h578 using ImplTy = BumpVector<CFGElement>;
841 using AdjacentBlocks = BumpVector<AdjacentBlock>;
1294 using CFGBlockListTy = BumpVector<CFGBlock *>;