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

  /src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/
mt_allocator.h 641 class __mt_alloc : public __mt_alloc_base<_Tp> class in inherits:__mt_alloc_base
658 typedef __mt_alloc<_Tp1, pol_type> other;
661 __mt_alloc() _GLIBCXX_USE_NOEXCEPT { }
663 __mt_alloc(const __mt_alloc&) _GLIBCXX_USE_NOEXCEPT { }
666 __mt_alloc(const __mt_alloc<_Tp1, _Poolp1>&) _GLIBCXX_USE_NOEXCEPT { }
668 ~__mt_alloc() _GLIBCXX_USE_NOEXCEPT { }
689 _GLIBCXX_NODISCARD typename __mt_alloc<_Tp, _Poolp>::pointer
690 __mt_alloc<_Tp, _Poolp>:
    [all...]
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/
mt_allocator.h 639 class __mt_alloc : public __mt_alloc_base<_Tp> class in inherits:__mt_alloc_base
656 typedef __mt_alloc<_Tp1, pol_type> other;
659 __mt_alloc() _GLIBCXX_USE_NOEXCEPT { }
661 __mt_alloc(const __mt_alloc&) _GLIBCXX_USE_NOEXCEPT { }
664 __mt_alloc(const __mt_alloc<_Tp1, _Poolp1>&) _GLIBCXX_USE_NOEXCEPT { }
666 ~__mt_alloc() _GLIBCXX_USE_NOEXCEPT { }
687 _GLIBCXX_NODISCARD typename __mt_alloc<_Tp, _Poolp>::pointer
688 __mt_alloc<_Tp, _Poolp>:
    [all...]
  /src/external/gpl3/gcc/dist/libstdc++-v3/src/c++98/
mt_allocator.cc 820 template class __mt_alloc<char>;
821 template class __mt_alloc<wchar_t>;
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++98/
mt_allocator.cc 820 template class __mt_alloc<char>;
821 template class __mt_alloc<wchar_t>;

Completed in 32 milliseconds