Searched refs:catNode (Results 1 – 3 of 3) sorted by relevance
171 RBBINode catNode = pushNewNode(RBBINode.opCat); in doParseActions() local172 catNode.fLeftChild = operandNode; in doParseActions()173 operandNode.fParent = catNode; in doParseActions()261 RBBINode catNode = pushNewNode(RBBINode.opCat); in doParseActions() local263 catNode.fLeftChild = thisRule; in doParseActions()264 catNode.fRightChild = endNode; in doParseActions()265 fNodeStack[fNodeStackPtr] = catNode; in doParseActions()268 thisRule = catNode; in doParseActions()
170 RBBINode catNode = pushNewNode(RBBINode.opCat); in doParseActions() local171 catNode.fLeftChild = operandNode; in doParseActions()172 operandNode.fParent = catNode; in doParseActions()260 RBBINode catNode = pushNewNode(RBBINode.opCat); in doParseActions() local262 catNode.fLeftChild = thisRule; in doParseActions()263 catNode.fRightChild = endNode; in doParseActions()264 fNodeStack[fNodeStackPtr] = catNode; in doParseActions()267 thisRule = catNode; in doParseActions()
241 RBBINode *catNode = pushNewNode(RBBINode::opCat); in doParseActions() local245 catNode->fLeftChild = operandNode; in doParseActions()246 operandNode->fParent = catNode; in doParseActions()339 RBBINode *catNode = pushNewNode(RBBINode::opCat); in doParseActions() local344 catNode->fLeftChild = thisRule; in doParseActions()345 catNode->fRightChild = endNode; in doParseActions()346 fNodeStack[fNodeStackPtr] = catNode; in doParseActions()349 thisRule = catNode; in doParseActions()