Searched refs:set_actions (Results 1 - 25 of 25) sorted by relevance

/gem5/src/systemc/tests/systemc/misc/stars/star116072/
H A Dtest.cpp53 sc_report_handler::set_actions("/IEEE_Std_1666/deprecated", SC_DO_NOTHING);
/gem5/src/systemc/tests/systemc/utils/sc_report/action_selection/
H A Daction_selection.cpp166 sc_report_handler::set_actions( SC_INFO, usr2 );
167 sc_report_handler::set_actions( SC_WARNING, usr3 );
168 sc_report_handler::set_actions( SC_ERROR, usr4 );
169 sc_report_handler::set_actions( SC_FATAL, usr5 );
172 sc_report_handler::set_actions( id2, usr1 );
175 sc_report_handler::set_actions ( id3, SC_INFO, usr5 );
176 sc_report_handler::set_actions ( id3, SC_ERROR, usr1 );
/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/src/systemc/tests/systemc/compliance_1666/test200/
H A Dtest200.cpp76 sc_report_handler::set_actions(SC_INFO, SC_DO_NOTHING);
77 sc_report_handler::set_actions(SC_WARNING, SC_DO_NOTHING);
78 sc_report_handler::set_actions(SC_ERROR, SC_DO_NOTHING);
79 sc_report_handler::set_actions(SC_FATAL, SC_DO_NOTHING);
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/ext/systemc/src/sysc/utils/
H A Dsc_report_handler.h75 static sc_actions set_actions(sc_severity,
78 static sc_actions set_actions(const char * msg_type,
81 static sc_actions set_actions(const char * msg_type,
H A Dsc_utils_ids.cpp89 sc_report_handler::set_actions( SC_ID_IEEE_1666_DEPRECATION_
H A Dsc_report_handler.cpp328 set_actions(SC_INFO, SC_DEFAULT_INFO_ACTIONS);
329 set_actions(SC_WARNING, SC_DEFAULT_WARNING_ACTIONS);
330 set_actions(SC_ERROR, SC_DEFAULT_ERROR_ACTIONS);
331 set_actions(SC_FATAL, SC_DEFAULT_FATAL_ACTIONS);
359 set_actions("/IEEE_Std_1666/deprecated", SC_DO_NOTHING);
364 // (or implicit msg_type registration: set_actions, abort_after)
447 sc_actions sc_report_handler::set_actions(sc_severity severity_, function in class:sc_core::sc_report_handler
455 sc_actions sc_report_handler::set_actions(const char * msg_type_, function in class:sc_core::sc_report_handler
469 sc_actions sc_report_handler::set_actions(const char * msg_type_, function in class:sc_core::sc_report_handler
/gem5/src/systemc/ext/utils/
H A Dsc_report_handler.hh78 static sc_actions set_actions(sc_severity, sc_actions=SC_UNSPECIFIED);
79 static sc_actions set_actions(const char *msg_type,
81 static sc_actions set_actions(const char *msg_type, sc_severity,
/gem5/src/systemc/tests/systemc/kernel/process_control/reset/method_reset_throw/
H A Dsc_method_reset_throw.cpp96 sc_report_handler::set_actions( "disable() or dont_initialize() "
/gem5/src/systemc/tests/systemc/kernel/sc_time/test19/
H A Dtest19.cpp62 sc_report_handler::set_actions( SC_ID_SET_TIME_RESOLUTION_, SC_DO_NOTHING );
63 sc_report_handler::set_actions( SC_ID_TIME_CONVERSION_FAILED_, 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/ext/systemc/src/sysc/tracing/
H A Dsc_trace_file_base.cpp139 sc_report_handler::set_actions( SC_ID_TRACING_TIMESCALE_DEFAULT_
141 sc_report_handler::set_actions( SC_ID_TRACING_VCD_DUPLICATE_TIME_
/gem5/src/systemc/tests/systemc/bugs/instantiation_detection/
H A Dinstantiation_detection.cpp102 sc_report_handler::set_actions( "object already exists", SC_DO_NOTHING );
/gem5/src/systemc/tests/systemc/communication/sc_buffer/test02/
H A Dsc_buffer_edge_reset.cpp76 sc_report_handler::set_actions( "disable() or dont_initialize() "
/gem5/src/systemc/tests/systemc/compliance_1666/test220/
H A Dtest220.cpp53 sc_report_handler::set_actions(SC_FATAL, SC_DISPLAY);
/gem5/src/systemc/tests/systemc/utils/sc_report/test05/
H A Dcatch_actions.cpp85 act = sc_report_handler::set_actions
/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/utils/
H A Dsc_report_handler.cc123 sc_report_handler::set_actions(sc_severity severity, sc_actions actions) function in class:sc_core::sc_report_handler
132 sc_report_handler::set_actions(const char *msg_type, sc_actions actions) function in class:sc_core::sc_report_handler
144 sc_report_handler::set_actions( function in class:sc_core::sc_report_handler
/gem5/src/systemc/tests/systemc/communication/sc_signal/check_writer/test16/
H A Dtest16.cpp149 sc_core::sc_report_handler::set_actions(
/gem5/src/systemc/tests/systemc/kernel/phase_callbacks/test04/
H A Dregister_phase_callbacks.cpp215 sc_report_handler::set_actions( "simulation phase callbacks not enabled"
/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);
/gem5/src/systemc/tests/systemc/compliance_1666/test00/
H A Dtest00.cpp182 sc_report_handler::set_actions("msg_type", SC_INFO, SC_THROW);

Completed in 27 milliseconds