Searched refs:sc_throw_it (Results 1 - 2 of 2) sorted by relevance

/gem5/ext/systemc/src/sysc/kernel/
H A Dsc_process.h209 // CLASS sc_throw_it<EXCEPT> - ARBITRARY EXCEPTION CLASS
218 // of the sc_throw_it<EXCEPT> class to be easily garbage collected. Since
221 // sc_process_handle::throw_it() an instance of sc_throw_it<EXCEPT> is
237 class sc_throw_it : public sc_throw_it_helper class in namespace:sc_core
239 typedef sc_throw_it<EXCEPT> this_type;
241 sc_throw_it( const EXCEPT& value ) : m_value(value) { } function in class:sc_core::sc_throw_it
242 virtual ~sc_throw_it() {}
H A Dsc_process_handle.h478 //"sc_process_handle::sc_throw_it"
488 // sc_throw_it<EXCEPT>, in sc_process.h, for why.
499 sc_throw_it<EXCEPT> helper(exception); // helper to throw the exception.

Completed in 15 milliseconds