Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DSmallVector.h134 class SmallVectorTemplateCommon
149 SmallVectorTemplateCommon(size_t Size) : Base(getFirstEl(), Size) {} in SmallVectorTemplateCommon() function
343 class SmallVectorTemplateBase : public SmallVectorTemplateCommon<T> {
344 friend class SmallVectorTemplateCommon<T>; variable
350 SmallVectorTemplateBase(size_t Size) : SmallVectorTemplateCommon<T>(Size) {} in SmallVectorTemplateBase()
489 class SmallVectorTemplateBase<T, true> : public SmallVectorTemplateCommon<T> {
490 friend class SmallVectorTemplateCommon<T>; variable
501 SmallVectorTemplateBase(size_t Size) : SmallVectorTemplateCommon<T>(Size) {} in SmallVectorTemplateBase()
H A DArrayRef.h90 /*implicit*/ ArrayRef(const SmallVectorTemplateCommon<T, U> &Vec) in ArrayRef()
136 const SmallVectorTemplateCommon<U *, DummyT> &Vec,