Searched refs:SC_ID_INTERNAL_ERROR_ (Results 1 - 8 of 8) sorted by relevance

/gem5/src/systemc/ext/utils/
H A Dmessages.hh39 extern const char SC_ID_INTERNAL_ERROR_[];
H A D_using.hh104 using sc_core::SC_ID_INTERNAL_ERROR_;
/gem5/src/systemc/utils/
H A Dmessages.cc40 const char SC_ID_INTERNAL_ERROR_[] = "internal error"; member in namespace:sc_core
68 {3, SC_ID_INTERNAL_ERROR_},
/gem5/src/systemc/tlm_core/2/generic_payload/
H A Dphase.cc51 SC_REPORT_FATAL( sc_core::SC_ID_INTERNAL_ERROR_,
65 SC_REPORT_FATAL(sc_core::SC_ID_INTERNAL_ERROR_,
/gem5/ext/systemc/src/sysc/datatypes/fx/
H A Dsc_fxdefs.h253 SC_REPORT_ERROR( sc_core::SC_ID_INTERNAL_ERROR_, msg ); \
/gem5/ext/systemc/src/sysc/utils/
H A Dsc_report.h246 extern const char SC_ID_INTERNAL_ERROR_[];
H A Dsc_report_handler.cpp717 const char SC_ID_INTERNAL_ERROR_[] = "internal error"; member in namespace:sc_core
735 DEFINE_MSG(SC_ID_INTERNAL_ERROR_, 3),
/gem5/src/systemc/ext/dt/fx/
H A Dsc_fxdefs.hh246 SC_ERROR_IF_IMPL_(!(cnd), sc_core::SC_ID_INTERNAL_ERROR_, msg)

Completed in 14 milliseconds