Searched refs:report_error (Results 1 - 18 of 18) sorted by relevance

/gem5/ext/systemc/src/sysc/communication/
H A Dsc_semaphore.cpp45 sc_semaphore::report_error( const char* id, const char* add_msg ) const function in class:sc_core::sc_semaphore
65 report_error( SC_ID_INVALID_SEMAPHORE_VALUE_ );
75 report_error( SC_ID_INVALID_SEMAPHORE_VALUE_ );
H A Dsc_export.cpp71 report_error( SC_ID_SC_EXPORT_NOT_BOUND_AFTER_CONSTRUCTION_, 0);
128 sc_export_base::report_error( const char* id, const char* add_msg ) const function in class:sc_core::sc_export_base
151 export_->report_error(SC_ID_INSERT_EXPORT_, "simulation running");
155 export_->report_error(SC_ID_INSERT_EXPORT_, "elaboration done");
163 export_->report_error( SC_ID_INSERT_EXPORT_,
175 port_->report_error( SC_ID_PORT_OUTSIDE_MODULE_ );
195 export_->report_error( SC_ID_SC_EXPORT_NOT_REGISTERED_ );
H A Dsc_event_finder.cpp43 sc_event_finder::report_error( const char* id, const char* add_msg ) const function in class:sc_core::sc_event_finder
H A Dsc_semaphore.h84 void report_error( const char* id, const char* add_msg = 0 ) const;
H A Dsc_port.cpp225 sc_port_base::report_error( const char* id, const char* add_msg ) const function in class:sc_core::sc_port_base
276 report_error( SC_ID_BIND_IF_TO_PORT_, "simulation running" );
296 report_error( SC_ID_BIND_PORT_TO_PORT_, "simulation running" );
300 report_error( SC_ID_BIND_PORT_TO_PORT_, "same port" );
307 report_error( SC_ID_BIND_PORT_TO_PORT_, "already bound" );
346 report_error( SC_ID_BIND_IF_TO_PORT_, "simulation running" );
362 report_error( SC_ID_BIND_PORT_TO_PORT_, "simulation running" );
519 report_error( SC_ID_COMPLETE_BINDING_, msg_buffer );
525 report_error( SC_ID_COMPLETE_BINDING_, "port not bound" );
532 report_error( SC_ID_COMPLETE_BINDING
[all...]
H A Dsc_event_finder.h64 void report_error( const char* id, const char* add_msg = 0 ) const;
128 report_error( SC_ID_FIND_EVENT_, "port is not bound" );
H A Dsc_port.h136 void report_error( const char* id, const char* add_msg = 0) const;
452 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" );
552 report_error( SC_ID_BIND_IF_TO_PORT_,
H A Dsc_clock.cpp289 sc_clock::report_error( const char* id, const char* add_msg ) const function in class:sc_core::sc_clock
308 report_error( SC_ID_CLOCK_PERIOD_ZERO_,
324 report_error( SC_ID_CLOCK_HIGH_TIME_ZERO_,
328 report_error( SC_ID_CLOCK_LOW_TIME_ZERO_,
H A Dsc_clock.h147 void report_error( const char* id, const char* add_msg = 0 ) const;
H A Dsc_export.h94 void report_error( const char* id, const char* add_msg = 0) const;
/gem5/ext/systemc/src/tlm_core/tlm_1/tlm_req_rsp/tlm_ports/
H A Dtlm_event_finder.h74 report_error( sc_core::SC_ID_FIND_EVENT_, "port is not bound" );
86 report_error( sc_core::SC_ID_FIND_EVENT_, "port is not bound" );
/gem5/src/systemc/ext/core/
H A Dsc_port.hh105 void report_error(const char *id, const char *add_msg) const;
133 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");
235 report_error(SC_ID_BIND_IF_TO_PORT_,
/gem5/src/systemc/core/
H A Dport.cc133 portBase->report_error(sc_core::SC_ID_COMPLETE_BINDING_,
140 portBase->report_error(sc_core::SC_ID_COMPLETE_BINDING_,
148 portBase->report_error(sc_core::SC_ID_COMPLETE_BINDING_,
H A Dsc_port.cc99 sc_port_base::report_error(const char *id, const char *add_msg) const function in class:sc_core::sc_port_base
/gem5/ext/systemc/src/sysc/kernel/
H A Dsc_method_process.cpp172 report_error( SC_ID_PROCESS_CONTROL_CORNER_CASE_,
247 report_error( SC_ID_KILL_PROCESS_WHILE_UNITIALIZED_ );
314 report_error( SC_ID_MODULE_METHOD_AFTER_START_, "" );
405 report_error(SC_ID_PROCESS_CONTROL_CORNER_CASE_,
410 report_error(SC_ID_PROCESS_CONTROL_CORNER_CASE_,
467 report_error( SC_ID_PROCESS_CONTROL_CORNER_CASE_,
571 report_error( SC_ID_THROW_IT_WHILE_NOT_RUNNING_ );
H A Dsc_thread_process.cpp197 report_error(SC_ID_PROCESS_CONTROL_CORNER_CASE_,
273 report_error( SC_ID_KILL_PROCESS_WHILE_UNITIALIZED_ );
369 report_error(SC_ID_PROCESS_CONTROL_CORNER_CASE_,
408 report_error( SC_ID_MODULE_THREAD_AFTER_START_ );
526 report_error(SC_ID_PROCESS_CONTROL_CORNER_CASE_,
531 report_error(SC_ID_PROCESS_CONTROL_CORNER_CASE_,
630 report_error( SC_ID_THROW_IT_WHILE_NOT_RUNNING_ );
H A Dsc_process.cpp334 // "sc_process_b::report_error"
341 sc_process_b::report_error( const char* msgid, const char* msg ) const function in class:sc_core::sc_process_b
391 report_error( SC_ID_PROCESS_CONTROL_CORNER_CASE_,
503 report_error(SC_ID_RESET_PROCESS_WHILE_NOT_RUNNING_);
H A Dsc_process.h368 void report_error( const char* msgid, const char* msg = "" ) const;

Completed in 33 milliseconds