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

/gem5/src/systemc/utils/
H A Dsc_report.cc140 sc_report::suppress_id(int id, bool suppress) argument
146 if (suppress) {
160 sc_report::suppress_infos(bool suppress) argument
162 if (suppress)
169 sc_report::suppress_warnings(bool suppress) argument
171 if (suppress) {
H A Dsc_report_handler.cc230 sc_report_handler::suppress(sc_actions actions) function in class:sc_core::sc_report_handler
238 sc_report_handler::suppress() function in class:sc_core::sc_report_handler
240 return suppress(SC_UNSPECIFIED);
/gem5/src/systemc/tests/systemc/utils/sc_report/action_selection/
H A Daction_selection.cpp213 // temporarily suppress usr4:
215 // - check that suppress() restores old state
216 // - check return value of suppress(.)
217 cout << "temporarily suppress usr4\n";
219 sc_report_handler::suppress( usr3 );
220 sc_assert( sc_report_handler::suppress( usr4 ) == usr3 );
222 sc_assert( sc_report_handler::suppress() == usr4 );
225 // temporarily force usr1: same checking as with suppress
234 // temporarily force usr1: same checking as with suppress
235 cout << "temporarily suppress {usr
[all...]
/gem5/ext/systemc/src/sysc/utils/
H A Dsc_report.cpp245 void sc_report::suppress_id(int id_, bool suppress) argument
251 md->actions = suppress ? SC_DO_NOTHING: SC_UNSPECIFIED;
254 void sc_report::suppress_infos(bool suppress) argument
258 suppress ? SC_DO_NOTHING: SC_DEFAULT_INFO_ACTIONS;
261 void sc_report::suppress_warnings(bool suppress) argument
265 suppress ? SC_DO_NOTHING: SC_DEFAULT_WARNING_ACTIONS;
H A Dsc_report_handler.h89 static sc_actions suppress(sc_actions);
90 static sc_actions suppress();
H A Dsc_report_handler.cpp326 suppress();
534 sc_actions sc_report_handler::suppress(sc_actions mask) function in class:sc_core::sc_report_handler
541 sc_actions sc_report_handler::suppress() function in class:sc_core::sc_report_handler
543 return suppress(0);
/gem5/src/systemc/ext/utils/
H A Dsc_report_handler.hh98 static sc_actions suppress(sc_actions);
99 static sc_actions suppress();
/gem5/src/cpu/minor/
H A Dfunc_unit.cc96 suppress(params->suppress),
H A Dfunc_unit.hh108 bool suppress; member in class:MinorFUTiming
H A DMinorCPU.py81 suppress = Param.Bool(False, "if true, this inst. is not executed by" variable in class:MinorFUTiming
H A Dexecute.cc670 if (timing && timing->suppress) {
/gem5/src/systemc/tests/systemc/utils/sc_report/log_file/
H A Dlog_file.cpp79 sc_report_handler::suppress( SC_STOP | SC_ABORT );
/gem5/ext/pybind11/tests/
H A Dtest_buffers.py8 with pytest.suppress(ImportError):
H A Dconftest.py178 def suppress(exception): function
210 pytest.suppress = suppress
H A Dtest_numpy_vectorize.py6 with pytest.suppress(ImportError):
H A Dtest_stl_binders.py5 with pytest.suppress(ImportError):
H A Dtest_numpy_dtypes.py7 with pytest.suppress(ImportError):
H A Dtest_numpy_array.py6 with pytest.suppress(ImportError):
H A Dtest_eigen.py6 with pytest.suppress(ImportError):
/gem5/configs/common/cores/arm/
H A DHPI.py321 suppress = True variable in class:HPI_DataProcessingSuppressShift
327 suppress = True variable in class:HPI_DataProcessingSuppressBranch
567 suppress = True variable in class:HPI_SEL_A1_Suppress
843 suppress = True variable in class:HPI_USAD8_USADA8_A1_Suppress

Completed in 43 milliseconds