Home
last modified time | relevance | path

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

/external/libcxx/test/std/utilities/variant/variant.variant/variant.swap/
Dswap.pass.cpp153 struct NonThrowingNonNoexceptType { struct
156 NonThrowingNonNoexceptType() = default; argument
157 NonThrowingNonNoexceptType(int v) : value(v) {} in NonThrowingNonNoexceptType() argument
158 NonThrowingNonNoexceptType(NonThrowingNonNoexceptType &&o) noexcept(false) in NonThrowingNonNoexceptType() function
163 NonThrowingNonNoexceptType &
164 operator=(NonThrowingNonNoexceptType &&) noexcept(false) { in operator =() argument
170 int NonThrowingNonNoexceptType::move_called = 0; argument
354 using T2 = NonThrowingNonNoexceptType; in test_swap_different_alternatives()
378 using T1 = NonThrowingNonNoexceptType; in test_swap_different_alternatives()
405 using T2 = NonThrowingNonNoexceptType; in test_swap_different_alternatives()
[all …]