Searched refs:rightPos (Results 1 – 3 of 3) sorted by relevance
214 int rightPos = getNextOpPos(leftPos); in compileOperation() local216 operation.setLeftRight(compile(leftPos), compile(rightPos)); in compileOperation()235 int rightPos = getFirstChildPos(opPos); in compileUnary() local237 unary.setRight(compile(rightPos)); in compileUnary()
456 int rightPos = compiler.getNextOpPos(leftPos); in isProximateInnerExpr() local460 isProx = isProximateInnerExpr(compiler, rightPos); in isProximateInnerExpr()524 int rightPos = compiler.getNextOpPos(leftPos); in mightBeProximate() local528 isProx = isProximateInnerExpr(compiler, rightPos); in mightBeProximate()
981 auto rightPos = _orderFiles.find(rightName); in customAtomOrderer() local983 bool rightIsOrdered = (rightPos != _orderFiles.end()); in customAtomOrderer()993 findOrderOrdinal(rightPos->getValue(), right, rightOrder); in customAtomOrderer()