HomeSort by relevance Sort by last modified time
    Searched refs:ReboundA (Results 1 - 3 of 3) sorted by null

  /external/clang/test/SemaCXX/
PR9908.cpp 20 struct ReboundA {};
27 template <class U> struct rebind {typedef ReboundA<U> other;};
  /external/libcxx/test/std/utilities/memory/allocator.traits/
rebind_traits.pass.cpp 25 struct ReboundA {};
32 template <class U> struct rebind {typedef ReboundA<U> other;};
63 template <class U> struct rebind {typedef ReboundA<U> otter;};
69 static_assert((std::is_same<std::allocator_traits<A<char> >::rebind_traits<double>, std::allocator_traits<ReboundA<double> > >::value), "");
75 static_assert((std::is_same<std::allocator_traits<A<char> >::rebind_traits<double>::other, std::allocator_traits<ReboundA<double> > >::value), "");
  /external/libcxx/test/std/utilities/memory/allocator.traits/allocator.traits.types/
rebind_alloc.pass.cpp 25 struct ReboundA {};
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> >::value), "");
95 static_assert((std::is_same<std::allocator_traits<A<char> >::rebind_alloc<double>::other, ReboundA<double> >::value), "");

Completed in 144 milliseconds