Searched refs:ThrowingTypeWithNothrowSwap (Results 1 – 1 of 1) sorted by relevance
/llvm-project/libcxx/test/std/utilities/variant/variant.variant/variant.swap/ |
H A D | swap.pass.cpp | 122 using ThrowingTypeWithNothrowSwap = NothrowTypeImp<false, false, false, false, true, true>; typedef 209 using V = std::variant<ThrowingTypeWithNothrowSwap, int>; in test_swap_same_alternative() 348 using V = std::variant<ThrowingTypeWithNothrowSwap, NonThrowingNonNoexceptType>; in test_swap_different_alternatives_throws() 373 using V = std::variant<NonThrowingNonNoexceptType, ThrowingTypeWithNothrowSwap>; in test_swap_different_alternatives_throws() 429 using V = std::variant<ThrowingTypeWithNothrowSwap, NothrowMoveable>; in test_swap_different_alternatives_throws() 539 using V = std::variant<int, ThrowingTypeWithNothrowSwap>; in test_swap_noexcept()
|