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

/gem5/ext/mcpat/
H A DxmlParser.h493 XMLClear *updateClear_WOSD(XMLSTR lpszNewContent, int i=0); ///< if the clearTag to update is missing, a new one will be added
494 XMLClear *updateClear_WOSD(XMLClear *newP, XMLClear *oldP); ///< if the clearTag to update is missing, a new one will be added
495 XMLClear *updateClear_WOSD(XMLSTR lpszNewValue, XMLCSTR lpszOldValue); ///< if the clearTag to update is missing, a new one will be added
H A DxmlParser.cc2680 XMLClear *XMLNode::updateClear_WOSD(XMLSTR lpszNewContent, int i) { function in class:XMLNode
2694 XMLClear *XMLNode::updateClear_WOSD(XMLSTR lpszNewContent, function in class:XMLNode
2701 if (i >= 0) return updateClear_WOSD(lpszNewContent, i);
2705 XMLClear *XMLNode::updateClear_WOSD(XMLClear *newP, XMLClear *oldP) { function in class:XMLNode
2707 return updateClear_WOSD((XMLSTR)newP->lpszValue,
3057 return updateClear_WOSD(stringDup(lpszNewContent), i);
3060 return updateClear_WOSD(stringDup(lpszNewValue), lpszOldValue);
3063 return updateClear_WOSD(stringDup(newP->lpszValue), oldP->lpszValue);

Completed in 20 milliseconds