Searched refs:exc (Results 1 – 3 of 3) sorted by relevance
69 #define DO_THROW(exc, init_args) do_throw( []{ throw exc init_args; } ); argument76 #define DO_THROW(exc, init_args) PRINT_ERROR_AND_ABORT(#exc, #init_args) argument
135 void TestExceptionClassExports ( const E& exc, tbb::detail::exception_id eid ) { in TestExceptionClassExports() argument141 throw exc; in TestExceptionClassExports()153 (void)exc; in TestExceptionClassExports()
882 catch (const int& exc)885 CHECK_MESSAGE( exc == threshold, "graph.wait_for_all() rethrow current exception" );