Home
last modified time | relevance | path

Searched refs:U1C (Results 1 – 2 of 2) sorted by relevance

/external/libcxx/test/std/utilities/smartptr/unique.ptr/unique.ptr.class/unique.ptr.asgn/
Dmove_convert.pass.cpp224 using U1C = std::unique_ptr<const VT, GenericConvertingDeleter<0> const&>; in test_sfinae() typedef
225 static_assert(std::is_nothrow_assignable<U1C, U1&&>::value, ""); in test_sfinae()
240 using U1C = std::unique_ptr<const VT, GenericConvertingDeleter<0> &>; in test_sfinae() typedef
241 static_assert(std::is_nothrow_assignable<U1C, U1&&>::value, ""); in test_sfinae()
/external/libcxx/test/std/utilities/smartptr/unique.ptr/unique.ptr.class/unique.ptr.ctor/
Dmove_convert.pass.cpp128 using U1C = std::unique_ptr<const VT, GenericConvertingDeleter<0> const&>; in test_sfinae() typedef
129 static_assert(std::is_nothrow_constructible<U1C, U1&&>::value, ""); in test_sfinae()