Searched refs:stop_after (Results 1 - 8 of 8) sorted by relevance
/gem5/src/systemc/tests/systemc/utils/sc_report/test03/ |
H A D | test03.cpp | 50 sc_report_handler::stop_after(SC_FATAL,-1);
|
/gem5/src/systemc/tests/systemc/compliance_1666/test220/ |
H A D | test220.cpp | 7 // 20) sc_report_handler::stop_after(SC_FATAL,-1) should NOT call sc_stop on 1st fatal error
26 sc_report_handler::stop_after(SC_FATAL, 0);
32 sc_report_handler::stop_after(SC_FATAL, -1);
|
/gem5/ext/systemc/src/sysc/utils/ |
H A D | sc_report_handler.h | 85 static int stop_after(sc_severity, int limit = -1); 86 static int stop_after(const char* msg_type, int limit = -1); 87 static int stop_after(const char* msg_type, sc_severity, int limit = -1);
|
H A D | sc_report_handler.cpp | 484 int sc_report_handler::stop_after(sc_severity severity_, int limit) function in class:sc_core::sc_report_handler 493 int sc_report_handler::stop_after(const char * msg_type_, int limit) 512 int sc_report_handler::stop_after(const char * msg_type_, function in class:sc_core::sc_report_handler
|
/gem5/src/systemc/ext/utils/ |
H A D | sc_report_handler.hh | 84 static int stop_after(sc_severity, int limit=-1); 85 static int stop_after(const char *msg_type, int limit=-1); 86 static int stop_after(const char *msg_type, sc_severity, int limit=-1);
|
/gem5/src/systemc/tests/systemc/utils/sc_report/log_file/ |
H A D | log_file.cpp | 77 sc_report_handler::stop_after( SC_ERROR, 0 ); 78 sc_report_handler::stop_after( SC_FATAL, 0 );
|
/gem5/src/systemc/tests/systemc/utils/sc_report/action_selection/ |
H A D | action_selection.cpp | 200 sc_report_handler::stop_after( SC_ERROR, 0 ); 201 sc_report_handler::stop_after( SC_FATAL, 0 );
|
/gem5/src/systemc/utils/ |
H A D | sc_report_handler.cc | 157 sc_report_handler::stop_after(sc_severity severity, int limit) function in class:sc_core::sc_report_handler 166 sc_report_handler::stop_after(const char *msg_type, int limit) function in class:sc_core::sc_report_handler 178 sc_report_handler::stop_after( function in class:sc_core::sc_report_handler
|
Completed in 13 milliseconds