Searched refs:SC_DO_NOTHING (Results 1 - 19 of 19) 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/utils/
H A Dsc_report.cc108 return (msgInfo.actions == SC_DO_NOTHING ||
109 (msgInfo.sevActions[SC_INFO] == SC_DO_NOTHING &&
110 msgInfo.sevActions[SC_WARNING] == SC_DO_NOTHING));
148 sevActions[SC_INFO] = SC_DO_NOTHING;
150 sevActions[SC_WARNING] = SC_DO_NOTHING;
163 sc_gem5::reportSevInfos[SC_INFO].actions = SC_DO_NOTHING;
172 sc_gem5::reportSevInfos[SC_WARNING].actions = SC_DO_NOTHING;
/gem5/util/tlm/examples/common/
H A Dreport_handler.cc51 if (actions & SC_DO_NOTHING)
/gem5/ext/systemc/src/sysc/utils/
H A Dsc_utils_ids.cpp90 , SC_DO_NOTHING);
H A Dsc_report.cpp242 return md ? md->actions == SC_DO_NOTHING: false; // only do-nothing set
251 md->actions = suppress ? SC_DO_NOTHING: SC_UNSPECIFIED;
258 suppress ? SC_DO_NOTHING: SC_DEFAULT_INFO_ACTIONS;
265 suppress ? SC_DO_NOTHING: SC_DEFAULT_WARNING_ACTIONS;
H A Dsc_report.h81 SC_DO_NOTHING = 0x0001, // take no action (ignore if other bits set) enumerator in enum:sc_core::__anon9
H A Dsc_report_handler.cpp359 set_actions("/IEEE_Std_1666/deprecated", SC_DO_NOTHING);
691 SC_DO_NOTHING |
/gem5/src/systemc/tests/systemc/kernel/process_control/reset/method_reset_throw/
H A Dsc_method_reset_throw.cpp98 SC_DO_NOTHING );
/gem5/ext/systemc/src/sysc/tracing/
H A Dsc_trace_file_base.cpp140 , SC_INFO, SC_DO_NOTHING );
142 , SC_WARNING, SC_DO_NOTHING );
/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.cpp78 "orphaned", SC_DO_NOTHING );
/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);
/gem5/src/systemc/tests/systemc/utils/sc_report/action_selection/
H A Daction_selection.cpp82 sc_assert (usr!=SC_UNSPECIFIED && usr!=SC_DO_NOTHING && usr!=SC_THROW &&
114 case SC_DO_NOTHING: cout << "do-nothing"; break;
/gem5/src/systemc/ext/utils/
H A D_using.hh52 using sc_core::SC_DO_NOTHING;
H A Dsc_report_handler.hh46 SC_DO_NOTHING = 0x0001, enumerator in enum:sc_core::__anon53
/gem5/src/systemc/tests/systemc/compliance_1666/test228/
H A Dtest228.cpp61 act = SC_DO_NOTHING;
/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 );
/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 22 milliseconds