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

/gem5/src/systemc/tests/systemc/utils/sc_report/test01/
H A Dtest01.cpp49 cout << sc_report::is_suppressed( MY_ID ) << endl;
51 cout << sc_report::is_suppressed( MY_ID ) << endl;
53 cout << sc_report::is_suppressed( MY_ID ) << endl;
/gem5/src/systemc/tests/systemc/utils/sc_report/test02/
H A Dtest02.cpp77 cout << sc_report::is_suppressed( 4321 ) << endl;
/gem5/src/systemc/ext/utils/
H A Dsc_report.hh83 static bool is_suppressed(int id);
/gem5/ext/systemc/src/sysc/utils/
H A Dsc_report.h174 static bool is_suppressed(int id);
H A Dsc_report.cpp237 bool sc_report::is_suppressed( int id ) function in class:sc_core::sc_report
239 sc_deprecated_report_ids("sc_report::is_suppressed()");
/gem5/src/systemc/utils/
H A Dsc_report.cc100 sc_report::is_suppressed(int id) function in class:sc_core::sc_report

Completed in 9 milliseconds