Home
last modified time | relevance | path

Searched defs:small_throws_on_copy (Results 1 – 4 of 4) sorted by relevance

/external/libcxx/test/support/
Dany_helpers.h275 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
303 small_throws_on_copy& operator=(small_throws_on_copy &&) = delete; argument
Dexperimental_any_helpers.h238 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
261 small_throws_on_copy& operator=(small_throws_on_copy &&) = delete; argument
/external/llvm-project/libcxx/test/support/
Dany_helpers.h274 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() function
288 small_throws_on_copy(small_throws_on_copy const &) { in small_throws_on_copy() function
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
302 small_throws_on_copy& operator=(small_throws_on_copy &&) = delete; argument
Dexperimental_any_helpers.h231 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
254 small_throws_on_copy& operator=(small_throws_on_copy &&) = delete; argument