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

/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
/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
/gem5/src/systemc/tests/systemc/kernel/process_control/test05/
H A Dtest05.cpp45 class my_exception {}; class

Completed in 5 milliseconds