Searched defs:newRight (Results 1 – 5 of 5) sorted by relevance
408 TIntermTyped *newRight = pullMappedExpr(right, true); in visitBinaryPost() local430 TIntermTyped *newRight = pullMappedExpr(right, isAssign); in visitBinaryPost() local
343 TIntermTyped &newRight = traverse(rightNode, disableRight); in visitBinaryPre() local
196 ByteString newRight = concatenateBytes(leftRope.right, right); in concatenate() local207 ByteString newRight = new RopeByteString(leftRope.right, right); in concatenate() local
477 TreeTy* createNode(TreeTy* newLeft, TreeTy* oldTree, TreeTy* newRight) { in createNode()581 TreeTy* newRight = removeMinBinding(R,OldNode); in combineTrees() local
586 auto *const newRight = traverseAnyAs<TIntermTyped>(*right); in traverseBinaryChildren() local