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

/gem5/ext/mcpat/
H A DxmlParser.h267 XMLNode(struct XMLNodeDataTag *pParent, XMLSTR lpszName, char isDeclaration);
379 char isDeclaration() const; ///< is this node a declaration <? .... ?>
406 static XMLNode createXMLTopNode(XMLCSTR lpszName, char isDeclaration=FALSE); ///< Create the top node of an XMLNode structure
407 XMLNode addChild(XMLCSTR lpszName, char isDeclaration=FALSE, XMLElementPosition pos=-1); ///< Add a new child node
481 static XMLNode createXMLTopNode_WOSD(XMLSTR lpszName, char isDeclaration=FALSE); ///< Create the top node of an XMLNode structure
482 XMLNode addChild_WOSD(XMLSTR lpszName, char isDeclaration=FALSE, XMLElementPosition pos=-1); ///< Add a new child node
604 char isDeclaration; // Whether node is an XML declaration - '<?xml ?>' member in struct:XMLNode::XMLNodeDataTag
H A DxmlParser.cc763 if ((!isDeclaration()) && ((d->lpszName) ||
764 (!getChildNode().isDeclaration()))) {
770 if ((!isDeclaration()) && ((d->lpszName) ||
771 (!getChildNode().isDeclaration()))) {
1248 XMLNode::XMLNode(XMLNodeData *pParent, XMLSTR lpszName, char isDeclaration) { argument
1258 d->isDeclaration = isDeclaration;
1270 XMLNode XMLNode::createXMLTopNode_WOSD(XMLSTR lpszName, char isDeclaration) { argument
1271 return XMLNode(NULL, lpszName, isDeclaration);
1273 XMLNode XMLNode::createXMLTopNode(XMLCSTR lpszName, char isDeclaration) { argument
1358 addChild_priv(int memoryIncrease, XMLSTR lpszName, char isDeclaration, int pos) argument
2991 char XMLNode::isDeclaration ( ) const { function in class:XMLNode
3002 addChild(XMLCSTR lpszName, char isDeclaration, XMLElementPosition pos) argument
3006 addChild_WOSD(XMLSTR lpszName, char isDeclaration, XMLElementPosition pos) argument
[all...]

Completed in 16 milliseconds