Home
last modified time | relevance | path

Searched refs:is_going_to_throw (Results 1 – 6 of 6) sorted by relevance

/external/libcxx/test/std/experimental/optional/optional.object/optional.object.ctor/
Dcopy.pass.cpp25 test(const optional<T>& rhs, bool is_going_to_throw = false) in test() argument
29 if (is_going_to_throw) in test()
36 assert(is_going_to_throw == false); in test()
45 assert(is_going_to_throw); in test()
Dmove.pass.cpp25 test(optional<T>& rhs, bool is_going_to_throw = false) in test() argument
31 if (is_going_to_throw) in test()
38 assert(is_going_to_throw == false); in test()
45 assert(is_going_to_throw); in test()
/external/libcxx/test/std/utilities/optional/optional.object/optional.object.ctor/
Dexplicit_optional_U.pass.cpp26 test(optional<U>&& rhs, bool is_going_to_throw = false) in test() argument
34 assert(is_going_to_throw == false); in test()
42 if (is_going_to_throw) return; in test()
Doptional_U.pass.cpp27 test(optional<U>&& rhs, bool is_going_to_throw = false) in test() argument
34 assert(is_going_to_throw == false); in test()
42 if (is_going_to_throw) return; in test()
Dexplicit_const_optional_U.pass.cpp26 test(const optional<U>& rhs, bool is_going_to_throw = false) in test() argument
34 assert(is_going_to_throw == false); in test()
44 if (is_going_to_throw) return; in test()
Dconst_optional_U.pass.cpp26 test(const optional<U>& rhs, bool is_going_to_throw = false) in test() argument
33 assert(is_going_to_throw == false); in test()
43 if (is_going_to_throw) return; in test()