Searched refs:small_throws_on_copy (Results 1 – 13 of 13) sorted by relevance
236 struct small_throws_on_copy struct241 explicit small_throws_on_copy(int val = 0) : value(val) { in value() argument245 small_throws_on_copy(small_throws_on_copy const &) { in small_throws_on_copy() argument249 small_throws_on_copy(small_throws_on_copy && other) throw() { in throw() argument254 ~small_throws_on_copy() { in ~small_throws_on_copy() argument258 small_throws_on_copy& operator=(small_throws_on_copy const&) = delete;259 small_throws_on_copy& operator=(small_throws_on_copy &&) = delete; argument262 int small_throws_on_copy::count = 0;
272 struct small_throws_on_copy struct280 explicit small_throws_on_copy(int val = 0) : value(val) { in value() argument283 explicit small_throws_on_copy(int, int val, int) : value(val) { in small_throws_on_copy() function286 small_throws_on_copy(small_throws_on_copy const &) { in small_throws_on_copy() argument290 small_throws_on_copy(small_throws_on_copy && other) throw() { in throw() argument295 ~small_throws_on_copy() { in ~small_throws_on_copy() argument299 small_throws_on_copy& operator=(small_throws_on_copy const&) = delete;300 small_throws_on_copy& operator=(small_throws_on_copy &&) = delete; argument303 int small_throws_on_copy::count = 0;304 int small_throws_on_copy::copied = 0;[all …]
98 test_copy_throws<small_throws_on_copy>(); in main()
150 test_copy_value_throws<small_throws_on_copy>(); in main()
186 test_in_place_type<small_throws_on_copy>(); in main()
113 test_copy_value_throws<small_throws_on_copy>(); in main()
130 test_make_any_type<small_throws_on_copy>(); in main()
174 test_assign_throws<small_throws_on_copy>(); in main()
195 test_copy_assign_throws<small_throws_on_copy>(); in main()
205 test_assign_throws<small_throws_on_copy>(); in main()
252 test_emplace_type<small_throws_on_copy>(); in main()