Home
last modified time | relevance | path

Searched defs:large_throws_on_copy (Results 1 – 2 of 2) sorted by relevance

/external/libcxx/test/support/
Dany_helpers.h313 struct large_throws_on_copy struct
321 explicit large_throws_on_copy(int val = 0) : value(val) { in value() argument
325 explicit large_throws_on_copy(int, int val, int) : value(val) { in large_throws_on_copy() function
329 large_throws_on_copy(large_throws_on_copy const &) { in large_throws_on_copy() function
333 large_throws_on_copy(large_throws_on_copy && other) throw() { in throw() argument
338 ~large_throws_on_copy() { in ~large_throws_on_copy() argument
344 large_throws_on_copy& operator=(large_throws_on_copy &&) = delete; argument
348 int large_throws_on_copy::count = 0; argument
Dexperimental_any_helpers.h268 struct large_throws_on_copy struct
273 explicit large_throws_on_copy(int val = 0) : value(val) { in value() argument
278 large_throws_on_copy(large_throws_on_copy const &) { in large_throws_on_copy() function
282 large_throws_on_copy(large_throws_on_copy && other) throw() { in throw() argument
287 ~large_throws_on_copy() { in ~large_throws_on_copy() argument
293 large_throws_on_copy& operator=(large_throws_on_copy &&) = delete; argument
297 int large_throws_on_copy::count = 0; argument