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

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/ADT/
H A DSmallVector.h82 class SmallVectorTemplateCommon : public SmallVectorBase { class in namespace:llvm
94 SmallVectorTemplateCommon(size_t Size) function in class:llvm::SmallVectorTemplateCommon
179 class SmallVectorTemplateBase : public SmallVectorTemplateCommon<T> {
181 SmallVectorTemplateBase(size_t Size) : SmallVectorTemplateCommon<T>(Size) {}
259 class SmallVectorTemplateBase<T, true> : public SmallVectorTemplateCommon<T> {
261 SmallVectorTemplateBase(size_t Size) : SmallVectorTemplateCommon<T>(Size) {}
824 /// the pointer math in \a SmallVectorTemplateCommon::getFirstEl() is
H A DArrayRef.h78 /// avoid instantiating SmallVectorTemplateCommon<T> whenever we
81 /*implicit*/ ArrayRef(const SmallVectorTemplateCommon<T, U> &Vec) argument
124 /// templated in order to avoid instantiating SmallVectorTemplateCommon<T>
128 const SmallVectorTemplateCommon<U *, DummyT> &Vec,

Completed in 113 milliseconds