Searched refs:get_msg (Results 1 - 9 of 9) sorted by relevance

/gem5/util/tlm/examples/common/
H A Dreport_handler.cc69 << ' ' << report.get_msg() << '\n';
/gem5/src/systemc/ext/utils/
H A Dsc_report.hh71 const char *get_msg() const { return _msg; } function in class:sc_core::sc_report
/gem5/ext/systemc/src/sysc/utils/
H A Dsc_report.h121 const char * get_msg() const function in class:sc_core::sc_report
H A Dsc_report_handler.cpp67 if( *rep.get_msg() )
70 str += rep.get_msg();
/gem5/src/systemc/tests/systemc/utils/sc_report/action_selection/
H A Daction_selection.cpp136 cout << " msg=" << report.get_msg()
/gem5/src/systemc/tests/systemc/utils/sc_report/cached/
H A Dcached.cpp84 << " msg=" << report->get_msg()
/gem5/src/systemc/tests/systemc/compliance_1666/test00/
H A Dtest00.cpp189 sc_assert(std::string(rpt.get_msg()) == "msg");
206 sc_assert(std::string(rpt->get_msg()) == "msg");
/gem5/src/systemc/tests/systemc/compliance_1666/test200/
H A Dtest200.cpp157 sc_assert(strcmp(rpt.get_msg(), "msg") == 0);
/gem5/src/systemc/utils/
H A Dsc_report_handler.cc385 const char *msg = report.get_msg();

Completed in 15 milliseconds