Home
last modified time | relevance | path

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

/external/libcxx/test/std/experimental/optional/optional.object/optional.object.ctor/
Dcopy.pass.cpp24 test(const optional<T>& rhs, bool is_going_to_throw = false) in test() argument
30 assert(is_going_to_throw == false); in test()
Dmove.pass.cpp24 test(optional<T>& rhs, bool is_going_to_throw = false) in test() argument
32 assert(is_going_to_throw == false); in test()