Searched refs:SmallVectorStorage (Results 1 - 1 of 1) sorted by relevance

/external/llvm/include/llvm/ADT/
H A DSmallVector.h58 template <typename T, unsigned N> struct SmallVectorStorage;
67 template <typename, unsigned> friend struct SmallVectorStorage;
859 struct SmallVectorStorage { struct in namespace:llvm
862 template <typename T> struct SmallVectorStorage<T, 1> {}; struct in namespace:llvm
863 template <typename T> struct SmallVectorStorage<T, 0> {}; struct in namespace:llvm
876 SmallVectorStorage<T, N> Storage;

Completed in 213 milliseconds