Searched refs:get_message (Results 1 - 6 of 6) sorted by relevance

/gem5/src/systemc/tests/systemc/utils/sc_report/test02/
H A Dtest02.cpp73 cout << sc_report::get_message( 1234 ) << endl;
/gem5/src/systemc/ext/utils/
H A Dsc_report.hh82 static const char *get_message(int id);
/gem5/src/systemc/tests/systemc/utils/sc_report/test01/
H A Dtest01.cpp48 cout << sc_report::get_message( MY_ID ) << endl;
/gem5/ext/systemc/src/sysc/utils/
H A Dsc_report.h173 static const char* get_message(int id);
H A Dsc_report.cpp229 const char* sc_report::get_message( int id ) function in class:sc_core::sc_report
231 sc_deprecated_report_ids("sc_report::get_message()");
/gem5/src/systemc/utils/
H A Dsc_report.cc90 sc_report::get_message(int id) function in class:sc_core::sc_report

Completed in 9 milliseconds