Home
last modified time | relevance | path

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

/external/libcxx/test/std/utilities/any/any.nonmembers/
Dmake_any.pass.cpp107 struct LargeThrows { struct
108 LargeThrows(int) { throw 42; } in LargeThrows() argument
109 LargeThrows(std::initializer_list<int>, int) { throw 42; } in LargeThrows() function
112 static_assert(!IsSmallObject<LargeThrows>::value, ""); argument
145 test_make_any_throws<LargeThrows>(); in main()
/external/libcxx/test/std/utilities/any/any.class/any.modifiers/
Demplace.pass.cpp155 struct LargeThrows { struct
156 LargeThrows(int) { throw 42; } in LargeThrows() function
157 LargeThrows(std::initializer_list<int>, int) { throw 42; } in LargeThrows() argument
160 static_assert(!IsSmallObject<LargeThrows>::value, ""); argument
290 test_emplace_throws<LargeThrows>(); in main()