Searched defs:BumpVector (Results 1 - 1 of 1) sorted by relevance

/external/clang/include/clang/Analysis/Support/
H A DBumpVector.h1 //===-- 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 { class in namespace:clang
57 explicit BumpVector(BumpVectorContext &C, unsigned N) function in class:clang::BumpVector
62 ~BumpVector() {
215 void BumpVector<T>::grow(BumpVectorContext &C, size_t MinSize) {

Completed in 87 milliseconds