HomeSort by: relevance | last modified time | path
    Searched refs:BumpVector (Results 1 - 6 of 6) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/Analysis/Support/
BumpVector.h 1 //===- BumpVector.h - Vector-like ADT that uses bump allocation -*- C++ -*-===//
9 // This file provides BumpVector, a vector-like ADT whose contents are
59 class BumpVector {
66 explicit BumpVector(BumpVectorContext &C, unsigned N) {
70 ~BumpVector() {
225 void BumpVector<T>::grow(BumpVectorContext &C, size_t MinSize) {
  /src/external/apache2/llvm/dist/clang/lib/Analysis/
AnalysisDeclContext.cpp 32 #include "clang/Analysis/Support/BumpVector.h"
540 BumpVector<const VarDecl *> &BEVals;
546 FindBlockDeclRefExprsVals(BumpVector<const VarDecl*> &bevals,
585 using DeclVec = BumpVector<const VarDecl *>;
CFG.cpp 31 #include "clang/Analysis/Support/BumpVector.h"
226 using AutomaticVarsTy = BumpVector<VarDecl *>;
  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
MemRegion.cpp 27 #include "clang/Analysis/Support/BumpVector.h"
1626 using VarVec = BumpVector<const MemRegion *>;
1651 auto *Vec = static_cast<BumpVector<const MemRegion *> *>(ReferencedVars);
1657 static_cast<BumpVector<const MemRegion *> *>(OriginalVars);
1667 auto *Vec = static_cast<BumpVector<const MemRegion *> *>(ReferencedVars);
1673 static_cast<BumpVector<const MemRegion *> *>(OriginalVars);
ExplodedGraph.cpp 21 #include "clang/Analysis/Support/BumpVector.h"
194 // BumpVector allocated with the ExplodedGraph's allocator. This allows the
202 using ExplodedNodeVector = BumpVector<ExplodedNode *>;
  /src/external/apache2/llvm/dist/clang/include/clang/Analysis/
CFG.h 17 #include "clang/Analysis/Support/BumpVector.h"
578 using ImplTy = BumpVector<CFGElement>;
841 using AdjacentBlocks = BumpVector<AdjacentBlock>;
1294 using CFGBlockListTy = BumpVector<CFGBlock *>;

Completed in 65 milliseconds