Searched defs:sc_unwind_exception (Results 1 - 4 of 4) sorted by relevance

/gem5/ext/systemc/src/sysc/kernel/
H A Dsc_except.cpp38 sc_unwind_exception::sc_unwind_exception( sc_process_b* proc_p, bool is_reset ) function in class:sc_core::sc_unwind_exception
H A Dsc_except.h70 class sc_unwind_exception : public std::exception class in namespace:sc_core
105 sc_unwind_exception::sc_unwind_exception( const sc_unwind_exception function in class:sc_core::sc_unwind_exception
[all...]
/gem5/src/systemc/core/
H A Dsc_process_handle.cc52 sc_unwind_exception::sc_unwind_exception() : _isReset(false) {} function in class:sc_core::sc_unwind_exception
53 sc_unwind_exception::sc_unwind_exception(const sc_unwind_exception &e) : function in class:sc_core::sc_unwind_exception
/gem5/src/systemc/ext/core/
H A Dsc_process_handle.hh100 class sc_unwind_exception : public std::exception class in namespace:sc_core

Completed in 4 milliseconds