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/
Drebind_traits.pass.cpp25 struct ReboundA {}; struct
32 template <class U> struct rebind {typedef ReboundA<U> other;};
63 template <class U> struct rebind {typedef ReboundA<U> otter;};
69 …llocator_traits<A<char> >::rebind_traits<double>, std::allocator_traits<ReboundA<double> > >::valu… in main()
75 …r_traits<A<char> >::rebind_traits<double>::other, std::allocator_traits<ReboundA<double> > >::valu… in main()
/external/libcxx/test/std/utilities/memory/allocator.traits/allocator.traits.types/
Drebind_alloc.pass.cpp25 struct ReboundA {}; struct
32 template <class U> struct rebind {typedef ReboundA<U> other;};
63 template <class U> struct rebind {typedef ReboundA<U> otter;};
87 …static_assert((std::is_same<std::allocator_traits<A<char> >::rebind_alloc<double>, ReboundA<double… in main()
95 …::is_same<std::allocator_traits<A<char> >::rebind_alloc<double>::other, ReboundA<double> >::value)… in main()
/external/clang/test/SemaCXX/
DPR9908.cpp20 struct ReboundA {}; struct
27 template <class U> struct rebind {typedef ReboundA<U> other;};