Searched refs:sc_severity (Results 1 - 13 of 13) sorted by relevance
/gem5/ext/systemc/src/sysc/utils/ |
H A D | sc_stop_here.h | 54 sc_interrupt_here( const char* id, sc_severity severity ); 65 sc_stop_here( const char* id, sc_severity severity );
|
H A D | sc_stop_here.cpp | 50 sc_interrupt_here( const char* id, sc_severity severity ) 81 sc_stop_here( const char* id, sc_severity severity )
|
H A D | sc_report_handler.h | 62 static void report(sc_severity, 68 static void report( sc_severity, 75 static sc_actions set_actions(sc_severity, 82 sc_severity, 85 static int stop_after(sc_severity, int limit = -1); 87 static int stop_after(const char* msg_type, sc_severity, int limit = -1); 94 static int get_count(sc_severity severity_); 96 static int get_count(const char* msg_type_, sc_severity severity_); 137 static sc_actions execute(sc_msg_def*, sc_severity); 163 static void report(sc_severity, [all...] |
H A D | sc_report.h | 43 // ENUM : sc_severity 48 enum sc_severity { enum in namespace:sc_core 124 sc_severity get_severity() const 154 sc_report(sc_severity, 161 sc_severity severity;
|
H A D | sc_report_handler.cpp | 167 int sc_report_handler::get_count(sc_severity severity_) 182 int sc_report_handler::get_count(const char* msg_type_, sc_severity severity_) 213 sc_actions sc_report_handler::execute(sc_msg_def* md, sc_severity severity_) 264 void sc_report_handler::report( sc_severity severity_, 293 void sc_report_handler::report(sc_severity severity_, 447 sc_actions sc_report_handler::set_actions(sc_severity severity_, 470 sc_severity severity_, 484 int sc_report_handler::stop_after(sc_severity severity_, int limit) 513 sc_severity severity_,
|
H A D | sc_report.cpp | 90 sc_report::sc_report(sc_severity severity_, 167 void sc_report_handler::report(sc_severity severity_,
|
/gem5/src/systemc/ext/utils/ |
H A D | sc_report_handler.hh | 36 #include "sc_report.hh" // for sc_severity 69 static void report(sc_severity, const char *msg_type, const char *msg, 71 static void report(sc_severity, const char *msg_type, const char *msg, 75 static void report(sc_severity, int id, const char *msg, const char *file, 78 static sc_actions set_actions(sc_severity, sc_actions=SC_UNSPECIFIED); 81 static sc_actions set_actions(const char *msg_type, sc_severity, 84 static int stop_after(sc_severity, int limit=-1); 86 static int stop_after(const char *msg_type, sc_severity, int limit=-1); 88 static int get_count(sc_severity); 90 static int get_count(const char *msg_type, sc_severity); [all...] |
H A D | sc_report.hh | 41 enum sc_severity enum in namespace:sc_core 69 sc_severity get_severity() const { return _severity; } 94 sc_report(sc_severity _severity, 104 sc_severity _severity;
|
H A D | _using.hh | 35 using sc_core::sc_severity;
|
/gem5/src/systemc/utils/ |
H A D | sc_report_handler.cc | 55 sc_report_handler::report(sc_severity severity, const char *msg_type, 62 sc_report_handler::report(sc_severity severity, const char *msg_type, 111 sc_report_handler::report(sc_severity severity, int id, const char *msg, 123 sc_report_handler::set_actions(sc_severity severity, sc_actions actions) 145 const char *msg_type, sc_severity severity, sc_actions actions) 157 sc_report_handler::stop_after(sc_severity severity, int limit) 179 const char *msg_type, sc_severity severity, int limit) 191 sc_report_handler::get_count(sc_severity severity) 206 sc_report_handler::get_count(const char *msg_type, sc_severity severity) 360 sc_interrupt_here(const char *msg_type, sc_severity) [all...] |
H A D | report.hh | 55 checkLimits(sc_core::sc_severity severity, sc_core::sc_actions &actions)
|
H A D | sc_report.cc | 41 sc_report::sc_report(sc_severity _severity, const char *msg_type,
|
/gem5/src/systemc/tests/systemc/compliance_1666/test228/ |
H A D | test228.cpp | 53 sc_severity sev;
|
Completed in 17 milliseconds