Home
last modified time | relevance | path

Searched refs:rebind_alloc (Results 1 – 20 of 20) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/stdcpp/
H A Dallocator.d242 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 Dallocator_traits.h245 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 Dalloc_traits.h213 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 Dfs_path.h1220 rebind_alloc<value_type>; in _GLIBCXX_VISIBILITY()
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
H A Dalloc_traits.h209 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 Dfs_path.h1136 rebind_alloc<value_type>; in _GLIBCXX_VISIBILITY()
/netbsd-src/external/apache2/llvm/dist/libcxx/include/experimental/
H A Dmemory_resource44 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 Dalloc_traits.h120 { typedef typename _Base_type::template rebind_alloc<_Tp> other; }; in _GLIBCXX_VISIBILITY()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/
H A Dalloc_traits.h120 { 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 Dmemory_resource77 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 Dmemory_resource78 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 Dscoped_allocator46 OuterTraits::template rebind_alloc<Tp>, InnerAllocs...> other;
430 typename _OuterTraits::template rebind_alloc<_Tp>, _InnerAllocs...
H A Dmemory83 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 Dscoped_allocator302 typename __traits::template rebind_alloc<_Tp>,
H A Dmemory_resource468 using rebind_alloc = pmr::polymorphic_allocator<_Up>;
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/std/
H A Dscoped_allocator300 typename __traits::template rebind_alloc<_Tp>,
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/
H A DChangeLog-20173921 rebind_alloc.
3926 * testsuite/20_util/allocator_traits/members/rebind_alloc.cc: New test.
H A DChangeLog-2011816 (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 DMD5SUMS93193 …ef6c403e6e2a0be7ceca288c32 libstdc++-v3/testsuite/20_util/allocator_traits/members/rebind_alloc.cc
/netbsd-src/external/gpl3/gcc/dist/
H A DMD5SUMS107257 …2d731e8b6b5fd1ae92379d2dc6 libstdc++-v3/testsuite/20_util/allocator_traits/members/rebind_alloc.cc