Searched refs:do_throw_noexcept (Results 1 – 2 of 2) sorted by relevance
45 /*[[noreturn]]*/ void do_throw_noexcept(F throw_func) noexcept { in do_throw_noexcept() function49 /*[[noreturn]]*/ void do_throw_noexcept(void (*throw_func)()) noexcept { in do_throw_noexcept() function64 do_throw_noexcept(throw_func); in do_throw()
58 /*[[noreturn]]*/void do_throw_noexcept(void (*throw_exception)()) noexcept;359 do_throw_noexcept([] { throw; }); in local_wait_for_all()