Searched refs:getError (Results 1 - 2 of 2) sorted by relevance

/gem5/ext/mcpat/
H A DxmlParser.h289 * @param pResults a pointer to a XMLResults variable that will contain some information that can be used to trace the XML parsing error. You can have a user-friendly explanation of the parsing error with the "getError" function.
303 * @param pResults a pointer to a XMLResults variable that will contain some information that can be used to trace the XML parsing error. You can have a user-friendly explanation of the parsing error with the "getError" function.
325 static XMLCSTR getError(XMLError error); ///< this gives you a user-friendly explanation of the parsing error
H A DxmlParser.cc163 XMLCSTR XMLNode::getError(XMLError xerror) { function in class:XMLNode
589 , filename, XMLNode::getError(pResults.error), pResults.nLine,

Completed in 14 milliseconds