Searched refs:SC_DISPLAY (Results 1 - 17 of 17) sorted by relevance
/gem5/src/systemc/tests/systemc/utils/sc_report/test05/ |
H A D | catch_actions.cpp | 33 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 D | report_handler.cc | 54 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 D | sc_report_handler.hh | 49 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.hh | 55 using sc_core::SC_DISPLAY;
|
/gem5/src/systemc/tests/systemc/utils/sc_report/test03/ |
H A D | test03.cpp | 49 sc_report_handler::set_actions(SC_FATAL,SC_DISPLAY);
|
/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/ext/systemc/src/sysc/utils/ |
H A D | sc_report.h | 84 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 D | sc_report_handler.cpp | 123 if ( actions & SC_DISPLAY ) 694 SC_DISPLAY |
|
/gem5/src/systemc/tests/systemc/utils/sc_report/log_file/ |
H A D | log_file.cpp | 80 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 D | test200.cpp | 109 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 D | test220.cpp | 53 sc_report_handler::set_actions(SC_FATAL, SC_DISPLAY);
|
/gem5/src/systemc/utils/ |
H A D | report.cc | 68 sc_core::sc_actions reportCatchActions = sc_core::SC_DISPLAY;
|
H A D | sc_report_handler.cc | 283 if (actions & SC_DISPLAY)
|
/gem5/src/systemc/tests/systemc/utils/sc_report/action_selection/ |
H A D | action_selection.cpp | 83 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 D | cached.cpp | 155 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 D | test235b.cpp | 76 sc_report_handler::set_actions(SC_ERROR, SC_DISPLAY);
|
/gem5/src/systemc/tests/systemc/kernel/sc_time/test19/ |
H A D | test19.cpp | 63 sc_report_handler::set_actions( SC_ID_TIME_CONVERSION_FAILED_, SC_DISPLAY );
|
Completed in 10 milliseconds