Home
last modified time | relevance | path

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

/external/libcxx/test/std/utilities/memory/allocator.traits/allocator.traits.types/
Drebind_alloc.pass.cpp87 …static_assert((std::is_same<std::allocator_traits<A<char> >::rebind_alloc<double>, ReboundA<double… in main()
88 …static_assert((std::is_same<std::allocator_traits<B<int, char> >::rebind_alloc<double>, ReboundB<d… in main()
89 …static_assert((std::is_same<std::allocator_traits<C<char> >::rebind_alloc<double>, C<double> >::va… in main()
90 …static_assert((std::is_same<std::allocator_traits<D<int, char> >::rebind_alloc<double>, D<double, … in main()
91 …static_assert((std::is_same<std::allocator_traits<E<char> >::rebind_alloc<double>, E<double> >::va… in main()
92 …static_assert((std::is_same<std::allocator_traits<F<char> >::rebind_alloc<double>, F<double> >::va… in main()
93 …static_assert((std::is_same<std::allocator_traits<G<char> >::rebind_alloc<double>, G<double> >::va… in main()
95 …static_assert((std::is_same<std::allocator_traits<A<char> >::rebind_alloc<double>::other, ReboundA… in main()
96 …static_assert((std::is_same<std::allocator_traits<B<int, char> >::rebind_alloc<double>::other, Reb… in main()
97 …static_assert((std::is_same<std::allocator_traits<C<char> >::rebind_alloc<double>::other, C<double… in main()
[all …]
/external/clang/test/SemaCXX/
DPR9902.cpp19 template <class T> using rebind_alloc = typename __allocator_traits_rebind<Alloc, T>::type; typedef
20 template <class T> using rebind_traits = allocator_traits<rebind_alloc<T>>;
28 allocator_traits<allocator<char>>::rebind_alloc<int> a; in main()
DPR9908.cpp14 template <class T> using rebind_alloc = typename typedef
16 template <class T> using rebind_traits = allocator_traits<rebind_alloc<T>>;
/external/libcxx/include/experimental/
Dmemory_resource45 allocator_traits<Allocator>::rebind_alloc<char>>;
347 using _Alloc = typename _CTraits::template rebind_alloc<
417 typename allocator_traits<_Alloc>::template rebind_alloc<char>
/external/libcxx/include/
Dscoped_allocator47 OuterTraits::template rebind_alloc<Tp>, InnerAllocs...> other;
430 typename _OuterTraits::template rebind_alloc<_Tp>, _InnerAllocs...
Dmemory81 template <class T> using rebind_alloc = Alloc::rebind<U>::other | Alloc<T, Args...>;
82 template <class T> using rebind_traits = allocator_traits<rebind_alloc<T>>;
1514 template <class _Tp> using rebind_alloc =
1516 template <class _Tp> using rebind_traits = allocator_traits<rebind_alloc<_Tp>>;
1518 template <class _Tp> struct rebind_alloc
1521 {typedef allocator_traits<typename rebind_alloc<_Tp>::other> other;};
1735 typedef typename _Traits::template rebind_alloc<_Tp> type;
1737 typedef typename _Traits::template rebind_alloc<_Tp>::other type;