Lines Matching refs:operandNode
214 RBBINode *operandNode = fNodeStack[fNodeStackPtr--]; in doParseActions() local
216 orNode->fLeftChild = operandNode; in doParseActions()
217 operandNode->fParent = orNode; in doParseActions()
228 RBBINode *operandNode = fNodeStack[fNodeStackPtr--]; in doParseActions() local
230 catNode->fLeftChild = operandNode; in doParseActions()
231 operandNode->fParent = catNode; in doParseActions()
390 RBBINode *operandNode = fNodeStack[fNodeStackPtr--]; in doParseActions() local
392 plusNode->fLeftChild = operandNode; in doParseActions()
393 operandNode->fParent = plusNode; in doParseActions()
399 RBBINode *operandNode = fNodeStack[fNodeStackPtr--]; in doParseActions() local
401 qNode->fLeftChild = operandNode; in doParseActions()
402 operandNode->fParent = qNode; in doParseActions()
408 RBBINode *operandNode = fNodeStack[fNodeStackPtr--]; in doParseActions() local
410 starNode->fLeftChild = operandNode; in doParseActions()
411 operandNode->fParent = starNode; in doParseActions()