Searched refs:starNode (Results 1 – 3 of 3) sorted by relevance
330 RBBINode starNode = pushNewNode(RBBINode.opStar); in doParseActions() local331 starNode.fLeftChild = operandNode; in doParseActions()332 operandNode.fParent = starNode; in doParseActions()
329 RBBINode starNode = pushNewNode(RBBINode.opStar); in doParseActions() local330 starNode.fLeftChild = operandNode; in doParseActions()331 operandNode.fParent = starNode; in doParseActions()
424 RBBINode *starNode = pushNewNode(RBBINode::opStar); in doParseActions() local428 starNode->fLeftChild = operandNode; in doParseActions()429 operandNode->fParent = starNode; in doParseActions()