Home
last modified time | relevance | path

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

/external/libcxx/test/std/utilities/variant/variant.variant/variant.swap/
Dswap.pass.cpp142 using ThrowingTypeWithNothrowSwap = typedef
238 using T = ThrowingTypeWithNothrowSwap; in test_swap_same_alternative()
353 using T1 = ThrowingTypeWithNothrowSwap; in test_swap_different_alternatives()
379 using T2 = ThrowingTypeWithNothrowSwap; in test_swap_different_alternatives()
439 using T1 = ThrowingTypeWithNothrowSwap; in test_swap_different_alternatives()
540 using V = std::variant<int, ThrowingTypeWithNothrowSwap>; in test_swap_noexcept()