Searched refs:sc_report_handler (Results 26 - 38 of 38) sorted by relevance

12

/gem5/src/systemc/tests/systemc/compliance_1666/test00/
H A Dtest00.cpp24 using sc_core::sc_report_handler;
182 sc_report_handler::set_actions("msg_type", SC_INFO, SC_THROW);
193 sc_assert(sc_report_handler::get_count(SC_INFO) == 1);
336 sc_assert(sc_report_handler::get_count(SC_INFO) == 0);
337 sc_assert(sc_report_handler::get_count("foo") == 0);
339 sc_actions act1 = sc_report_handler::get_new_action_id();
340 sc_actions act2 = sc_report_handler::get_new_action_id();
344 act2 = sc_report_handler::get_new_action_id();
346 sc_assert(sc_report_handler::get_log_file_name() == 0);
/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/utils/
H A Dreport.cc71 &sc_core::sc_report_handler::default_handler;
/gem5/src/systemc/ext/utils/
H A D_using.hh61 using sc_core::sc_report_handler;
/gem5/src/systemc/core/
H A Dscheduler.cc41 #include "systemc/ext/utils/sc_report_handler.hh"
465 ::sc_core::sc_report_handler::get_catch_actions());
509 ::sc_core::sc_report_handler::set_handler(&throwingReportHandler);
533 ::sc_core::sc_report_handler::set_handler(old_handler);
/gem5/ext/systemc/src/sysc/utils/
H A Dsc_report_handler.h22 sc_report_handler.h -
59 class sc_report_handler class in namespace:sc_core
173 // $Log: sc_report_handler.h,v $
/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/ext/systemc/src/sysc/kernel/
H A Dsc_process.h283 friend class sc_report_handler;

Completed in 18 milliseconds

12