HomeSort by relevance Sort by last modified time
    Searched refs:BumpVector (Results 1 - 6 of 6) sorted by null

  /external/clang/include/clang/Analysis/Support/
BumpVector.h 1 //===-- BumpVector.h - Vector-like ADT that uses bump allocation --*- C++ -*-=//
10 // This file provides BumpVector, a vector-like ADT whose contents are
53 class BumpVector {
57 explicit BumpVector(BumpVectorContext &C, unsigned N)
62 ~BumpVector() {
215 void BumpVector<T>::grow(BumpVectorContext &C, size_t MinSize) {
  /external/clang/lib/StaticAnalyzer/Core/
MemRegion.cpp 22 #include "clang/Analysis/Support/BumpVector.h"
    [all...]
ExplodedGraph.cpp 202 // BumpVector allocated with the ExplodedGraph's allocator. This allows the
210 typedef BumpVector<ExplodedNode *> ExplodedNodeVector;
  /external/clang/include/clang/Analysis/
CFG.h 19 #include "clang/Analysis/Support/BumpVector.h"
303 typedef BumpVector<CFGElement> ImplTy;
365 typedef BumpVector<CFGBlock*> AdjacentBlocks;
635 typedef BumpVector<CFGBlock*>::iterator ImplTy;
658 typedef BumpVector<CFGBlock*>::const_iterator ImplTy;
698 typedef BumpVector<CFGBlock*> CFGBlockListTy;
    [all...]
  /external/clang/lib/Analysis/
AnalysisDeclContext.cpp 28 #include "clang/Analysis/Support/BumpVector.h"
393 BumpVector<const VarDecl*> &BEVals;
398 FindBlockDeclRefExprsVals(BumpVector<const VarDecl*> &bevals,
441 typedef BumpVector<const VarDecl*> DeclVec;
CFG.cpp 98 typedef BumpVector<VarDecl*> AutomaticVarsTy;
    [all...]

Completed in 190 milliseconds