Searched refs:sc_throw_it_helper (Results 1 - 5 of 5) sorted by relevance

/gem5/ext/systemc/src/sysc/kernel/
H A Dsc_process.h228 class sc_throw_it_helper { class in namespace:sc_core
230 virtual sc_throw_it_helper* clone() const = 0;
232 sc_throw_it_helper() {} function in class:sc_core::sc_throw_it_helper
233 virtual ~sc_throw_it_helper() {}
237 class sc_throw_it : public sc_throw_it_helper
390 virtual void throw_user( const sc_throw_it_helper& helper,
438 sc_throw_it_helper* m_throw_helper_p; // what to throw.
H A Dsc_method_process.h165 virtual void throw_user( const sc_throw_it_helper& helper,
H A Dsc_method_process.cpp563 void sc_method_process::throw_user( const sc_throw_it_helper& helper,
H A Dsc_thread_process.h146 virtual void throw_user( const sc_throw_it_helper& helper,
H A Dsc_thread_process.cpp622 void sc_thread_process::throw_user( const sc_throw_it_helper& helper,

Completed in 18 milliseconds