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

/gem5/ext/mcpat/
H A DxmlParser.h621 XMLNode addChild_priv(int, XMLSTR, char, int);
H A DxmlParser.cc1358 XMLNode XMLNode::addChild_priv(int memoryIncrease, XMLSTR lpszName, function in class:XMLNode
1624 pNew = addChild_priv(MEMORYINCREASE,
1675 addChild_priv(MEMORYINCREASE,
3004 return addChild_priv(0, stringDup(lpszName), isDeclaration, pos);
3008 return addChild_priv(0, lpszName, isDeclaration, pos);

Completed in 20 milliseconds