Searched refs:CPtr (Results 1 - 3 of 3) sorted by relevance

/external/libcxx/test/utilities/memory/allocator.traits/allocator.traits.types/
H A Dconst_pointer.pass.cpp40 struct CPtr {}; struct
46 typedef CPtr<T> pointer;
47 typedef CPtr<const T> const_pointer;
54 static_assert((std::is_same<std::allocator_traits<C<char> >::const_pointer, CPtr<const char> >::value), "");
H A Dconst_void_pointer.pass.cpp41 struct CPtr {}; struct
47 typedef CPtr<const void> const_void_pointer;
54 static_assert((std::is_same<std::allocator_traits<C<char> >::const_void_pointer, CPtr<const void> >::value), "");
H A Dvoid_pointer.pass.cpp41 struct CPtr {}; struct
47 typedef CPtr<void> void_pointer;
54 static_assert((std::is_same<std::allocator_traits<C<char> >::void_pointer, CPtr<void> >::value), "");

Completed in 362 milliseconds