Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/ADT/
H A DSmallVector.h83 class SmallVectorTemplateCommon : public SmallVectorBase {
95 SmallVectorTemplateCommon(size_t Size) in SmallVectorTemplateCommon() function
186 class SmallVectorTemplateBase : public SmallVectorTemplateCommon<T> {
188 SmallVectorTemplateBase(size_t Size) : SmallVectorTemplateCommon<T>(Size) {} in SmallVectorTemplateBase()
267 class SmallVectorTemplateBase<T, true> : public SmallVectorTemplateCommon<T> {
269 SmallVectorTemplateBase(size_t Size) : SmallVectorTemplateCommon<T>(Size) {} in SmallVectorTemplateBase()
H A DArrayRef.h82 /*implicit*/ ArrayRef(const SmallVectorTemplateCommon<T, U> &Vec) in ArrayRef()
119 const SmallVectorTemplateCommon<U *, DummyT> &Vec,