Searched refs:rhs_engaged (Results 1 - 2 of 2) sorted by relevance

/external/libcxx/test/utilities/optional/optional.object/optional.object.ctor/
H A Dcopy.pass.cpp26 bool rhs_engaged = static_cast<bool>(rhs); local
31 assert(static_cast<bool>(lhs) == rhs_engaged);
32 if (rhs_engaged)
H A Dmove.pass.cpp28 bool rhs_engaged = static_cast<bool>(rhs); local
33 assert(static_cast<bool>(lhs) == rhs_engaged);

Completed in 95 milliseconds