Home
last modified time | relevance | path

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

/freebsd-src/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-src/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.cpp31 #include "clang/Analysis/Support/BumpVector.h"
230 using AutomaticVarsTy = BumpVector<VarDecl *>;
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DMemRegion.cpp27 #include "clang/Analysis/Support/BumpVector.h"
1713 using VarVec = BumpVector<const MemRegion *>;
1736 auto *Vec = static_cast<BumpVector<const MemRegion *> *>(ReferencedVars); in referenced_vars_end()
1742 static_cast<BumpVector<const MemRegion *> *>(OriginalVars); in referenced_vars_end()
1752 auto *Vec = static_cast<BumpVector<const MemRegion *> *>(ReferencedVars); in getOriginalRegion()
1758 static_cast<BumpVector<const MemRegion *> *>(OriginalVars);
H A DExplodedGraph.cpp201 using ExplodedNodeVector = BumpVector<ExplodedNode *>;
/freebsd-src/contrib/llvm-project/clang/include/clang/Analysis/
H A DCFG.h21 #include "clang/Analysis/Support/BumpVector.h"
606 using ImplTy = BumpVector<CFGElement>;
869 using AdjacentBlocks = BumpVector<AdjacentBlock>;
1285 using CFGBlockListTy = BumpVector<CFGBlock *>;