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

/gem5/ext/mcpat/
H A DxmlParser.h530 char dropWhiteSpace=1, char removeCommentsInMiddleOfText=1);
557 * @param removeCommentsInMiddleOfText To explain this parameter, let's consider this code:
561 * If removeCommentsInMiddleOfText=0, then we will have:
569 * If removeCommentsInMiddleOfText=1, then we will have:
H A DxmlParser.cc113 static char guessWideCharChars=1, dropWhiteSpace=1, removeCommentsInMiddleOfText=1; variable
565 dropWhiteSpace, removeCommentsInMiddleOfText); local
1516 if (removeCommentsInMiddleOfText && d->nText && d->nClear) {
3072 removeCommentsInMiddleOfText = _removeCommentsInMiddleOfText;

Completed in 22 milliseconds