Searched refs:SC_ERROR (Results 1 - 17 of 17) sorted by relevance

/gem5/ext/systemc/src/sysc/utils/
H A Dsc_stop_here.cpp62 case SC_ERROR:
93 case SC_ERROR:
H A Dsc_report.h51 SC_ERROR, // indicates a definite problem enumerator in enum:sc_core::sc_severity
217 ::sc_core::SC_ERROR, msg_type, msg, __FILE__, __LINE__ )
H A Dsc_report.cpp182 severity_ = SC_ERROR;
190 if ( severity_ == SC_ERROR )
H A Dsc_report_handler.cpp330 set_actions(SC_ERROR, SC_DEFAULT_ERROR_ACTIONS);
336 sev_call_count[SC_ERROR] = 0;
348 items->md[i].sev_call_count[SC_ERROR] = 0;
/gem5/src/systemc/tests/systemc/utils/sc_report/log_file/
H A Dlog_file.cpp57 sc_report_handler::report( SC_ERROR, "ID1", "after log is opened", "method", 103);
64 sc_report_handler::report( SC_ERROR, "ID2", "after log is opened", "thread", 203);
77 sc_report_handler::stop_after( SC_ERROR, 0 );
94 sc_report_handler::report( SC_ERROR, "ID1", "after log is opened", "file3", 3);
101 sc_report_handler::report( SC_ERROR, "ID1", "after log is opened", "file3", 5);
/gem5/src/systemc/tests/systemc/compliance_1666/test200/
H A Dtest200.cpp73 int e_count = sc_report_handler::get_count(SC_ERROR);
78 sc_report_handler::set_actions(SC_ERROR, SC_DO_NOTHING);
85 sc_assert(sc_report_handler::get_count(SC_ERROR) == e_count);
92 sc_assert(sc_report_handler::get_count(SC_ERROR) == e_count);
99 sc_assert(sc_report_handler::get_count(SC_ERROR) == e_count + 1);
106 sc_assert(sc_report_handler::get_count(SC_ERROR) == e_count + 1);
111 sc_report_handler::set_actions(SC_ERROR, SC_DISPLAY);
118 sc_assert(sc_report_handler::get_count(SC_ERROR) == e_count + 1);
125 sc_assert(sc_report_handler::get_count(SC_ERROR) == e_count + 1);
132 sc_assert(sc_report_handler::get_count(SC_ERROR)
[all...]
/gem5/src/systemc/tests/systemc/utils/sc_report/test05/
H A Dcatch_actions.cpp34 using sc_core::SC_ERROR;
53 if (rep.get_severity() == SC_ERROR) {
86 (SC_ERROR, (sc_core::SC_DEFAULT_ERROR_ACTIONS & ~SC_LOG));
/gem5/src/systemc/tests/systemc/utils/sc_vector/test08/
H A Dtest08.cpp42 sc_report_handler::set_actions( SC_ERROR, SC_DISPLAY );
/gem5/src/systemc/utils/
H A Dreport.cc38 [sc_core::SC_ERROR] = "Error",
46 [sc_core::SC_ERROR] = ReportSevInfo(sc_core::SC_DEFAULT_ERROR_ACTIONS),
H A Dsc_report_handler.cc117 severity = SC_ERROR;
/gem5/src/systemc/tests/systemc/utils/sc_report/action_selection/
H A Daction_selection.cpp168 sc_report_handler::set_actions( SC_ERROR, usr4 );
176 sc_report_handler::set_actions ( id3, SC_ERROR, usr1 );
182 sc_report_handler::report( SC_ERROR, id, "extra_msg_for_error", "no_specific_file", 2);
200 sc_report_handler::stop_after( SC_ERROR, 0 );
/gem5/src/systemc/tests/systemc/compliance_1666/test235b/
H A Dtest235b.cpp76 sc_report_handler::set_actions(SC_ERROR, SC_DISPLAY);
88 sc_assert(sc_report_handler::get_count(SC_ERROR) == 7);
/gem5/src/systemc/ext/utils/
H A Dsc_report.hh45 SC_ERROR, enumerator in enum:sc_core::sc_severity
H A D_using.hh38 using sc_core::SC_ERROR;
H A Dsc_report_handler.hh131 ::sc_core::SC_ERROR, msg_type, msg, __FILE__, __LINE__)
/gem5/src/systemc/tests/systemc/compliance_1666/test220/
H A Dtest220.cpp63 sc_assert(sc_report_handler::get_count(SC_ERROR) == 0);
/gem5/src/systemc/tests/systemc/compliance_1666/test228/
H A Dtest228.cpp56 sev = SC_ERROR;

Completed in 24 milliseconds