Searched refs:throwing_move (Results 1 - 5 of 5) sorted by relevance

/haiku-buildtools/gcc/libstdc++-v3/testsuite/experimental/optional/cons/
H A Dmove.cc48 struct throwing_move struct
50 throwing_move() = default;
51 throwing_move(throwing_move const&) { throw exception {}; } function in struct:throwing_move
95 std::experimental::optional<throwing_move> o;
111 std::experimental::optional<throwing_move> o { std::experimental::in_place };
/haiku-buildtools/gcc/libstdc++-v3/testsuite/experimental/optional/assignment/
H A D4.cc44 throwing_move, enumerator in enum:value_type::state_type
75 throw_if(throwing_move);
118 value_type v = make(S::throwing_move);
120 VERIFY( o && o->state == S::throwing_move);
H A D3.cc44 throwing_move, enumerator in enum:value_type::state_type
75 throw_if(throwing_move);
143 value_type v = make(S::throwing_move);
H A D2.cc44 throwing_move, enumerator in enum:value_type::state_type
75 throw_if(throwing_move);
148 O p = make(S::throwing_move);
150 VERIFY( o && o->state == S::throwing_move);
H A D1.cc44 throwing_move, enumerator in enum:value_type::state_type
75 throw_if(throwing_move);
178 O p = make(S::throwing_move);

Completed in 68 milliseconds