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

/external/llvm/include/llvm/ADT/
H A DSmallVector.h66 class SmallVectorTemplateCommon : public SmallVectorBase { class in namespace:llvm
78 SmallVectorTemplateCommon(size_t Size) : SmallVectorBase(&FirstEl, Size) {} function in class:llvm::SmallVectorTemplateCommon
176 class SmallVectorTemplateBase : public SmallVectorTemplateCommon<T> {
178 SmallVectorTemplateBase(size_t Size) : SmallVectorTemplateCommon<T>(Size) {}
279 class SmallVectorTemplateBase<T, true> : public SmallVectorTemplateCommon<T> {
281 SmallVectorTemplateBase(size_t Size) : SmallVectorTemplateCommon<T>(Size) {}
849 /// SmallVectorTemplateCommon. There are 'N-1' elements here. The remaining '1'
854 typename SmallVectorTemplateCommon<T>::U InlineElts[N - 1];
H A DArrayRef.h70 /// avoid instantiating SmallVectorTemplateCommon<T> whenever we
73 /*implicit*/ ArrayRef(const SmallVectorTemplateCommon<T, U> &Vec) argument
101 /// templated in order to avoid instantiating SmallVectorTemplateCommon<T>
104 /*implicit*/ ArrayRef(const SmallVectorTemplateCommon<U*, DummyT> &Vec, argument

Completed in 89 milliseconds