Searched refs:noexcept_function (Results 1 – 4 of 4) sorted by relevance
13 void noexcept_function() noexcept;135 void swap(OK12 &) noexcept(noexcept(noexcept_function()));138 void swap(OK12 &, OK12 &) noexcept(noexcept(noexcept_function()));198 void swap(OK20 &) noexcept(noexcept(noexcept_function()));202 void swap(OK20<T> &, OK20<T> &) noexcept(noexcept(noexcept_function()));203 void swap(OK20<int> &, OK20<int> &) noexcept(noexcept(noexcept_function()));
254 void noexcept_function() noexcept {} in noexcept_function() function257 OK12(OK12 &&) noexcept(noexcept(noexcept_function()));258 OK12 &operator=(OK12 &&) noexcept(noexcept(noexcept_function));262 OK13(OK13 &&) noexcept(noexcept(noexcept_function)) = default;263 OK13 &operator=(OK13 &&) noexcept(noexcept(noexcept_function)) = default;
175 void noexcept_function() noexcept {} in noexcept_function() function178 ~OK12() noexcept(noexcept(noexcept_function()));182 ~OK13() noexcept(noexcept(noexcept_function())) = default;
69 void noexcept_function() noexcept;75 int &r = deduce_function(noexcept_function); in test_function_deduction()