HomeSort by relevance Sort by last modified time
    Searched refs:__mt_alloc (Results 1 - 4 of 4) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/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 typename __mt_alloc<_Tp, _Poolp>::pointer
688 __mt_alloc<_Tp, _Poolp>:
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/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 typename __mt_alloc<_Tp, _Poolp>::pointer
688 __mt_alloc<_Tp, _Poolp>:
    [all...]
  /external/clang/test/PCH/
cxx-templates.cpp 93 __mt_alloc<> mt = __mt_alloc<>();
cxx-templates.h 242 struct __mt_alloc { struct in namespace:rdar13135282
244 __mt_alloc() { function in struct:rdar13135282::__mt_alloc
245 foo<__mt_alloc<> >();

Completed in 210 milliseconds