Searched refs:NonThrowingNonNoexceptType (Results 1 – 1 of 1) sorted by relevance
153 struct NonThrowingNonNoexceptType { struct156 NonThrowingNonNoexceptType() = default; argument157 NonThrowingNonNoexceptType(int v) : value(v) {} in NonThrowingNonNoexceptType() argument158 NonThrowingNonNoexceptType(NonThrowingNonNoexceptType &&o) noexcept(false) in NonThrowingNonNoexceptType() function163 NonThrowingNonNoexceptType &164 operator=(NonThrowingNonNoexceptType &&) noexcept(false) { in operator =() argument170 int NonThrowingNonNoexceptType::move_called = 0; argument354 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 …]