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

/gem5/ext/mcpat/
H A DxmlParser.h429 XMLClear *updateClear(XMLCSTR lpszNewContent, int i=0); ///< if the clearTag to update is missing, a new one will be added
430 XMLClear *updateClear(XMLClear *newP, XMLClear *oldP); ///< if the clearTag to update is missing, a new one will be added
431 XMLClear *updateClear(XMLCSTR lpszNewValue, XMLCSTR lpszOldValue); ///< if the clearTag to update is missing, a new one will be added
H A DxmlParser.cc3056 XMLClear *XMLNode::updateClear(XMLCSTR lpszNewContent, int i) { function in class:XMLNode
3059 XMLClear *XMLNode::updateClear(XMLCSTR lpszNewValue, XMLCSTR lpszOldValue) { function in class:XMLNode
3062 XMLClear *XMLNode::updateClear(XMLClear *newP, XMLClear *oldP) { function in class:XMLNode

Completed in 14 milliseconds