Searched refs:qNode (Results 1 – 3 of 3) sorted by relevance
322 RBBINode qNode = pushNewNode(RBBINode.opQuestion); in doParseActions() local323 qNode.fLeftChild = operandNode; in doParseActions()324 operandNode.fParent = qNode; in doParseActions()
321 RBBINode qNode = pushNewNode(RBBINode.opQuestion); in doParseActions() local322 qNode.fLeftChild = operandNode; in doParseActions()323 operandNode.fParent = qNode; in doParseActions()
412 RBBINode *qNode = pushNewNode(RBBINode::opQuestion); in doParseActions() local416 qNode->fLeftChild = operandNode; in doParseActions()417 operandNode->fParent = qNode; in doParseActions()