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

/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/ADT/
H A DSmallVector.h60 /// SmallVectorTemplateCommon - This is the part of SmallVectorTemplateBase
65 class SmallVectorTemplateCommon : public SmallVectorBase { class in namespace:llvm
77 SmallVectorTemplateCommon(size_t Size) : SmallVectorBase(&FirstEl, Size) {} function in class:llvm::SmallVectorTemplateCommon
165 class SmallVectorTemplateBase : public SmallVectorTemplateCommon<T> {
167 SmallVectorTemplateBase(size_t Size) : SmallVectorTemplateCommon<T>(Size) {}
290 class SmallVectorTemplateBase<T, true> : public SmallVectorTemplateCommon<T> {
292 SmallVectorTemplateBase(size_t Size) : SmallVectorTemplateCommon<T>(Size) {}
855 /// SmallVectorTemplateCommon. There are 'N-1' elements here. The remaining '1'
860 typename SmallVectorTemplateCommon<T>::U InlineElts[N - 1];
H A DArrayRef.h63 /// avoid instantiating SmallVectorTemplateCommon<T> whenever we
66 /*implicit*/ ArrayRef(const SmallVectorTemplateCommon<T, U> &Vec) argument

Completed in 65 milliseconds