Searched refs:large_throws_on_copy (Results 1 – 9 of 9) sorted by relevance
268 struct large_throws_on_copy struct273 explicit large_throws_on_copy(int val = 0) : value(val) { in value() argument278 large_throws_on_copy(large_throws_on_copy const &) { in large_throws_on_copy() argument282 large_throws_on_copy(large_throws_on_copy && other) throw() { in throw() argument287 ~large_throws_on_copy() { in ~large_throws_on_copy() argument292 large_throws_on_copy& operator=(large_throws_on_copy const&) = delete;293 large_throws_on_copy& operator=(large_throws_on_copy &&) = delete; argument297 int large_throws_on_copy::count = 0; argument
313 struct large_throws_on_copy struct321 explicit large_throws_on_copy(int val = 0) : value(val) { in value() argument325 explicit large_throws_on_copy(int, int val, int) : value(val) { in large_throws_on_copy() function329 large_throws_on_copy(large_throws_on_copy const &) { in large_throws_on_copy() function333 large_throws_on_copy(large_throws_on_copy && other) throw() { in throw() argument338 ~large_throws_on_copy() { in ~large_throws_on_copy() argument343 large_throws_on_copy& operator=(large_throws_on_copy const&) = delete;344 large_throws_on_copy& operator=(large_throws_on_copy &&) = delete; argument348 int large_throws_on_copy::count = 0; argument349 int large_throws_on_copy::copied = 0;[all …]
107 test_copy_throws<large_throws_on_copy>(); in main()
159 test_copy_value_throws<large_throws_on_copy>(); in main()
195 test_in_place_type<large_throws_on_copy>(); in main()
139 test_make_any_type<large_throws_on_copy>(); in main()
204 test_copy_assign_throws<large_throws_on_copy>(); in main()
214 test_assign_throws<large_throws_on_copy>(); in main()
283 test_emplace_type<large_throws_on_copy>(); in main()