Home
last modified time | relevance | path

Searched refs:SmallVectorTemplateBase (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DSmallVector.h343 class SmallVectorTemplateBase : public SmallVectorTemplateCommon<T> {
350 SmallVectorTemplateBase(size_t Size) : SmallVectorTemplateCommon<T>(Size) {} in SmallVectorTemplateBase() function
447 void SmallVectorTemplateBase<T, TriviallyCopyable>::grow(size_t MinSize) { in grow()
455 T *SmallVectorTemplateBase<T, TriviallyCopyable>::mallocForGrow( in mallocForGrow()
464 void SmallVectorTemplateBase<T, TriviallyCopyable>::moveElementsForGrow( in moveElementsForGrow()
475 void SmallVectorTemplateBase<T, TriviallyCopyable>::takeAllocationForGrow( in takeAllocationForGrow()
489 class SmallVectorTemplateBase<T, true> : public SmallVectorTemplateCommon<T> {
501 SmallVectorTemplateBase(size_t Size) : SmallVectorTemplateCommon<T>(Size) {} in SmallVectorTemplateBase() function
587 class SmallVectorImpl : public SmallVectorTemplateBase<T> {
588 using SuperClass = SmallVectorTemplateBase<T>;
[all …]