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

/gem5/src/systemc/tests/systemc/utils/sc_report/action_selection/
H A Daction_selection.cpp61 sc_actions& usr4 = usr_actions[3]; variable
153 error usr4 usr1 usr1*
168 sc_report_handler::set_actions( SC_ERROR, usr4 );
213 // temporarily suppress usr4:
217 cout << "temporarily suppress usr4\n";
220 sc_assert( sc_report_handler::suppress( usr4 ) == usr3 );
222 sc_assert( sc_report_handler::suppress() == usr4 );
235 cout << "temporarily suppress {usr3,usr4} and force {usr1,usr3}\n";
238 sc_report_handler::suppress( usr3|usr4 );

Completed in 3 milliseconds