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

/gem5/src/systemc/ext/core/
H A Dsc_process_handle.hh63 struct ExceptionWrapperBase struct in namespace:sc_gem5
69 struct ExceptionWrapper : public ExceptionWrapperBase
77 void throw_it_wrapper(Process *p, ExceptionWrapperBase &exc, bool inc_kids);
/gem5/src/systemc/core/
H A Dprocess.hh90 void throw_it(ExceptionWrapperBase &exc, bool inc_kids);
92 void injectException(ExceptionWrapperBase &exc);
93 ExceptionWrapperBase *excWrapper;
H A Dprocess.cc57 struct BuiltinExceptionWrapper : public ExceptionWrapperBase
200 Process::throw_it(ExceptionWrapperBase &exc, bool inc_kids)
218 Process::injectException(ExceptionWrapperBase &exc)
421 throw_it_wrapper(Process *p, ExceptionWrapperBase &exc, bool inc_kids)

Completed in 5 milliseconds