Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Analysis/Support/
H A DBumpVector.h68 class BumpVector {
75 explicit BumpVector(BumpVectorContext &C, unsigned N) { in BumpVector() function
79 ~BumpVector() { in ~BumpVector()
234 void BumpVector<T>::grow(BumpVectorContext &C, size_t MinSize) { in grow()
/freebsd/contrib/llvm-project/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 *>;
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DMemRegion.cpp1713 using VarVec = BumpVector<const MemRegion *>; in LazyInitializeReferencedVars()
1736 auto *Vec = static_cast<BumpVector<const MemRegion *> *>(ReferencedVars); in referenced_vars_begin()
1742 static_cast<BumpVector<const MemRegion *> *>(OriginalVars); in referenced_vars_begin()
1752 auto *Vec = static_cast<BumpVector<const MemRegion *> *>(ReferencedVars); in referenced_vars_end()
1758 static_cast<BumpVector<const MemRegion *> *>(OriginalVars); in referenced_vars_end()
H A DExplodedGraph.cpp201 using ExplodedNodeVector = BumpVector<ExplodedNode *>;
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/
H A DCFG.h606 using ImplTy = BumpVector<CFGElement>;
869 using AdjacentBlocks = BumpVector<AdjacentBlock>;
1285 using CFGBlockListTy = BumpVector<CFGBlock *>;