Searched refs:SC_THROW (Results 1 - 10 of 10) sorted by relevance

/gem5/src/systemc/tests/systemc/utils/sc_report/test05/
H A Dcatch_actions.cpp36 using sc_core::SC_THROW;
55 sc_assert( !(actions & SC_THROW) );
57 sc_assert( actions & SC_THROW );
61 // cache SC_THROW state of current report
62 last_report_thrown = (actions & SC_THROW);
/gem5/util/tlm/examples/common/
H A Dreport_handler.cc72 if (actions & SC_THROW) {
73 std::cerr << "warning: the report handler ignored a SC_THROW action\n";
/gem5/src/systemc/ext/utils/
H A Dsc_report_handler.hh47 SC_THROW = 0x0002, enumerator in enum:sc_core::__anon53
60 SC_DEFAULT_ERROR_ACTIONS = SC_LOG | SC_CACHE_REPORT | SC_THROW,
H A D_using.hh53 using sc_core::SC_THROW;
/gem5/ext/systemc/src/sysc/utils/
H A Dsc_report.h82 SC_THROW = 0x0002, // throw an exception enumerator in enum:sc_core::__anon9
190 (::sc_core::SC_LOG | ::sc_core::SC_CACHE_REPORT | ::sc_core::SC_THROW)
H A Dsc_report.cpp191 actions |= SC_THROW;
H A Dsc_report_handler.cpp146 if ( actions & SC_THROW ) {
692 SC_THROW |
/gem5/src/systemc/tests/systemc/utils/sc_report/action_selection/
H A Daction_selection.cpp82 sc_assert (usr!=SC_UNSPECIFIED && usr!=SC_DO_NOTHING && usr!=SC_THROW &&
115 case SC_THROW: cout << "throw"; break;
/gem5/src/systemc/tests/systemc/compliance_1666/test00/
H A Dtest00.cpp28 using sc_core::SC_THROW;
182 sc_report_handler::set_actions("msg_type", SC_INFO, SC_THROW);
/gem5/src/systemc/utils/
H A Dsc_report_handler.cc298 if (actions & SC_THROW) {

Completed in 13 milliseconds