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

/gem5/ext/mcpat/
H A DxmlParser.cc119 // You can modify the initialization of the variable "XMLClearTags" below
129 static ALLXMLClearTag XMLClearTags[] = { variable
1090 ALLXMLClearTag *ctag = XMLClearTags;
1417 if (!lpszOpen) lpszOpen = XMLClearTags->lpszOpen;
1418 if (!lpszClose) lpszClose = XMLClearTags->lpszClose;
1437 if (pClear.lpszOpen == XMLClearTags[1].lpszOpen) {
1522 if (d->pClear[i].lpszOpenTag == XMLClearTags[2].lpszOpen) {

Completed in 9 milliseconds