Searched refs:sc_report_compose_message (Results 1 - 8 of 8) sorted by relevance

/gem5/src/systemc/tests/systemc/utils/sc_report/test05/
H A Dcatch_actions.cpp48 << sc_core::sc_report_compose_message(rep)
/gem5/src/systemc/ext/utils/
H A D_using.hh64 using sc_core::sc_report_compose_message;
H A Dsc_report_handler.hh146 const std::string sc_report_compose_message(const sc_report &);
/gem5/src/systemc/utils/
H A Dsc_report_handler.cc284 cprintf("\n%s\n", sc_report_compose_message(report));
288 sc_report_compose_message(report));
372 sc_report_compose_message(const sc_report &report) function in namespace:sc_core
H A Dsc_report.cc52 _what = sc_report_compose_message(*this);
/gem5/ext/systemc/src/sysc/utils/
H A Dsc_report.h96 const std::string sc_report_compose_message( const sc_report& );
H A Dsc_report_handler.cpp48 const std::string sc_report_compose_message(const sc_report& rep) function in namespace:sc_core
124 ::std::cout << ::std::endl << sc_report_compose_message(rep) <<
133 << sc_report_compose_message(rep) << ::std::endl;
H A Dsc_report.cpp104 m_what( empty_dup( sc_report_compose_message(*this).c_str() ) )

Completed in 14 milliseconds