/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/stdcpp/ |
H A D | allocator.d | 242 template rebind_alloc(U) in allocator_traits() 245 alias rebind_alloc = allocator_type.rebind!U; in allocator_traits() local 247 alias rebind_alloc = allocator_type!U; in allocator_traits() local 250 alias rebind_traits(U) = allocator_traits!(rebind_alloc!U); in allocator_traits()
|
/netbsd-src/external/apache2/llvm/dist/libcxx/include/__memory/ |
H A D | allocator_traits.h | 245 using rebind_alloc = __allocator_traits_rebind_t<allocator_type, _Tp>; 247 using rebind_traits = allocator_traits<rebind_alloc<_Tp> >; 250 struct rebind_alloc { 255 using other = allocator_traits<typename rebind_alloc<_Tp>::other>; 354 using type _LIBCPP_NODEBUG_TYPE = typename _Traits::template rebind_alloc<_Tp>; 356 using type = typename _Traits::template rebind_alloc<_Tp>::other;
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/ |
H A D | alloc_traits.h | 213 using rebind_alloc = __alloc_rebind<_Alloc, _Tp>; in _GLIBCXX_VISIBILITY() 215 using rebind_traits = allocator_traits<rebind_alloc<_Tp>>; in _GLIBCXX_VISIBILITY() 450 using rebind_alloc = allocator<_Up>; in _GLIBCXX_VISIBILITY() 607 using rebind_alloc = allocator<_Up>; in _GLIBCXX_VISIBILITY()
|
H A D | fs_path.h | 1220 rebind_alloc<value_type>; in _GLIBCXX_VISIBILITY()
|
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/ |
H A D | alloc_traits.h | 209 using rebind_alloc = __alloc_rebind<_Alloc, _Tp>; in _GLIBCXX_VISIBILITY() 211 using rebind_traits = allocator_traits<rebind_alloc<_Tp>>; in _GLIBCXX_VISIBILITY() 446 using rebind_alloc = allocator<_Up>; in _GLIBCXX_VISIBILITY() 603 using rebind_alloc = allocator<_Up>; in _GLIBCXX_VISIBILITY()
|
H A D | fs_path.h | 1136 rebind_alloc<value_type>; in _GLIBCXX_VISIBILITY()
|
/netbsd-src/external/apache2/llvm/dist/libcxx/include/experimental/ |
H A D | memory_resource | 44 allocator_traits<Allocator>::rebind_alloc<char>>; 349 using _Alloc = typename _CTraits::template rebind_alloc< 418 typename allocator_traits<_Alloc>::template rebind_alloc<char>
|
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/ |
H A D | alloc_traits.h | 120 { typedef typename _Base_type::template rebind_alloc<_Tp> other; }; in _GLIBCXX_VISIBILITY()
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/ |
H A D | alloc_traits.h | 120 { typedef typename _Base_type::template rebind_alloc<_Tp> other; }; in _GLIBCXX_VISIBILITY()
|
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/experimental/ |
H A D | memory_resource | 77 typename allocator_traits<_Alloc>::template rebind_alloc<char>>; 481 rebind_alloc<_Tp> __a2(_M_alloc); 492 rebind_alloc<_Tp> __a2(_M_alloc);
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/experimental/ |
H A D | memory_resource | 78 typename allocator_traits<_Alloc>::template rebind_alloc<char>>; 482 rebind_alloc<_Tp> __a2(_M_alloc); 493 rebind_alloc<_Tp> __a2(_M_alloc);
|
/netbsd-src/external/apache2/llvm/dist/libcxx/include/ |
H A D | scoped_allocator | 46 OuterTraits::template rebind_alloc<Tp>, InnerAllocs...> other; 430 typename _OuterTraits::template rebind_alloc<_Tp>, _InnerAllocs...
|
H A D | memory | 83 template <class T> using rebind_alloc = Alloc::rebind<T>::other | Alloc<T, Args...>; 84 template <class T> using rebind_traits = allocator_traits<rebind_alloc<T>>;
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/std/ |
H A D | scoped_allocator | 302 typename __traits::template rebind_alloc<_Tp>,
|
H A D | memory_resource | 468 using rebind_alloc = pmr::polymorphic_allocator<_Up>;
|
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/std/ |
H A D | scoped_allocator | 300 typename __traits::template rebind_alloc<_Tp>,
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/ |
H A D | ChangeLog-2017 | 3921 rebind_alloc. 3926 * testsuite/20_util/allocator_traits/members/rebind_alloc.cc: New test.
|
H A D | ChangeLog-2011 | 816 (rebind_alloc, rebind_traits): Implement using alias-declaration. 817 * include/ext/alloc_traits.h (rebind): Use rebind_alloc instead of
|
/netbsd-src/external/gpl3/gcc.old/dist/ |
H A D | MD5SUMS | 93193 …ef6c403e6e2a0be7ceca288c32 libstdc++-v3/testsuite/20_util/allocator_traits/members/rebind_alloc.cc
|
/netbsd-src/external/gpl3/gcc/dist/ |
H A D | MD5SUMS | 107257 …2d731e8b6b5fd1ae92379d2dc6 libstdc++-v3/testsuite/20_util/allocator_traits/members/rebind_alloc.cc
|