/gem5/ext/systemc/src/sysc/utils/ |
H A D | sc_stop_here.cpp | 62 case SC_ERROR: 93 case SC_ERROR:
|
H A D | sc_report.h | 51 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 D | sc_report.cpp | 182 severity_ = SC_ERROR; 190 if ( severity_ == SC_ERROR )
|
H A D | sc_report_handler.cpp | 330 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 D | log_file.cpp | 57 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 D | test200.cpp | 73 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 D | catch_actions.cpp | 34 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 D | test08.cpp | 42 sc_report_handler::set_actions( SC_ERROR, SC_DISPLAY );
|
/gem5/src/systemc/utils/ |
H A D | report.cc | 38 [sc_core::SC_ERROR] = "Error", 46 [sc_core::SC_ERROR] = ReportSevInfo(sc_core::SC_DEFAULT_ERROR_ACTIONS),
|
H A D | sc_report_handler.cc | 117 severity = SC_ERROR;
|
/gem5/src/systemc/tests/systemc/utils/sc_report/action_selection/ |
H A D | action_selection.cpp | 168 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 D | test235b.cpp | 76 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 D | sc_report.hh | 45 SC_ERROR, enumerator in enum:sc_core::sc_severity
|
H A D | _using.hh | 38 using sc_core::SC_ERROR;
|
H A D | sc_report_handler.hh | 131 ::sc_core::SC_ERROR, msg_type, msg, __FILE__, __LINE__)
|
/gem5/src/systemc/tests/systemc/compliance_1666/test220/ |
H A D | test220.cpp | 63 sc_assert(sc_report_handler::get_count(SC_ERROR) == 0);
|
/gem5/src/systemc/tests/systemc/compliance_1666/test228/ |
H A D | test228.cpp | 56 sev = SC_ERROR;
|