Searched refs:makeEmpty (Results 1 – 12 of 12) sorted by relevance
75 template <class Variant> void makeEmpty(Variant &v) { in makeEmpty() function164 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()
291 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()
338 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()
188 template <class Variant> void makeEmpty(Variant &v) { in makeEmpty() function264 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()
233 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()
84 makeEmpty(v); in test_hash_variant()86 makeEmpty(v2); in test_hash_variant()
48 makeEmpty(v); in main()
55 makeEmpty(v); in main()
93 template <class Variant> void makeEmpty(Variant &v) { in makeEmpty() function223 makeEmpty(v1); in test_copy_ctor_valueless_by_exception()
95 template <class Variant> void makeEmpty(Variant &v) { in makeEmpty() function293 makeEmpty(v1); in test_move_ctor_valueless_by_exception()
186 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()
78 void makeEmpty(Variant& v) { in makeEmpty() function