Lines Matching refs:IsCompAssign
1069 bool IsCompAssign) { in handleComplexFloatConversion() argument
1075 /*skipCast*/IsCompAssign)) in handleComplexFloatConversion()
1103 if (!IsCompAssign) { in handleComplexFloatConversion()
1155 QualType RHSType, bool IsCompAssign) { in handleFloatConversion() argument
1165 else if (!IsCompAssign) in handleFloatConversion()
1180 if (!IsCompAssign) in handleFloatConversion()
1191 /*ConvertFloat=*/!IsCompAssign, in handleFloatConversion()
1197 /*ConvertInt=*/!IsCompAssign); in handleFloatConversion()
1261 QualType RHSType, bool IsCompAssign) { in handleIntegerConversion() argument
1271 } else if (!IsCompAssign) in handleIntegerConversion()
1280 } else if (!IsCompAssign) in handleIntegerConversion()
1290 } else if (!IsCompAssign) in handleIntegerConversion()
1301 if (!IsCompAssign) in handleIntegerConversion()
1312 bool IsCompAssign) { in handleComplexIntConversion() argument
1321 (S, LHS, RHS, LHSEltType, RHSEltType, IsCompAssign); in handleComplexIntConversion()
1330 (S, LHS, RHS, LHSEltType, RHSType, IsCompAssign); in handleComplexIntConversion()
1343 (S, LHS, RHS, LHSType, RHSEltType, IsCompAssign); in handleComplexIntConversion()
1346 if (!IsCompAssign) in handleComplexIntConversion()
1454 bool IsCompAssign = ACK == Sema::ACK_CompAssign; in checkEnumArithmeticConversions() local
1455 if ((!IsCompAssign && LEnum && R->isFloatingType()) || in checkEnumArithmeticConversions()
1462 } else if (!IsCompAssign && LEnum && REnum && in checkEnumArithmeticConversions()
10032 SourceLocation Loc, bool IsCompAssign, in CheckVectorOperands() argument
10035 if (!IsCompAssign) { in CheckVectorOperands()
10076 if (!IsCompAssign) in CheckVectorOperands()
10094 if (!IsCompAssign && in CheckVectorOperands()
10157 if (!tryVectorConvertAndSplat(*this, (IsCompAssign ? nullptr : &LHS), in CheckVectorOperands()
10179 if (!IsCompAssign) { in CheckVectorOperands()
10343 bool IsCompAssign, bool IsDiv) { in CheckMultiplyDivideOperands() argument
10349 return CheckVectorOperands(LHS, RHS, Loc, IsCompAssign, in CheckMultiplyDivideOperands()
10354 return CheckMatrixMultiplyOperands(LHS, RHS, Loc, IsCompAssign); in CheckMultiplyDivideOperands()
10358 return CheckMatrixElementwiseOperands(LHS, RHS, Loc, IsCompAssign); in CheckMultiplyDivideOperands()
10361 LHS, RHS, Loc, IsCompAssign ? ACK_CompAssign : ACK_Arithmetic); in CheckMultiplyDivideOperands()
10376 ExprResult &LHS, ExprResult &RHS, SourceLocation Loc, bool IsCompAssign) { in CheckRemainderOperands() argument
10383 return CheckVectorOperands(LHS, RHS, Loc, IsCompAssign, in CheckRemainderOperands()
10390 LHS, RHS, Loc, IsCompAssign ? ACK_CompAssign : ACK_Arithmetic); in CheckRemainderOperands()
11015 SourceLocation Loc, bool IsCompAssign) { in checkVectorShift() argument
11025 if (!IsCompAssign) { in checkVectorShift()
11059 if (IsCompAssign) in checkVectorShift()
11102 bool IsCompAssign) { in CheckShiftOperands() argument
11119 return checkVectorShift(*this, LHS, RHS, Loc, IsCompAssign); in CheckShiftOperands()
11132 if (IsCompAssign) LHS = OldLHS; in CheckShiftOperands()
12468 bool IsCompAssign) { in CheckMatrixElementwiseOperands() argument
12469 if (!IsCompAssign) { in CheckMatrixElementwiseOperands()
12514 bool IsCompAssign) { in CheckMatrixMultiplyOperands() argument
12515 if (!IsCompAssign) { in CheckMatrixMultiplyOperands()
12540 return CheckMatrixElementwiseOperands(LHS, RHS, Loc, IsCompAssign); in CheckMatrixMultiplyOperands()
12548 bool IsCompAssign = in CheckBitwiseOperands() local
12555 return CheckVectorOperands(LHS, RHS, Loc, IsCompAssign, in CheckBitwiseOperands()
12570 LHSResult, RHSResult, Loc, IsCompAssign ? ACK_CompAssign : ACK_BitwiseOp); in CheckBitwiseOperands()
13996 bool IsCompAssign, SourceLocation OpLoc, in convertHalfVecBinOp() argument
14014 if (IsCompAssign) in convertHalfVecBinOp()