Home
last modified time | relevance | path

Searched refs:makeEmpty (Results 1 – 12 of 12) sorted by relevance

/llvm-project-15.0.7/libcxx/test/std/utilities/variant/variant.relops/
H A Drelops.pass.cpp75 template <class Variant> void makeEmpty(Variant &v) { in makeEmpty() function
164 makeEmpty(v2); in test_equality()
173 makeEmpty(v1); in test_equality()
183 makeEmpty(v1); in test_equality()
185 makeEmpty(v2); in test_equality()
250 makeEmpty(v2); in test_relational()
256 makeEmpty(v1); in test_relational()
263 makeEmpty(v1); in test_relational()
265 makeEmpty(v2); in test_relational()
/llvm-project-15.0.7/libcxx/test/std/utilities/variant/variant.visit/
H A Dvisit.pass.cpp291 makeEmpty(v); in test_exceptions()
298 makeEmpty(v); in test_exceptions()
306 makeEmpty(v); in test_exceptions()
314 makeEmpty(v); in test_exceptions()
316 makeEmpty(v2); in test_exceptions()
322 makeEmpty(v1); in test_exceptions()
328 makeEmpty(v1); in test_exceptions()
329 makeEmpty(v2); in test_exceptions()
330 makeEmpty(v3); in test_exceptions()
331 makeEmpty(v4); in test_exceptions()
H A Dvisit_return_type.pass.cpp338 makeEmpty(v); in test_exceptions()
345 makeEmpty(v); in test_exceptions()
353 makeEmpty(v); in test_exceptions()
361 makeEmpty(v); in test_exceptions()
363 makeEmpty(v2); in test_exceptions()
369 makeEmpty(v1); in test_exceptions()
375 makeEmpty(v1); in test_exceptions()
376 makeEmpty(v2); in test_exceptions()
377 makeEmpty(v3); in test_exceptions()
378 makeEmpty(v4); in test_exceptions()
/llvm-project-15.0.7/libcxx/test/std/utilities/variant/variant.variant/variant.assign/
H A Dcopy.pass.cpp188 template <class Variant> void makeEmpty(Variant &v) { in makeEmpty() function
264 makeEmpty(v1); in test_copy_assignment_empty_empty()
266 makeEmpty(v2); in test_copy_assignment_empty_empty()
282 makeEmpty(v2); in test_copy_assignment_non_empty_empty()
292 makeEmpty(v2); in test_copy_assignment_non_empty_empty()
307 makeEmpty(v1); in test_copy_assignment_empty_non_empty()
317 makeEmpty(v1); in test_copy_assignment_empty_non_empty()
H A Dmove.pass.cpp233 makeEmpty(v1); in test_move_assignment_empty_empty()
235 makeEmpty(v2); in test_move_assignment_empty_empty()
251 makeEmpty(v2); in test_move_assignment_non_empty_empty()
261 makeEmpty(v2); in test_move_assignment_non_empty_empty()
276 makeEmpty(v1); in test_move_assignment_empty_non_empty()
286 makeEmpty(v1); in test_move_assignment_empty_non_empty()
/llvm-project-15.0.7/libcxx/test/std/utilities/variant/variant.hash/
H A Dhash.pass.cpp84 makeEmpty(v); in test_hash_variant()
86 makeEmpty(v2); in test_hash_variant()
/llvm-project-15.0.7/libcxx/test/std/utilities/variant/variant.variant/variant.status/
H A Dvalueless_by_exception.pass.cpp48 makeEmpty(v); in main()
H A Dindex.pass.cpp55 makeEmpty(v); in main()
/llvm-project-15.0.7/libcxx/test/std/utilities/variant/variant.variant/variant.ctor/
H A Dcopy.pass.cpp93 template <class Variant> void makeEmpty(Variant &v) { in makeEmpty() function
223 makeEmpty(v1); in test_copy_ctor_valueless_by_exception()
H A Dmove.pass.cpp95 template <class Variant> void makeEmpty(Variant &v) { in makeEmpty() function
293 makeEmpty(v1); in test_move_ctor_valueless_by_exception()
/llvm-project-15.0.7/libcxx/test/std/utilities/variant/variant.variant/variant.swap/
H A Dswap.pass.cpp186 makeEmpty(v1); in test_swap_valueless_by_exception()
188 makeEmpty(v2); in test_swap_valueless_by_exception()
206 makeEmpty(v2); in test_swap_valueless_by_exception()
/llvm-project-15.0.7/libcxx/test/support/
H A Dvariant_test_helpers.h78 void makeEmpty(Variant& v) { in makeEmpty() function