Home
last modified time | relevance | path

Searched refs:rhs_engaged (Results 1 – 8 of 8) sorted by relevance

/external/libcxx/test/std/utilities/optional/optional.object/optional.object.ctor/
Dexplicit_const_optional_U.pass.cpp29 bool rhs_engaged = static_cast<bool>(rhs); in test() local
35 assert(static_cast<bool>(lhs) == rhs_engaged); in test()
36 if (rhs_engaged) in test()
46 assert(static_cast<bool>(lhs) == rhs_engaged); in test()
47 if (rhs_engaged) in test()
Dcopy.pass.cpp28 bool rhs_engaged = static_cast<bool>(rhs); in test() local
30 assert(static_cast<bool>(lhs) == rhs_engaged); in test()
31 if (rhs_engaged) in test()
61 bool rhs_engaged = static_cast<bool>(rhs); in test_ref() local
63 assert(static_cast<bool>(lhs) == rhs_engaged); in test_ref()
64 if (rhs_engaged) in test_ref()
Dconst_optional_U.pass.cpp28 bool rhs_engaged = static_cast<bool>(rhs); in test() local
34 assert(static_cast<bool>(lhs) == rhs_engaged); in test()
35 if (rhs_engaged) in test()
45 assert(static_cast<bool>(lhs) == rhs_engaged); in test()
46 if (rhs_engaged) in test()
Dmove.pass.cpp29 bool rhs_engaged = static_cast<bool>(rhs); in test() local
31 assert(static_cast<bool>(lhs) == rhs_engaged); in test()
32 if (rhs_engaged) in test()
63 bool rhs_engaged = static_cast<bool>(rhs); in test_ref() local
65 assert(static_cast<bool>(lhs) == rhs_engaged); in test_ref()
66 if (rhs_engaged) in test_ref()
Dexplicit_optional_U.pass.cpp29 bool rhs_engaged = static_cast<bool>(rhs); in test() local
35 assert(static_cast<bool>(lhs) == rhs_engaged); in test()
44 assert(static_cast<bool>(lhs) == rhs_engaged); in test()
Doptional_U.pass.cpp29 bool rhs_engaged = static_cast<bool>(rhs); in test() local
35 assert(static_cast<bool>(lhs) == rhs_engaged); in test()
44 assert(static_cast<bool>(lhs) == rhs_engaged); in test()
/external/libcxx/test/std/experimental/optional/optional.object/optional.object.ctor/
Dcopy.pass.cpp27 bool rhs_engaged = static_cast<bool>(rhs); in test() local
37 assert(static_cast<bool>(lhs) == rhs_engaged); in test()
38 if (rhs_engaged) in test()
Dmove.pass.cpp29 bool rhs_engaged = static_cast<bool>(rhs); in test() local
39 assert(static_cast<bool>(lhs) == rhs_engaged); in test()