Searched refs:SC_ID_INIT_FAILED_ (Results 1 - 9 of 9) sorted by relevance

/gem5/src/systemc/dt/int/
H A Dmessages.cc36 const char SC_ID_INIT_FAILED_[] = "initialization failed"; member in namespace:sc_core
45 {400, SC_ID_INIT_FAILED_},
H A Dsc_unsigned.cc122 SC_REPORT_ERROR(sc_core::SC_ID_INIT_FAILED_, msg.str().c_str());
H A Dsc_signed.cc114 SC_REPORT_ERROR(sc_core::SC_ID_INIT_FAILED_, msg.str().c_str());
/gem5/src/systemc/ext/dt/int/
H A Dmessages.hh36 extern const char SC_ID_INIT_FAILED_[];
H A D_using.hh64 using sc_core::SC_ID_INIT_FAILED_;
/gem5/ext/systemc/src/sysc/datatypes/int/
H A Dsc_int_ids.h70 SC_DEFINE_MESSAGE( SC_ID_INIT_FAILED_, 400, "initialization failed" )
H A Dsc_nbcommon.inc61 SC_REPORT_ERROR( sc_core::SC_ID_INIT_FAILED_, msg );
114 SC_REPORT_ERROR( sc_core::SC_ID_INIT_FAILED_, msg );
137 SC_REPORT_ERROR( sc_core::SC_ID_INIT_FAILED_, msg );
160 SC_REPORT_ERROR( sc_core::SC_ID_INIT_FAILED_, msg );
183 SC_REPORT_ERROR( sc_core::SC_ID_INIT_FAILED_, msg );
206 SC_REPORT_ERROR( sc_core::SC_ID_INIT_FAILED_, msg );
229 SC_REPORT_ERROR( sc_core::SC_ID_INIT_FAILED_, msg );
H A Dsc_signed.h2348 SC_REPORT_ERROR( sc_core::SC_ID_INIT_FAILED_, msg );
H A Dsc_unsigned.h2158 SC_REPORT_ERROR( sc_core::SC_ID_INIT_FAILED_, msg );

Completed in 45 milliseconds