Home
last modified time | relevance | path

Searched refs:is_broken (Results 1 – 1 of 1) sorted by relevance

/oneTBB/src/tbb/
H A Dexception.cpp140 bool is_broken; in gcc_rethrow_exception_broken() local
152 is_broken = std::uncaught_exception(); in gcc_rethrow_exception_broken()
154 if( is_broken ) fix_broken_rethrow(); in gcc_rethrow_exception_broken()
156 return is_broken; in gcc_rethrow_exception_broken()