Searched refs:LargeThrows (Results 1 – 2 of 2) sorted by relevance
99 struct LargeThrows { struct100 LargeThrows(int) { throw 42; } in LargeThrows() function101 LargeThrows(std::initializer_list<int>, int) { throw 42; } in LargeThrows() argument104 static_assert(!IsSmallObject<LargeThrows>::value, ""); argument137 test_make_any_throws<LargeThrows>(); in main()
129 struct LargeThrows { struct130 LargeThrows(int) { throw 42; } in LargeThrows() argument131 LargeThrows(std::initializer_list<int>, int) { throw 42; } in LargeThrows() argument134 static_assert(!IsSmallObject<LargeThrows>::value, ""); argument260 test_emplace_throws<LargeThrows>(); in main()