Lines Matching refs:IsCompAssign

1021                                              bool IsCompAssign) {  in handleComplexFloatConversion()  argument
1027 /*skipCast*/IsCompAssign)) in handleComplexFloatConversion()
1055 if (!IsCompAssign) { in handleComplexFloatConversion()
1107 QualType RHSType, bool IsCompAssign) { in handleFloatConversion() argument
1121 if (!IsCompAssign) in handleFloatConversion()
1132 /*convertFloat=*/!IsCompAssign, in handleFloatConversion()
1138 /*convertFloat=*/!IsCompAssign); in handleFloatConversion()
1161 QualType RHSType, bool IsCompAssign) { in handleIntegerConversion() argument
1171 } else if (!IsCompAssign) in handleIntegerConversion()
1180 } else if (!IsCompAssign) in handleIntegerConversion()
1190 } else if (!IsCompAssign) in handleIntegerConversion()
1201 if (!IsCompAssign) in handleIntegerConversion()
1212 bool IsCompAssign) { in handleComplexIntConversion() argument
1221 (S, LHS, RHS, LHSEltType, RHSEltType, IsCompAssign); in handleComplexIntConversion()
1230 (S, LHS, RHS, LHSEltType, RHSType, IsCompAssign); in handleComplexIntConversion()
1243 (S, LHS, RHS, LHSType, RHSEltType, IsCompAssign); in handleComplexIntConversion()
1246 if (!IsCompAssign) in handleComplexIntConversion()
1257 bool IsCompAssign) { in UsualArithmeticConversions() argument
1258 if (!IsCompAssign) { in UsualArithmeticConversions()
1295 if (LHSType != LHSUnpromotedType && !IsCompAssign) in UsualArithmeticConversions()
1307 IsCompAssign); in UsualArithmeticConversions()
1312 IsCompAssign); in UsualArithmeticConversions()
1317 IsCompAssign); in UsualArithmeticConversions()
1321 (*this, LHS, RHS, LHSType, RHSType, IsCompAssign); in UsualArithmeticConversions()
7437 SourceLocation Loc, bool IsCompAssign, in CheckVectorOperands() argument
7440 if (!IsCompAssign) { in CheckVectorOperands()
7477 if (!IsCompAssign) in CheckVectorOperands()
7495 if (!IsCompAssign && in CheckVectorOperands()
7512 if (!tryVectorConvertAndSplat(*this, (IsCompAssign ? nullptr : &LHS), in CheckVectorOperands()
7611 bool IsCompAssign, bool IsDiv) { in CheckMultiplyDivideOperands() argument
7616 return CheckVectorOperands(LHS, RHS, Loc, IsCompAssign, in CheckMultiplyDivideOperands()
7620 QualType compType = UsualArithmeticConversions(LHS, RHS, IsCompAssign); in CheckMultiplyDivideOperands()
7633 ExprResult &LHS, ExprResult &RHS, SourceLocation Loc, bool IsCompAssign) { in CheckRemainderOperands() argument
7640 return CheckVectorOperands(LHS, RHS, Loc, IsCompAssign, in CheckRemainderOperands()
7646 QualType compType = UsualArithmeticConversions(LHS, RHS, IsCompAssign); in CheckRemainderOperands()
8174 SourceLocation Loc, bool IsCompAssign) { in checkOpenCLVectorShift() argument
8183 if (!IsCompAssign) { in checkOpenCLVectorShift()
8236 bool IsCompAssign) { in CheckShiftOperands() argument
8243 return checkOpenCLVectorShift(*this, LHS, RHS, Loc, IsCompAssign); in CheckShiftOperands()
8254 return checkOpenCLVectorShift(*this, LHS, RHS, Loc, IsCompAssign); in CheckShiftOperands()
8256 return CheckVectorOperands(LHS, RHS, Loc, IsCompAssign, in CheckShiftOperands()
8271 if (IsCompAssign) LHS = OldLHS; in CheckShiftOperands()
9088 ExprResult &LHS, ExprResult &RHS, SourceLocation Loc, bool IsCompAssign) { in CheckBitwiseOperands() argument
9095 return CheckVectorOperands(LHS, RHS, Loc, IsCompAssign, in CheckBitwiseOperands()
9103 IsCompAssign); in CheckBitwiseOperands()