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

/gem5/src/systemc/channel/
H A Dmessages.cc36 const char SC_ID_PORT_OUTSIDE_MODULE_[] = "port specified outside of module"; member in namespace:sc_core
86 {100, SC_ID_PORT_OUTSIDE_MODULE_},
/gem5/src/systemc/ext/channel/
H A Dmessages.hh36 extern const char SC_ID_PORT_OUTSIDE_MODULE_[];
H A D_using.hh100 using sc_core::SC_ID_PORT_OUTSIDE_MODULE_;
/gem5/ext/systemc/src/sysc/communication/
H A Dsc_communication_ids.h50 SC_DEFINE_MESSAGE( SC_ID_PORT_OUTSIDE_MODULE_, 100,
H A Dsc_port.cpp624 port_->report_error( SC_ID_PORT_OUTSIDE_MODULE_ );
/gem5/src/systemc/core/
H A Dsc_port.cc75 reportError(SC_ID_PORT_OUTSIDE_MODULE_, nullptr, name(), kind());

Completed in 10 milliseconds