Searched defs:leftNode (Results 1 – 7 of 7) sorted by relevance
224 TIntermTyped *leftNode = node->getLeft(); in visitBinary() local
339 TIntermTyped &leftNode = *binaryNode.getLeft(); in visitBinaryPre() local
1477 TIntermTyped &leftNode = *binaryNode->getLeft(); in visitBinary() local2029 TIntermNode &leftNode = *aggregateNode->getChildNode(0); in visitAggregate() local
203 DotEdge(Object leftNode, Object rightNode) { in DotEdge()
356 private JavaExpression infix(Type destType, Type srcType, String infix, PExpression leftNode, in infix()
744 private static boolean itemValuesMatch(XMPNode leftNode, XMPNode rightNode) throws XMPException in itemValuesMatch()
412 BinaryTreeNode leftNode; field in HuffmanDecoder.BinaryTreeNode