Searched refs:LargeThrows (Results 1 – 4 of 4) sorted by relevance
107 struct LargeThrows { struct108 LargeThrows(int) { throw 42; } in LargeThrows() function109 LargeThrows(std::initializer_list<int>, int) { throw 42; } in LargeThrows() function112 static_assert(!IsSmallObject<LargeThrows>::value, ""); argument145 test_make_any_throws<LargeThrows>(); in main()
104 struct LargeThrows { struct105 LargeThrows(int) { throw 42; } in LargeThrows() argument106 LargeThrows(std::initializer_list<int>, int) { throw 42; } in LargeThrows() argument109 static_assert(!IsSmallObject<LargeThrows>::value, ""); argument142 test_make_any_throws<LargeThrows>(); in main()
155 struct LargeThrows { struct156 LargeThrows(int) { throw 42; } in LargeThrows() argument157 LargeThrows(std::initializer_list<int>, int) { throw 42; } in LargeThrows() argument160 static_assert(!IsSmallObject<LargeThrows>::value, ""); argument290 test_emplace_throws<LargeThrows>(); in main()
152 struct LargeThrows { struct153 LargeThrows(int) { throw 42; } in LargeThrows() function154 LargeThrows(std::initializer_list<int>, int) { throw 42; } in LargeThrows() function157 static_assert(!IsSmallObject<LargeThrows>::value, ""); argument287 test_emplace_throws<LargeThrows>(); in main()