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

/gem5/src/systemc/tests/systemc/utils/sc_report/action_selection/
H A Daction_selection.cpp225 // temporarily force usr1: same checking as with suppress
226 cout << "temporarily force usr1\n";
228 sc_report_handler::force( usr2 );
229 sc_assert( sc_report_handler::force( usr1 ) == usr2 );
231 sc_assert( sc_report_handler::force() == usr1 );
234 // temporarily force usr1: same checking as with suppress
235 cout << "temporarily suppress {usr3,usr4} and force {usr1,usr3}\n";
237 sc_report_handler::force ( usr1|usr3 );
240 sc_report_handler::force();
/gem5/ext/systemc/src/sysc/utils/
H A Dsc_report_handler.h91 static sc_actions force(sc_actions);
92 static sc_actions force();
H A Dsc_report_handler.cpp259 actions |= SC_STOP; // force sc_stop()
327 force();
546 sc_actions sc_report_handler::force(sc_actions mask) function in class:sc_core::sc_report_handler
553 sc_actions sc_report_handler::force() function in class:sc_core::sc_report_handler
555 return force(0);
/gem5/src/systemc/ext/utils/
H A Dsc_report_handler.hh100 static sc_actions force(sc_actions);
101 static sc_actions force();
/gem5/ext/libfdt/
H A Dlibfdt_env.h39 #define __force __attribute__((force))
/gem5/ext/mcpat/regression/
H A Dregression.py149 "-f", "--force", action = "store_true", default = False,
215 if is_valid_test_directory(rootdir) or options.force:
230 if options.force:
/gem5/util/batch/
H A Dsend.py84 -f force the job to run regardless of state
108 force = False variable
129 force = True variable
202 if not force:
/gem5/util/pbs/
H A Dsend.py85 -f force the job to run regardless of state
109 force = False variable
130 force = True variable
203 if not force:
/gem5/src/systemc/utils/
H A Dsc_report_handler.cc244 sc_report_handler::force(sc_actions actions) function in class:sc_core::sc_report_handler
252 sc_report_handler::force() function in class:sc_core::sc_report_handler
254 return force(SC_UNSPECIFIED);
/gem5/util/
H A Dqdo158 self.close(force=False)
/gem5/ext/mcpat/
H A DxmlParser.h127 // The _XMLWIDECHAR preprocessor variable force the XMLParser library into either utf16/32-mode (the proprocessor variable
625 void emptyTheNode(char force);
H A DxmlParser.cc2387 void XMLNode::emptyTheNode(char force) { argument
2389 if ((dd->ref_count == 0) || force) {
2397 pc->emptyTheNode(force);

Completed in 29 milliseconds