Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libcxx/test/std/utilities/variant/variant.variant/variant.swap/
H A Dswap.pass.cpp135 using ThrowingTypeWithNothrowSwap = typedef
231 using T = ThrowingTypeWithNothrowSwap; in test_swap_same_alternative()
346 using T1 = ThrowingTypeWithNothrowSwap; in test_swap_different_alternatives()
372 using T2 = ThrowingTypeWithNothrowSwap; in test_swap_different_alternatives()
432 using T1 = ThrowingTypeWithNothrowSwap; in test_swap_different_alternatives()
533 using V = std::variant<int, ThrowingTypeWithNothrowSwap>; in test_swap_noexcept()