Home
last modified time | relevance | path

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

/external/libcxx/test/support/
Dany_helpers.h258 struct large_throws_on_copy struct
263 explicit large_throws_on_copy(int val = 0) : value(val) { in value() argument
268 large_throws_on_copy(large_throws_on_copy const &) { in large_throws_on_copy() function
272 large_throws_on_copy(large_throws_on_copy && other) throw() { in throw() argument
277 ~large_throws_on_copy() { in ~large_throws_on_copy() argument
282 large_throws_on_copy& operator=(large_throws_on_copy const&) = delete;
283 large_throws_on_copy& operator=(large_throws_on_copy &&) = delete; argument
287 int large_throws_on_copy::count = 0; argument
/external/libcxx/test/std/experimental/any/any.class/any.cons/
Dcopy.pass.cpp99 test_copy_throws<large_throws_on_copy>(); in main()
Dvalue.pass.cpp114 test_copy_value_throws<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()