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

/gem5/src/systemc/tests/systemc/kernel/process_control/reset/method_reset_throw/
H A Dsc_method_reset_throw.cpp30 class my_exception class
33 explicit my_exception(const char* s) : s_(s) { } function in class:my_exception
65 my_exception("thrown in throwee1 from m1()")
80 catch (my_exception const & x) {
/gem5/src/systemc/tests/systemc/kernel/process_control/throw_it/test1/
H A Dtest1.cpp8 class my_exception { class
10 my_exception(const char* s) : s_(s) { } function in class:my_exception
29 catch (my_exception& x) {
41 h.throw_it(my_exception("from pepetrator"));
/gem5/src/systemc/tests/systemc/kernel/process_control/test05/
H A Dtest05.cpp45 class my_exception {}; class
64 catch (my_exception& except)
76 my_exception exception;

Completed in 5 milliseconds