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

/external/libcxx/test/std/utilities/any/any.nonmembers/
H A Dmake_any.pass.cpp93 struct SmallThrows { struct
94 SmallThrows(int) { throw 42; } function in struct:SmallThrows
95 SmallThrows(std::initializer_list<int>, int) { throw 42; } function in struct:SmallThrows
97 static_assert(IsSmallObject<SmallThrows>::value, "");
136 test_make_any_throws<SmallThrows>();
/external/libcxx/test/std/utilities/any/any.class/any.modifiers/
H A Demplace.pass.cpp123 struct SmallThrows { struct
124 SmallThrows(int) { throw 42; } function in struct:SmallThrows
125 SmallThrows(std::initializer_list<int>, int) { throw 42; } function in struct:SmallThrows
127 static_assert(IsSmallObject<SmallThrows>::value, "");
259 test_emplace_throws<SmallThrows>();

Completed in 146 milliseconds