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

/gem5/ext/mcpat/
H A DxmlParser.cc1090 ALLXMLClearTag *ctag = XMLClearTags; local
1092 if (xstrncmp(ctag->lpszOpen, result.pStr, ctag->openTagLen) == 0) {
1093 result.pClr = ctag;
1094 pXML->nIndex += ctag->openTagLen - 1;
1098 ctag++;
1099 } while (ctag->lpszOpen);

Completed in 16 milliseconds