Lines Matching refs:IsCompAssign

1033                                              bool IsCompAssign) {  in handleComplexFloatConversion()  argument
1039 /*skipCast*/IsCompAssign)) in handleComplexFloatConversion()
1067 if (!IsCompAssign) { in handleComplexFloatConversion()
1119 QualType RHSType, bool IsCompAssign) { in handleFloatConversion() argument
1133 if (!IsCompAssign) in handleFloatConversion()
1144 /*convertFloat=*/!IsCompAssign, in handleFloatConversion()
1150 /*convertFloat=*/!IsCompAssign); in handleFloatConversion()
1215 QualType RHSType, bool IsCompAssign) { in handleIntegerConversion() argument
1225 } else if (!IsCompAssign) in handleIntegerConversion()
1234 } else if (!IsCompAssign) in handleIntegerConversion()
1244 } else if (!IsCompAssign) in handleIntegerConversion()
1255 if (!IsCompAssign) in handleIntegerConversion()
1266 bool IsCompAssign) { in handleComplexIntConversion() argument
1275 (S, LHS, RHS, LHSEltType, RHSEltType, IsCompAssign); in handleComplexIntConversion()
1284 (S, LHS, RHS, LHSEltType, RHSType, IsCompAssign); in handleComplexIntConversion()
1297 (S, LHS, RHS, LHSType, RHSEltType, IsCompAssign); in handleComplexIntConversion()
1300 if (!IsCompAssign) in handleComplexIntConversion()
1311 bool IsCompAssign) { in UsualArithmeticConversions() argument
1312 if (!IsCompAssign) { in UsualArithmeticConversions()
1349 if (LHSType != LHSUnpromotedType && !IsCompAssign) in UsualArithmeticConversions()
1366 IsCompAssign); in UsualArithmeticConversions()
1371 IsCompAssign); in UsualArithmeticConversions()
1376 IsCompAssign); in UsualArithmeticConversions()
1380 (*this, LHS, RHS, LHSType, RHSType, IsCompAssign); in UsualArithmeticConversions()
7871 SourceLocation Loc, bool IsCompAssign, in CheckVectorOperands() argument
7874 if (!IsCompAssign) { in CheckVectorOperands()
7911 if (!IsCompAssign) in CheckVectorOperands()
7929 if (!IsCompAssign && in CheckVectorOperands()
7946 if (!tryVectorConvertAndSplat(*this, (IsCompAssign ? nullptr : &LHS), in CheckVectorOperands()
8047 bool IsCompAssign, bool IsDiv) { in CheckMultiplyDivideOperands() argument
8052 return CheckVectorOperands(LHS, RHS, Loc, IsCompAssign, in CheckMultiplyDivideOperands()
8056 QualType compType = UsualArithmeticConversions(LHS, RHS, IsCompAssign); in CheckMultiplyDivideOperands()
8069 ExprResult &LHS, ExprResult &RHS, SourceLocation Loc, bool IsCompAssign) { in CheckRemainderOperands() argument
8076 return CheckVectorOperands(LHS, RHS, Loc, IsCompAssign, in CheckRemainderOperands()
8082 QualType compType = UsualArithmeticConversions(LHS, RHS, IsCompAssign); in CheckRemainderOperands()
8610 SourceLocation Loc, bool IsCompAssign) { in checkOpenCLVectorShift() argument
8619 if (!IsCompAssign) { in checkOpenCLVectorShift()
8672 bool IsCompAssign) { in CheckShiftOperands() argument
8679 return checkOpenCLVectorShift(*this, LHS, RHS, Loc, IsCompAssign); in CheckShiftOperands()
8690 return checkOpenCLVectorShift(*this, LHS, RHS, Loc, IsCompAssign); in CheckShiftOperands()
8692 return CheckVectorOperands(LHS, RHS, Loc, IsCompAssign, in CheckShiftOperands()
8707 if (IsCompAssign) LHS = OldLHS; in CheckShiftOperands()
9525 ExprResult &LHS, ExprResult &RHS, SourceLocation Loc, bool IsCompAssign) { in CheckBitwiseOperands() argument
9532 return CheckVectorOperands(LHS, RHS, Loc, IsCompAssign, in CheckBitwiseOperands()
9540 IsCompAssign); in CheckBitwiseOperands()