/external/libcxx/test/support/ |
D | experimental_any_helpers.h | 238 struct small_throws_on_copy struct 243 explicit small_throws_on_copy(int val = 0) : value(val) { in value() argument 247 small_throws_on_copy(small_throws_on_copy const &) { in small_throws_on_copy() argument 251 small_throws_on_copy(small_throws_on_copy && other) throw() { in throw() argument 256 ~small_throws_on_copy() { in ~small_throws_on_copy() argument 260 small_throws_on_copy& operator=(small_throws_on_copy const&) = delete; 261 small_throws_on_copy& operator=(small_throws_on_copy &&) = delete; argument 264 int small_throws_on_copy::count = 0;
|
D | any_helpers.h | 275 struct small_throws_on_copy struct 283 explicit small_throws_on_copy(int val = 0) : value(val) { in value() argument 286 explicit small_throws_on_copy(int, int val, int) : value(val) { in small_throws_on_copy() argument 289 small_throws_on_copy(small_throws_on_copy const &) { in small_throws_on_copy() argument 293 small_throws_on_copy(small_throws_on_copy && other) throw() { in throw() argument 298 ~small_throws_on_copy() { in ~small_throws_on_copy() argument 302 small_throws_on_copy& operator=(small_throws_on_copy const&) = delete; 303 small_throws_on_copy& operator=(small_throws_on_copy &&) = delete; argument 306 int small_throws_on_copy::count = 0; 307 int small_throws_on_copy::copied = 0; [all …]
|
/external/llvm-project/libcxx/test/support/ |
D | experimental_any_helpers.h | 231 struct small_throws_on_copy struct 236 explicit small_throws_on_copy(int val = 0) : value(val) { in value() argument 240 small_throws_on_copy(small_throws_on_copy const &) { in small_throws_on_copy() function 244 small_throws_on_copy(small_throws_on_copy && other) throw() { in throw() argument 249 ~small_throws_on_copy() { in ~small_throws_on_copy() argument 253 small_throws_on_copy& operator=(small_throws_on_copy const&) = delete; 254 small_throws_on_copy& operator=(small_throws_on_copy &&) = delete; argument 257 int small_throws_on_copy::count = 0;
|
D | any_helpers.h | 274 struct small_throws_on_copy struct 282 explicit small_throws_on_copy(int val = 0) : value(val) { in value() argument 285 explicit small_throws_on_copy(int, int val, int) : value(val) { in small_throws_on_copy() argument 288 small_throws_on_copy(small_throws_on_copy const &) { in small_throws_on_copy() argument 292 small_throws_on_copy(small_throws_on_copy && other) throw() { in throw() argument 297 ~small_throws_on_copy() { in ~small_throws_on_copy() argument 301 small_throws_on_copy& operator=(small_throws_on_copy const&) = delete; 302 small_throws_on_copy& operator=(small_throws_on_copy &&) = delete; argument 305 int small_throws_on_copy::count = 0; 306 int small_throws_on_copy::copied = 0; [all …]
|
/external/llvm-project/libcxx/test/std/utilities/any/any.class/any.cons/ |
D | copy.pass.cpp | 103 test_copy_throws<small_throws_on_copy>(); in main()
|
D | value.pass.cpp | 155 test_copy_value_throws<small_throws_on_copy>(); in main()
|
D | in_place_type.pass.cpp | 191 test_in_place_type<small_throws_on_copy>(); in main()
|
/external/libcxx/test/std/utilities/any/any.class/any.cons/ |
D | copy.pass.cpp | 106 test_copy_throws<small_throws_on_copy>(); in main()
|
D | value.pass.cpp | 158 test_copy_value_throws<small_throws_on_copy>(); in main()
|
D | in_place_type.pass.cpp | 194 test_in_place_type<small_throws_on_copy>(); in main()
|
/external/libcxx/test/std/utilities/any/any.nonmembers/ |
D | make_any.pass.cpp | 138 test_make_any_type<small_throws_on_copy>(); in main()
|
/external/llvm-project/libcxx/test/std/utilities/any/any.nonmembers/ |
D | make_any.pass.cpp | 135 test_make_any_type<small_throws_on_copy>(); in main()
|
/external/libcxx/test/std/utilities/any/any.class/any.assign/ |
D | copy.pass.cpp | 203 test_copy_assign_throws<small_throws_on_copy>(); in main()
|
D | value.pass.cpp | 213 test_assign_throws<small_throws_on_copy>(); in main()
|
/external/llvm-project/libcxx/test/std/utilities/any/any.class/any.assign/ |
D | copy.pass.cpp | 201 test_copy_assign_throws<small_throws_on_copy>(); in main()
|
D | value.pass.cpp | 210 test_assign_throws<small_throws_on_copy>(); in main()
|
/external/libcxx/test/std/utilities/any/any.class/any.modifiers/ |
D | emplace.pass.cpp | 282 test_emplace_type<small_throws_on_copy>(); in main()
|
/external/llvm-project/libcxx/test/std/utilities/any/any.class/any.modifiers/ |
D | emplace.pass.cpp | 279 test_emplace_type<small_throws_on_copy>(); in main()
|