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

/gem5/src/systemc/utils/
H A Dsc_report_handler.cc73 sc_gem5::ReportMsgInfo &msgInfo = sc_gem5::reportMsgInfoMap()[msg_type]; local
76 msgInfo.count++;
77 msgInfo.sevCounts[severity]++;
80 if (msgInfo.sevActions[severity] != SC_UNSPECIFIED)
81 actions = msgInfo.sevActions[severity];
82 else if (msgInfo.actions != SC_UNSPECIFIED)
83 actions = msgInfo.actions;
90 msgInfo.checkLimits(severity, actions);
96 current ? current->name() : nullptr, msgInfo.id);
H A Dsc_report.cc106 auto &msgInfo = sc_gem5::reportMsgInfoMap()[it->second];
108 return (msgInfo.actions == SC_DO_NOTHING ||
109 (msgInfo.sevActions[SC_INFO] == SC_DO_NOTHING &&
110 msgInfo.sevActions[SC_WARNING] == SC_DO_NOTHING));

Completed in 6 milliseconds