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

/gem5/ext/dsent/model/
H A DModelGen.cc216 const String& error_msg = "[Error] Invalid model name (" + model_name_ + ")"; local
217 throw Exception(error_msg);
273 const String& error_msg = "[Error] Invalid Standard Cell name (" + std_cell_name_ + ")"; local
274 throw Exception(error_msg);
290 const String& error_msg = "[Error] Invalid RAM name (" + ram_name_ + ")"; local
291 throw Exception(error_msg);
307 const String& error_msg = "[Error] Invalid Crossbar name (" + crossbar_name_ + ")"; local
308 throw Exception(error_msg);
H A DModel.cc284 const String& error_msg = "[Error] " + m_instance_name_ + local
286 throw Exception(error_msg);
303 const String& error_msg = "[Error] " + m_instance_name_ + local
305 throw Exception(error_msg);
316 const String& error_msg = "[Error] " + m_instance_name_ + local
318 throw Exception(error_msg);
336 const String& error_msg = "Internal error: area (" + area_name + local
338 throw Exception(error_msg);
368 const String& error_msg = "Internal error: ndd_power (" + ndd_power_name + local
370 throw Exception(error_msg);
400 const String& error_msg = "Internal error: event (" + event_name + local
493 const String& error_msg = "[Error] " + m_instance_name_ + " -> Unknown query type (" + query_type_ + ")"; local
653 const String& error_msg = "[Error] " + m_instance_name_ + " -> Unknown query type (" + query_type_ + ")"; local
[all...]
/gem5/src/base/vnc/
H A Dvncserver.hh211 * @param error_msg text to send describing the error
213 void sendError(const char* error_msg);
271 * @param error_msg error to send
273 void sendError(std::string error_msg);
H A Dvncserver.cc371 VncServer::sendError(const char* error_msg) argument
373 uint32_t len = strlen(error_msg);
376 write(error_msg);
/gem5/ext/dsent/libutil/
H A DCalculator.cc170 String error_msg = "[Error] Bad token: '" + String(ch) + "'"; local
171 throw Exception(error_msg);
/gem5/src/mem/slicc/symbols/
H A DStateMachine.py191 error_msg = "Unused action: %s" % action.ident
193 error_msg += ", " + action.desc
194 action.warning(error_msg)

Completed in 16 milliseconds