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