HomeSort by: relevance | last modified time | path
    Searched refs:SmallVectorTemplateCommon (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
SmallVector.h 106 class SmallVectorTemplateCommon
121 SmallVectorTemplateCommon(size_t Size) : Base(getFirstEl(), Size) {}
315 class SmallVectorTemplateBase : public SmallVectorTemplateCommon<T> {
316 friend class SmallVectorTemplateCommon<T>;
322 SmallVectorTemplateBase(size_t Size) : SmallVectorTemplateCommon<T>(Size) {}
459 class SmallVectorTemplateBase<T, true> : public SmallVectorTemplateCommon<T> {
460 friend class SmallVectorTemplateCommon<T>;
472 SmallVectorTemplateBase(size_t Size) : SmallVectorTemplateCommon<T>(Size) {}
1088 /// the pointer math in \a SmallVectorTemplateCommon::getFirstEl() is
ArrayRef.h 85 /// avoid instantiating SmallVectorTemplateCommon<T> whenever we
88 /*implicit*/ ArrayRef(const SmallVectorTemplateCommon<T, U> &Vec)
130 /// templated in order to avoid instantiating SmallVectorTemplateCommon<T>
134 const SmallVectorTemplateCommon<U *, DummyT> &Vec,

Completed in 17 milliseconds