Searched refs:SC_ID_GET_IF_ (Results 1 - 6 of 6) sorted by relevance

/gem5/src/systemc/channel/
H A Dmessages.cc51 const char SC_ID_GET_IF_[] = "get interface failed"; member in namespace:sc_core
98 {112, SC_ID_GET_IF_},
/gem5/src/systemc/ext/channel/
H A Dmessages.hh48 extern const char SC_ID_GET_IF_[];
H A D_using.hh112 using sc_core::SC_ID_GET_IF_;
/gem5/ext/systemc/src/sysc/communication/
H A Dsc_communication_ids.h74 SC_DEFINE_MESSAGE( SC_ID_GET_IF_, 112,
H A Dsc_port.h452 report_error( SC_ID_GET_IF_, "port is not bound" );
463 report_error( SC_ID_GET_IF_, "port is not bound" );
484 report_error( SC_ID_GET_IF_, "index out of range" );
498 report_error( SC_ID_GET_IF_, "index out of range" );
/gem5/src/systemc/ext/core/
H A Dsc_port.hh133 report_error(SC_ID_GET_IF_, "port is not bound");
142 report_error(SC_ID_GET_IF_, "port is not bound");
152 report_error(SC_ID_GET_IF_, "index out of range");
161 report_error(SC_ID_GET_IF_, "index out of range");
223 report_error(SC_ID_GET_IF_, "index out of range");

Completed in 10 milliseconds