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

/gem5/src/systemc/tests/systemc/utils/sc_report/test01/
H A Dtest01.cpp50 sc_report::suppress_id( MY_ID, true );
52 sc_report::suppress_id( MY_ID, false );
60 sc_report::suppress_id( MY_ID, true );
62 sc_report::suppress_id( MY_ID, false );
70 sc_report::suppress_id( MY_ID, true );
72 sc_report::suppress_id( MY_ID, false );
99 sc_report::suppress_id( MY_ID, true );
/gem5/src/systemc/tests/systemc/utils/sc_report/test02/
H A Dtest02.cpp75 sc_report::suppress_id( 4321, true );
/gem5/src/systemc/ext/utils/
H A Dsc_report.hh86 static void suppress_id(int id, bool); // Only for info or warning.
/gem5/ext/systemc/src/sysc/utils/
H A Dsc_report.h177 static void suppress_id(int id, bool); // only for info or warning
H A Dsc_report.cpp245 void sc_report::suppress_id(int id_, bool suppress) function in class:sc_core::sc_report
247 sc_deprecated_report_ids("sc_report::suppress_id()");
/gem5/src/systemc/utils/
H A Dsc_report.cc140 sc_report::suppress_id(int id, bool suppress) function in class:sc_core::sc_report

Completed in 9 milliseconds