Searched refs:SmallVectorTemplateBase (Results 1 – 1 of 1) sorted by relevance
315 class SmallVectorTemplateBase : public SmallVectorTemplateCommon<T> {322 SmallVectorTemplateBase(size_t Size) : SmallVectorTemplateCommon<T>(Size) {} in SmallVectorTemplateBase() function424 void SmallVectorTemplateBase<T, TriviallyCopyable>::grow(size_t MinSize) { in grow()433 void SmallVectorTemplateBase<T, TriviallyCopyable>::moveElementsForGrow( in moveElementsForGrow()444 void SmallVectorTemplateBase<T, TriviallyCopyable>::takeAllocationForGrow( in takeAllocationForGrow()459 class SmallVectorTemplateBase<T, true> : public SmallVectorTemplateCommon<T> {472 SmallVectorTemplateBase(size_t Size) : SmallVectorTemplateCommon<T>(Size) {} in SmallVectorTemplateBase() function558 class SmallVectorImpl : public SmallVectorTemplateBase<T> {559 using SuperClass = SmallVectorTemplateBase<T>;568 using SmallVectorTemplateBase<T>::TakesParamByValue;[all …]