Searched refs:throwing_function (Results 1 – 4 of 4) sorted by relevance
12 void throwing_function() noexcept(false);74 void swap(E &) noexcept(noexcept(throwing_function()));78 void swap(E &, E &) noexcept(noexcept(throwing_function()));83 void swap(F &) noexcept(noexcept(throwing_function()));88 void swap(F<T> &, F<T> &) noexcept(noexcept(throwing_function()));90 void swap(F<int> &, F<int> &) noexcept(noexcept(throwing_function()));
100 void throwing_function() noexcept(false) {} in throwing_function() function103 H(H &&) noexcept(noexcept(throwing_function()));105 H &operator=(H &&) noexcept(noexcept(throwing_function()));111 I(I &&) noexcept(noexcept(throwing_function()));113 I &operator=(I &&) noexcept(noexcept(throwing_function()));
61 void throwing_function() noexcept(false) {} in throwing_function() function64 ~H() noexcept(noexcept(throwing_function()));70 ~I() noexcept(noexcept(throwing_function()));
70 void throwing_function();76 float &s = deduce_function(throwing_function); in test_function_deduction()