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

/gem5/ext/mcpat/
H A DxmlParser.cc1298 XMLElementPosition XMLNode::findPosition(XMLNodeData *d, int index, function in class:XMLNode
1311 int i = findPosition(d, index, t);
2805 return findPosition(d, i, eNodeText );
2809 return findPosition(d, i, eNodeClear);
2813 return findPosition(d, i, eNodeChild);
2830 while (i--) if (pc[i].d == dd) return findPosition(d, i, eNodeChild);
2840 return findPosition(d, j - 1, eNodeChild);
H A DxmlParser.h626 static inline XMLElementPosition findPosition(XMLNodeData *d, int index, XMLElementType xtype);

Completed in 21 milliseconds