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

/gem5/ext/mcpat/
H A DxmlParser.h225 typedef struct XMLResults { struct
229 } XMLResults; typedef in typeref:struct:XMLResults
280 XMLResults *pResults = NULL);
289 * @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.
294 XMLResults *pResults = NULL);
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.
H A DxmlParser.cc570 XMLResults pResults;
1942 XMLResults *pResults) {
1964 XMLResults *pResults) {
2023 XMLNode XMLNode::parseFile(XMLCSTR filename, XMLCSTR tag, XMLResults *pResults) {

Completed in 21 milliseconds