Home
last modified time | relevance | path

Searched refs:large_throws_on_copy (Results 1 – 13 of 13) sorted by relevance

/external/libcxx/test/support/
Dexperimental_any_helpers.h266 struct large_throws_on_copy struct
271 explicit large_throws_on_copy(int val = 0) : value(val) { in value() argument
276 large_throws_on_copy(large_throws_on_copy const &) { in large_throws_on_copy() function
280 large_throws_on_copy(large_throws_on_copy && other) throw() { in throw() argument
285 ~large_throws_on_copy() { in ~large_throws_on_copy() argument
290 large_throws_on_copy& operator=(large_throws_on_copy const&) = delete;
291 large_throws_on_copy& operator=(large_throws_on_copy &&) = delete; argument
295 int large_throws_on_copy::count = 0; argument
Dany_helpers.h310 struct large_throws_on_copy struct
318 explicit large_throws_on_copy(int val = 0) : value(val) { in value() argument
322 explicit large_throws_on_copy(int, int val, int) : value(val) { in large_throws_on_copy() argument
326 large_throws_on_copy(large_throws_on_copy const &) { in large_throws_on_copy() argument
330 large_throws_on_copy(large_throws_on_copy && other) throw() { in throw() argument
335 ~large_throws_on_copy() { in ~large_throws_on_copy() argument
340 large_throws_on_copy& operator=(large_throws_on_copy const&) = delete;
341 large_throws_on_copy& operator=(large_throws_on_copy &&) = delete; argument
345 int large_throws_on_copy::count = 0; argument
346 int large_throws_on_copy::copied = 0;
[all …]
/external/libcxx/test/std/utilities/any/any.class/any.cons/
Dcopy.pass.cpp99 test_copy_throws<large_throws_on_copy>(); in main()
Dvalue.pass.cpp151 test_copy_value_throws<large_throws_on_copy>(); in main()
Din_place_type.pass.cpp187 test_in_place_type<large_throws_on_copy>(); in main()
/external/libcxx/test/std/experimental/any/any.class/any.cons/
Dvalue.pass.cpp114 test_copy_value_throws<large_throws_on_copy>(); in main()
Dcopy.pass.cpp99 test_copy_throws<large_throws_on_copy>(); in main()
/external/libcxx/test/std/utilities/any/any.nonmembers/
Dmake_any.pass.cpp131 test_make_any_type<large_throws_on_copy>(); in main()
/external/libcxx/test/std/experimental/any/any.class/any.assign/
Dvalue.pass.cpp175 test_assign_throws<large_throws_on_copy>(); in main()
Dcopy.pass.cpp196 test_copy_assign_throws<large_throws_on_copy>(); in main()
/external/libcxx/test/std/utilities/any/any.class/any.assign/
Dcopy.pass.cpp196 test_copy_assign_throws<large_throws_on_copy>(); in main()
Dvalue.pass.cpp206 test_assign_throws<large_throws_on_copy>(); in main()
/external/libcxx/test/std/utilities/any/any.class/any.modifiers/
Demplace.pass.cpp253 test_emplace_type<large_throws_on_copy>(); in main()