Home
last modified time | relevance | path

Searched defs:throw_func (Results 1 – 1 of 1) sorted by relevance

/oneTBB/src/tbb/
H A Dexception.cpp45 /*[[noreturn]]*/ void do_throw_noexcept(F throw_func) noexcept { in do_throw_noexcept()
49 /*[[noreturn]]*/ void do_throw_noexcept(void (*throw_func)()) noexcept { in do_throw_noexcept()
62 /*[[noreturn]]*/ void do_throw(F throw_func) { in do_throw()