Searched refs:sev_call_count (Results 1 - 2 of 2) sorted by relevance

/gem5/ext/systemc/src/sysc/utils/
H A Dsc_report_handler.cpp169 return sev_call_count[severity_];
189 return md->sev_call_count[severity_];
230 if ( md->sev_call_count[severity_] < UINT_MAX )
231 md->sev_call_count[severity_]++;
234 if ( sev_call_count[severity_] < UINT_MAX )
235 sev_call_count[severity_]++;
240 call_count = md->sev_call_count + severity_;
250 call_count = sev_call_count + severity_;
334 sev_call_count[SC_INFO] = 0;
335 sev_call_count[SC_WARNIN
687 sc_actions sc_report_handler::sev_call_count[SC_MAX_SEVERITY] = { 0, 0, 0, 0 }; member in class:sc_core::sc_report_handler
[all...]
H A Dsc_report_handler.h50 unsigned sev_call_count[SC_MAX_SEVERITY]; member in struct:sc_core::sc_msg_def
143 static unsigned sev_call_count[SC_MAX_SEVERITY]; member in class:sc_core::sc_report_handler

Completed in 6 milliseconds