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

/gem5/src/systemc/tests/systemc/utils/sc_report/test05/
H A Dcatch_actions.cpp33 using sc_core::SC_DISPLAY;
44 if ( actions & SC_DISPLAY ) {
65 sc_report_handler::default_handler(rep, actions & ~SC_DISPLAY);
80 sc_actions act = sc_report_handler::set_catch_actions(SC_DISPLAY | SC_LOG);
81 sc_assert(act == SC_DISPLAY);
82 sc_assert(sc_report_handler::get_catch_actions() == (SC_DISPLAY | SC_LOG));
/gem5/util/tlm/examples/common/
H A Dreport_handler.cc54 if (actions & SC_DISPLAY || actions & SC_LOG)
56 std::ostream& stream = actions & SC_DISPLAY ? std::cout : std::cerr;
/gem5/src/systemc/ext/utils/
H A Dsc_report_handler.hh49 SC_DISPLAY = 0x0008, enumerator in enum:sc_core::__anon53
58 SC_DEFAULT_INFO_ACTIONS = SC_LOG | SC_DISPLAY,
59 SC_DEFAULT_WARNING_ACTIONS = SC_LOG | SC_DISPLAY,
61 SC_DEFAULT_FATAL_ACTIONS = SC_LOG | SC_DISPLAY | SC_CACHE_REPORT | SC_ABORT
H A D_using.hh55 using sc_core::SC_DISPLAY;
/gem5/src/systemc/tests/systemc/utils/sc_report/test03/
H A Dtest03.cpp49 sc_report_handler::set_actions(SC_FATAL,SC_DISPLAY);
/gem5/src/systemc/tests/systemc/utils/sc_vector/test08/
H A Dtest08.cpp42 sc_report_handler::set_actions( SC_ERROR, SC_DISPLAY );
/gem5/ext/systemc/src/sysc/utils/
H A Dsc_report.h84 SC_DISPLAY = 0x0008, // display report to screen enumerator in enum:sc_core::__anon9
186 (::sc_core::SC_LOG | ::sc_core::SC_DISPLAY)
188 (::sc_core::SC_LOG | ::sc_core::SC_DISPLAY)
192 (::sc_core::SC_LOG | ::sc_core::SC_DISPLAY | \
H A Dsc_report_handler.cpp123 if ( actions & SC_DISPLAY )
694 SC_DISPLAY |
/gem5/src/systemc/tests/systemc/utils/sc_report/log_file/
H A Dlog_file.cpp80 sc_report_handler::set_actions( "ID1", SC_LOG | SC_DISPLAY );
81 sc_report_handler::set_actions( "ID2", SC_LOG | SC_DISPLAY );
/gem5/src/systemc/tests/systemc/compliance_1666/test200/
H A Dtest200.cpp109 sc_report_handler::set_actions(SC_INFO, SC_DISPLAY);
110 sc_report_handler::set_actions(SC_WARNING, SC_DISPLAY);
111 sc_report_handler::set_actions(SC_ERROR, SC_DISPLAY);
112 sc_report_handler::set_actions(SC_FATAL, SC_DISPLAY);
/gem5/src/systemc/tests/systemc/compliance_1666/test220/
H A Dtest220.cpp53 sc_report_handler::set_actions(SC_FATAL, SC_DISPLAY);
/gem5/src/systemc/utils/
H A Dreport.cc68 sc_core::sc_actions reportCatchActions = sc_core::SC_DISPLAY;
H A Dsc_report_handler.cc283 if (actions & SC_DISPLAY)
/gem5/src/systemc/tests/systemc/utils/sc_report/action_selection/
H A Daction_selection.cpp83 usr!=SC_LOG && usr!=SC_DISPLAY && usr!=SC_CACHE_REPORT &&
117 case SC_DISPLAY: cout << "display"; break;
/gem5/src/systemc/tests/systemc/utils/sc_report/cached/
H A Dcached.cpp155 sc_report_handler::set_actions( "ID1", SC_DISPLAY | SC_CACHE_REPORT );
156 sc_report_handler::set_actions( "ID2", SC_DISPLAY );
/gem5/src/systemc/tests/systemc/compliance_1666/test235b/
H A Dtest235b.cpp76 sc_report_handler::set_actions(SC_ERROR, SC_DISPLAY);
/gem5/src/systemc/tests/systemc/kernel/sc_time/test19/
H A Dtest19.cpp63 sc_report_handler::set_actions( SC_ID_TIME_CONVERSION_FAILED_, SC_DISPLAY );

Completed in 19 milliseconds