Searched refs:rawRightType (Results 1 – 2 of 2) sorted by relevance
81 const Type* rawRightType = (right->isIntLiteral() && left->type().isInteger()) in Convert() local98 if (!op.determineBinaryType(context, *rawLeftType, *rawRightType, in Convert()
1670 const Type* rawRightType; in convertBinaryExpression() local1672 rawRightType = &left->fType; in convertBinaryExpression()1674 rawRightType = &right->fType; in convertBinaryExpression()1677 if (!determine_binary_type(fContext, op, *rawLeftType, *rawRightType, &leftType, &rightType, in convertBinaryExpression()