Searched refs:SC_MAX_SEVERITY (Results 1 - 7 of 7) sorted by relevance

/gem5/src/systemc/utils/
H A Dreport.hh69 sc_core::sc_actions sevActions[sc_core::SC_MAX_SEVERITY];
70 int sevCounts[sc_core::SC_MAX_SEVERITY];
71 int sevLimits[sc_core::SC_MAX_SEVERITY];
94 extern const char *reportSeverityNames[sc_core::SC_MAX_SEVERITY];
95 extern ReportSevInfo reportSevInfos[sc_core::SC_MAX_SEVERITY];
H A Dreport.cc42 ReportSevInfo reportSevInfos[sc_core::SC_MAX_SEVERITY] =
/gem5/ext/systemc/src/sysc/utils/
H A Dsc_report_handler.h45 sc_actions sev_actions[SC_MAX_SEVERITY];
47 unsigned sev_limit[SC_MAX_SEVERITY];
50 unsigned sev_call_count[SC_MAX_SEVERITY];
141 static sc_actions sev_actions[SC_MAX_SEVERITY];
142 static unsigned sev_limit[SC_MAX_SEVERITY];
143 static unsigned sev_call_count[SC_MAX_SEVERITY];
H A Dsc_report.h53 SC_MAX_SEVERITY enumerator in enum:sc_core::sc_severity
H A Dsc_report_handler.cpp673 sc_actions sc_report_handler::sev_actions[SC_MAX_SEVERITY] =
683 sc_actions sc_report_handler::sev_limit[SC_MAX_SEVERITY] =
687 sc_actions sc_report_handler::sev_call_count[SC_MAX_SEVERITY] = { 0, 0, 0, 0 };
/gem5/src/systemc/ext/utils/
H A Dsc_report.hh47 SC_MAX_SEVERITY enumerator in enum:sc_core::sc_severity
H A D_using.hh40 using sc_core::SC_MAX_SEVERITY;

Completed in 12 milliseconds