Home | History | Annotate | Download | only in compiler

Lines Matching refs:rightPos

214     int rightPos = getNextOpPos(leftPos);
216 operation.setLeftRight(compile(leftPos), compile(rightPos));
235 int rightPos = getFirstChildPos(opPos);
237 unary.setRight(compile(rightPos));