Searched refs:sc_msg_def (Results 1 - 5 of 5) sorted by relevance

/gem5/ext/systemc/src/sysc/utils/
H A Dsc_report_handler.h36 // STRUCT : sc_msg_def
41 struct sc_msg_def struct in namespace:sc_core
125 sc_msg_def* md; // have to point to sc_msg_def-s
132 static sc_msg_def* add_msg_type(const char * msg_type);
137 static sc_actions execute(sc_msg_def*, sc_severity);
154 static sc_msg_def* mdlookup(const char* msg_type);
159 static sc_msg_def* mdlookup(int id);
H A Dsc_report_handler.cpp174 sc_msg_def * md = mdlookup(msg_type_);
184 sc_msg_def * md = mdlookup(msg_type_);
198 sc_msg_def * sc_report_handler::mdlookup(const char * msg_type_)
213 sc_actions sc_report_handler::execute(sc_msg_def* md, sc_severity severity_)
271 sc_msg_def * md = mdlookup(msg_type_);
299 sc_msg_def * md = mdlookup(msg_type_);
363 // free the sc_msg_def's allocated by add_msg_type
398 sc_msg_def * sc_report_handler::add_msg_type(const char * msg_type_)
400 sc_msg_def * md = mdlookup(msg_type_);
412 items->md = new sc_msg_def[item
[all...]
H A Dsc_utils_ids.cpp48 static sc_msg_def texts[] = {
H A Dsc_report.cpp91 const sc_msg_def* md_,
173 sc_msg_def * md = sc_report_handler::mdlookup(id_);
209 sc_msg_def * md = sc_report_handler::mdlookup(id);
232 sc_msg_def* md = sc_report_handler::mdlookup(id);
240 sc_msg_def* md = sc_report_handler::mdlookup(id);
248 sc_msg_def* md = sc_report_handler::mdlookup(id_);
H A Dsc_report.h93 struct sc_msg_def;
155 const sc_msg_def*,
162 const sc_msg_def* md;

Completed in 11 milliseconds