Searched refs:qNode (Results 1 – 3 of 3) sorted by relevance
349 RBBINode qNode = pushNewNode(RBBINode.opQuestion); in doParseActions() local350 qNode.fLeftChild = operandNode; in doParseActions()351 operandNode.fParent = qNode; in doParseActions()
348 RBBINode qNode = pushNewNode(RBBINode.opQuestion); in doParseActions() local349 qNode.fLeftChild = operandNode; in doParseActions()350 operandNode.fParent = qNode; in doParseActions()
441 RBBINode *qNode = pushNewNode(RBBINode::opQuestion); in doParseActions() local445 qNode->fLeftChild = operandNode; in doParseActions()446 operandNode->fParent = qNode; in doParseActions()