Searched refs:sc_severity (Results 1 - 13 of 13) sorted by relevance

/gem5/ext/systemc/src/sysc/utils/
H A Dsc_stop_here.h54 sc_interrupt_here( const char* id, sc_severity severity );
65 sc_stop_here( const char* id, sc_severity severity );
H A Dsc_stop_here.cpp50 sc_interrupt_here( const char* id, sc_severity severity )
81 sc_stop_here( const char* id, sc_severity severity )
H A Dsc_report_handler.h62 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 Dsc_report.h43 // 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 Dsc_report_handler.cpp167 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 Dsc_report.cpp90 sc_report::sc_report(sc_severity severity_,
167 void sc_report_handler::report(sc_severity severity_,
/gem5/src/systemc/ext/utils/
H A Dsc_report_handler.hh36 #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 Dsc_report.hh41 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.hh35 using sc_core::sc_severity;
/gem5/src/systemc/utils/
H A Dsc_report_handler.cc55 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 Dreport.hh55 checkLimits(sc_core::sc_severity severity, sc_core::sc_actions &actions)
H A Dsc_report.cc41 sc_report::sc_report(sc_severity _severity, const char *msg_type,
/gem5/src/systemc/tests/systemc/compliance_1666/test228/
H A Dtest228.cpp53 sc_severity sev;

Completed in 18 milliseconds