Searched refs:SC_MEDIUM (Results 1 - 8 of 8) sorted by relevance

/gem5/src/systemc/tests/systemc/1666-2011-compliance/sc_verbosity/
H A Dsc_verbosity.cpp43 SC_REPORT_INFO_VERB(msg_type, "verbosity=SC_MEDIUM", SC_MEDIUM);
60 sc_report_handler::set_verbosity_level( SC_MEDIUM );
61 report_with_verbosity("SC_MEDIUM");
93 sc_assert( e.get_verbosity() == SC_MEDIUM );
/gem5/src/systemc/ext/utils/
H A Dsc_report.hh54 SC_MEDIUM = 200, enumerator in enum:sc_core::sc_verbosity
H A D_using.hh44 using sc_core::SC_MEDIUM;
/gem5/src/systemc/utils/
H A Dreport.cc64 int reportVerbosityLevel = sc_core::SC_MEDIUM;
H A Dsc_report_handler.cc58 report(severity, msg_type, msg, SC_MEDIUM, file, line);
/gem5/ext/systemc/src/sysc/utils/
H A Dsc_report.h67 SC_MEDIUM = 200, enumerator in enum:sc_core::sc_verbosity
159 int verbosity_level=SC_MEDIUM);
H A Dsc_report.cpp85 m_verbosity_level(SC_MEDIUM),
H A Dsc_report_handler.cpp45 int sc_report_handler::verbosity_level = SC_MEDIUM;
302 // level is less than SC_MEDIUM return without any action.
304 if ( (severity_ == SC_INFO) && (SC_MEDIUM > verbosity_level) ) return;

Completed in 14 milliseconds