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

/haiku-buildtools/gcc/libstdc++-v3/testsuite/experimental/optional/cons/
H A Dvalue.cc50 struct throwing_construction struct
52 explicit throwing_construction(bool propagate) : propagate(propagate) { } function in struct:throwing_construction
54 throwing_construction(throwing_construction const& other) function in struct:throwing_construction
178 throwing_construction t { false };
182 std::experimental::optional<throwing_construction> o { t };
194 throwing_construction t { true };
198 std::experimental::optional<throwing_construction> o { t };
210 throwing_construction t { false };
214 std::experimental::optional<throwing_construction>
[all...]
/haiku-buildtools/gcc/libstdc++-v3/testsuite/experimental/optional/assignment/
H A D3.cc41 throwing_construction, enumerator in enum:value_type::state_type
54 throw_if(throwing_construction);
H A D4.cc41 throwing_construction, enumerator in enum:value_type::state_type
54 throw_if(throwing_construction);
H A D1.cc41 throwing_construction, enumerator in enum:value_type::state_type
54 throw_if(throwing_construction);
H A D2.cc41 throwing_construction, enumerator in enum:value_type::state_type
54 throw_if(throwing_construction);

Completed in 97 milliseconds