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

/gem5/src/systemc/core/
H A Dprocess.cc200 Process::throw_it(ExceptionWrapperBase &exc, bool inc_kids) argument
206 forEachKid([&exc](Process *p) { p->throw_it(exc, true); });
214 injectException(exc);
218 Process::injectException(ExceptionWrapperBase &exc) argument
220 excWrapper = &exc;
273 } catch(const ::sc_core::sc_unwind_exception &exc) {
274 reset = exc.is_reset();
421 throw_it_wrapper(Process *p, ExceptionWrapperBase &exc, bool inc_kids) argument
423 p->throw_it(exc, inc_kid
[all...]
H A Dprocess.hh90 void throw_it(ExceptionWrapperBase &exc, bool inc_kids);
92 void injectException(ExceptionWrapperBase &exc);
/gem5/src/systemc/ext/core/
H A Dsc_process_handle.hh77 void throw_it_wrapper(Process *p, ExceptionWrapperBase &exc, bool inc_kids);
221 ::sc_gem5::ExceptionWrapper<T> exc(user_defined_exception);
222 ::sc_gem5::throw_it_wrapper(_gem5_process, exc,
/gem5/ext/testlib/
H A Drunner.py199 exc = traceback.format_exc()
202 log.test_log.warn('%s\n%s' % (exc, msg))
213 exc = traceback.format_exc()
216 log.test_log.warn('%s\n%s' % (exc, msg))
H A Dresult.py158 except OSError as exc: # Guard against race condition
159 if exc.errno != errno.EEXIST:
H A Dhelper.py258 except OSError as exc: # Python >2.5
259 if exc.errno == errno.EEXIST and os.path.isdir(path):
/gem5/util/
H A Dqdo102 except pexpect.ExceptionPexpect, exc:
103 print "%s:" % progname, exc
/gem5/src/arch/
H A Disa_parser.py255 except Exception, exc:
258 error(lineno, 'error defining "%s": %s.' % (name, exc))
2043 except Exception, exc:
2047 error(t.lineno(1), 'In global let block: %s' % exc)
2060 except Exception, exc:
2064 'In def operand_types: %s' % exc)
2075 except Exception, exc:
2078 error(t.lineno(1), 'In def operands: %s' % exc)
/gem5/ext/pybind11/include/pybind11/
H A Dpytypes.h347 bool matches(handle exc) const { return PyErr_GivenExceptionMatches(m_type.ptr(), exc.ptr()); }

Completed in 29 milliseconds