OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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;};
/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 95 milliseconds