HomeSort by relevance Sort by last modified time
    Searched defs:SmallVector (Results 1 - 2 of 2) sorted by null

  /external/clang/test/SemaCXX/
invalid-instantiated-field-decl.cpp 14 class SmallVector : public SmallVectorImpl<T> {
25 SmallVector() : SmallVectorImpl<T>(NumInlineEltsElts) {
34 SmallVector<CallSite, 2> DevirtualizedCalls; // expected-note {{in instantiation of template class 'SmallVector<CallSite, 2>' requested}}
  /external/llvm/include/llvm/ADT/
SmallVector.h 1 //===- llvm/ADT/SmallVector.h - 'Normally small' vectors --------*- C++ -*-===//
10 // This file defines the SmallVector class.
85 /// isSmall - Return true if this is a smallvector which has not had dynamic
317 // Use memcpy for PODs iterated by pointers (which includes SmallVector
343 /// SmallVector class to reduce code duplication based on the SmallVector 'N'
414 /// append - Add the specified range to the end of the SmallVector.
430 /// append - Add the specified range to the end of the SmallVector.
825 /// Storage for the SmallVector elements which aren't contained in
836 /// SmallVector - This is a 'vector' (really, a variable-sized array), optimize
    [all...]

Completed in 54 milliseconds