Searched refs:SC_WARNING (Results 1 - 19 of 19) sorted by relevance

/gem5/ext/systemc/src/sysc/utils/
H A Dsc_stop_here.cpp59 case SC_WARNING:
90 case SC_WARNING:
H A Dsc_report.h50 SC_WARNING, // indicates potentially incorrect condition enumerator in enum:sc_core::sc_severity
213 ::sc_core::SC_WARNING, msg_type, msg, __FILE__, __LINE__ )
H A Dsc_report.cpp181 if ( severity_ == SC_WARNING && warnings_are_errors )
264 sc_report_handler::sev_actions[SC_WARNING] =
H A Dsc_report_handler.cpp329 set_actions(SC_WARNING, SC_DEFAULT_WARNING_ACTIONS);
335 sev_call_count[SC_WARNING] = 0;
347 items->md[i].sev_call_count[SC_WARNING] = 0;
/gem5/src/systemc/tests/systemc/utils/sc_report/log_file/
H A Dlog_file.cpp56 sc_report_handler::report( SC_WARNING, "ID2", "after log is opened", "method", 102);
63 sc_report_handler::report( SC_WARNING, "ID1", "after log is opened", "thread", 202);
85 sc_report_handler::report( SC_WARNING, "ID1", "before log is opened", "no_file", 0);
93 sc_report_handler::report( SC_WARNING, "ID2", "after log is opened", "file2", 2);
108 sc_report_handler::report( SC_WARNING, "ID1", "after log is closed", "no_file", 0);
/gem5/src/systemc/tests/systemc/compliance_1666/test200/
H A Dtest200.cpp72 int w_count = sc_report_handler::get_count(SC_WARNING);
77 sc_report_handler::set_actions(SC_WARNING, SC_DO_NOTHING);
84 sc_assert(sc_report_handler::get_count(SC_WARNING) == w_count);
91 sc_assert(sc_report_handler::get_count(SC_WARNING) == w_count + 1);
98 sc_assert(sc_report_handler::get_count(SC_WARNING) == w_count + 1);
105 sc_assert(sc_report_handler::get_count(SC_WARNING) == w_count + 1);
110 sc_report_handler::set_actions(SC_WARNING, SC_DISPLAY);
117 sc_assert(sc_report_handler::get_count(SC_WARNING) == w_count + 1);
124 sc_assert(sc_report_handler::get_count(SC_WARNING) == w_count + 2);
131 sc_assert(sc_report_handler::get_count(SC_WARNING)
[all...]
/gem5/src/systemc/utils/
H A Dreport.cc37 [sc_core::SC_WARNING] = "Warning",
45 [sc_core::SC_WARNING] = ReportSevInfo(sc_core::SC_DEFAULT_WARNING_ACTIONS),
H A Dsc_report.cc110 msgInfo.sevActions[SC_WARNING] == SC_DO_NOTHING));
150 sevActions[SC_WARNING] = SC_DO_NOTHING;
155 sevActions[SC_WARNING] = SC_UNSPECIFIED;
172 sc_gem5::reportSevInfos[SC_WARNING].actions = SC_DO_NOTHING;
174 sc_gem5::reportSevInfos[SC_WARNING].actions =
H A Dsc_report_handler.cc116 if (sc_gem5::reportWarningsAsErrors && severity == SC_WARNING)
/gem5/src/systemc/ext/utils/
H A Dsc_report.hh44 SC_WARNING, enumerator in enum:sc_core::sc_severity
H A D_using.hh37 using sc_core::SC_WARNING;
H A Dsc_report_handler.hh127 ::sc_core::SC_WARNING, msg_type, msg, __FILE__, __LINE__)
/gem5/src/systemc/tests/systemc/compliance_1666/test220/
H A Dtest220.cpp62 sc_assert(sc_report_handler::get_count(SC_WARNING) == 0);
/gem5/src/systemc/tests/systemc/utils/sc_report/action_selection/
H A Daction_selection.cpp167 sc_report_handler::set_actions( SC_WARNING, usr3 );
181 sc_report_handler::report( SC_WARNING, id, "extra_msg_for_warning","no_specific_file", 1);
/gem5/src/systemc/tests/systemc/utils/sc_report/cached/
H A Dcached.cpp131 sc_report_handler::report(SC_WARNING, id.read(), "bb"+ofs, "file_m1", 210+ofs);
138 sc_report_handler::report(SC_WARNING, id.read(), "dd"+ofs, "file_t2", 120+ofs);
/gem5/src/systemc/tests/systemc/compliance_1666/test228/
H A Dtest228.cpp55 sev = SC_WARNING;
/gem5/ext/systemc/src/sysc/tracing/
H A Dsc_trace_file_base.cpp142 , SC_WARNING, SC_DO_NOTHING );
/gem5/src/systemc/tests/systemc/1666-2011-compliance/mixed_child_procs/
H A Dmixed_child_procs.cpp189 sc_report_handler::set_actions(SC_WARNING, SC_DO_NOTHING);
/gem5/src/systemc/tests/systemc/compliance_1666/test209/
H A Dtest209.cpp58 sc_report_handler::set_actions(SC_WARNING, SC_DO_NOTHING);

Completed in 23 milliseconds