Searched refs:what (Results 26 - 36 of 36) sorted by relevance

12

/gem5/src/systemc/utils/
H A Dsc_report.cc84 sc_report::what() const throw() function in class:sc_core::sc_report
/gem5/ext/googletest/googletest/include/gtest/internal/
H A Dgtest-death-test-internal.h170 gtest_exception.what()); \
/gem5/src/mem/ruby/slicc_interface/
H A DAbstractController.hh69 virtual const char* what() const throw() function in class:RejectException
/gem5/ext/googletest/googlemock/include/gmock/
H A Dgmock-spec-builders.h178 ::std::ostream* what, ::std::ostream* why)
1184 // describes *what* happened to 'what', and explains *why* Google
1191 ::std::ostream* what,
1198 *what << "Mock function called more times than expected - ";
1199 mocker->DescribeDefaultActionTo(args, what);
1216 *what << "Mock function call matches " << source_text() <<"...\n";
1631 // Describes what default action will be performed for the given
1676 // section. The reason is that we have no control on what the
1682 ::std::ostream* what,
[all...]
/gem5/system/alpha/console/
H A Ddbmentry.S200 mov a2, t2 # what to spin on
/gem5/src/systemc/core/
H A Dscheduler.cc523 sc_core::SC_ID_SIMULATION_UNCAUGHT_EXCEPTION_, e.what());
/gem5/ext/pybind11/include/pybind11/detail/
H A Dcommon.h233 PyErr_SetString(PyExc_ImportError, e.what()); \
236 PyErr_SetString(PyExc_ImportError, e.what()); \
306 and lvalue references, respectively. See below for a description of what
668 void set_error() const override { PyErr_SetString(type, what()); } \
/gem5/src/systemc/tests/systemc/compliance_1666/test00/
H A Dtest00.cpp186 cout << "Caught rpt " << rpt.what() << endl;
/gem5/ext/pybind11/tests/
H A Dtest_class.cpp202 return py::str(e.what()).release().ptr();
/gem5/ext/pybind11/include/pybind11/
H A Dpybind11.h1808 * translate the C++ exception to the created Python exception using the exceptions what() method.
1824 detail::get_exception_object<CppException>()(e.what());
1876 * is often not what is wanted. This API does not do this.
/gem5/ext/googletest/googletest/src/
H A Dgtest.cc668 // test part results, what type of failure we expect, and what
2447 FormatCxxExceptionMessage(e.what(), location));
3036 // The following methods override what's in the TestEventListener class.
4976 // to what the user really wants to skip.

Completed in 53 milliseconds

12