Home
last modified time | relevance | path

Searched refs:ReboundA (Results 1 – 3 of 3) sorted by relevance

/external/libcxx/test/std/utilities/memory/allocator.traits/allocator.traits.types/
Drebind_alloc.pass.cpp23 struct ReboundA {}; struct
30 template <class U> struct rebind {typedef ReboundA<U> other;};
61 template <class U> struct rebind {typedef ReboundA<U> otter;};
67 …static_assert((std::is_same<std::allocator_traits<A<char> >::rebind_alloc<double>, ReboundA<double… in main()
73 …::is_same<std::allocator_traits<A<char> >::rebind_alloc<double>::other, ReboundA<double> >::value)… in main()
/external/libcxx/test/std/utilities/memory/allocator.traits/
Drebind_traits.pass.cpp23 struct ReboundA {}; struct
30 template <class U> struct rebind {typedef ReboundA<U> other;};
61 template <class U> struct rebind {typedef ReboundA<U> otter;};
67 …llocator_traits<A<char> >::rebind_traits<double>, std::allocator_traits<ReboundA<double> > >::valu… in main()
73 …r_traits<A<char> >::rebind_traits<double>::other, std::allocator_traits<ReboundA<double> > >::valu… in main()
/external/clang/test/SemaCXX/
DPR9908.cpp20 struct ReboundA {}; struct
27 template <class U> struct rebind {typedef ReboundA<U> other;};