HomeSort by relevance Sort by last modified time
    Searched refs:ReboundA (Results 1 - 5 of 5) 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/allocator.traits.types/
rebind_alloc.pass.cpp 23 struct ReboundA {};
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> >::value), "");
73 static_assert((std::is_same<std::allocator_traits<A<char> >::rebind_alloc<double>::other, ReboundA<double> >::value), "");
  /external/libcxx/test/std/utilities/memory/allocator.traits/
rebind_traits.pass.cpp 23 struct ReboundA {};
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_traits<double>, std::allocator_traits<ReboundA<double> > >::value), "");
73 static_assert((std::is_same<std::allocator_traits<A<char> >::rebind_traits<double>::other, std::allocator_traits<ReboundA<double> > >::value), "");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/allocator.traits/allocator.traits.types/
rebind_alloc.pass.cpp 23 struct ReboundA {};
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> >::value), "");
73 static_assert((std::is_same<std::allocator_traits<A<char> >::rebind_alloc<double>::other, ReboundA<double> >::value), "");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/allocator.traits/
rebind_traits.pass.cpp 23 struct ReboundA {};
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_traits<double>, std::allocator_traits<ReboundA<double> > >::value), "");
73 static_assert((std::is_same<std::allocator_traits<A<char> >::rebind_traits<double>::other, std::allocator_traits<ReboundA<double> > >::value), "");

Completed in 529 milliseconds