Searched refs:NonThrowingNonNoexceptType (Results 1 – 1 of 1) sorted by relevance
146 struct NonThrowingNonNoexceptType { struct149 NonThrowingNonNoexceptType() = default; argument150 NonThrowingNonNoexceptType(int v) : value(v) {} in NonThrowingNonNoexceptType() function151 NonThrowingNonNoexceptType(NonThrowingNonNoexceptType &&o) noexcept(false) in NonThrowingNonNoexceptType() function156 NonThrowingNonNoexceptType &157 operator=(NonThrowingNonNoexceptType &&) noexcept(false) { in operator =() argument163 int NonThrowingNonNoexceptType::move_called = 0; argument347 using T2 = NonThrowingNonNoexceptType; in test_swap_different_alternatives()371 using T1 = NonThrowingNonNoexceptType; in test_swap_different_alternatives()398 using T2 = NonThrowingNonNoexceptType; in test_swap_different_alternatives()[all …]