Lines Matching refs:IsCompAssign

1054                                              bool IsCompAssign) {  in handleComplexFloatConversion()  argument
1060 /*skipCast*/IsCompAssign)) in handleComplexFloatConversion()
1088 if (!IsCompAssign) { in handleComplexFloatConversion()
1140 QualType RHSType, bool IsCompAssign) { in handleFloatConversion() argument
1150 else if (!IsCompAssign) in handleFloatConversion()
1165 if (!IsCompAssign) in handleFloatConversion()
1176 /*ConvertFloat=*/!IsCompAssign, in handleFloatConversion()
1182 /*ConvertInt=*/!IsCompAssign); in handleFloatConversion()
1246 QualType RHSType, bool IsCompAssign) { in handleIntegerConversion() argument
1256 } else if (!IsCompAssign) in handleIntegerConversion()
1265 } else if (!IsCompAssign) in handleIntegerConversion()
1275 } else if (!IsCompAssign) in handleIntegerConversion()
1286 if (!IsCompAssign) in handleIntegerConversion()
1297 bool IsCompAssign) { in handleComplexIntConversion() argument
1306 (S, LHS, RHS, LHSEltType, RHSEltType, IsCompAssign); in handleComplexIntConversion()
1315 (S, LHS, RHS, LHSEltType, RHSType, IsCompAssign); in handleComplexIntConversion()
1328 (S, LHS, RHS, LHSType, RHSEltType, IsCompAssign); in handleComplexIntConversion()
1331 if (!IsCompAssign) in handleComplexIntConversion()
1439 bool IsCompAssign = ACK == Sema::ACK_CompAssign; in checkEnumArithmeticConversions() local
1440 if ((!IsCompAssign && LEnum && R->isFloatingType()) || in checkEnumArithmeticConversions()
1447 } else if (!IsCompAssign && LEnum && REnum && in checkEnumArithmeticConversions()
9968 SourceLocation Loc, bool IsCompAssign, in CheckVectorOperands() argument
9971 if (!IsCompAssign) { in CheckVectorOperands()
10012 if (!IsCompAssign) in CheckVectorOperands()
10030 if (!IsCompAssign && in CheckVectorOperands()
10093 if (!tryVectorConvertAndSplat(*this, (IsCompAssign ? nullptr : &LHS), in CheckVectorOperands()
10115 if (!IsCompAssign) { in CheckVectorOperands()
10279 bool IsCompAssign, bool IsDiv) { in CheckMultiplyDivideOperands() argument
10285 return CheckVectorOperands(LHS, RHS, Loc, IsCompAssign, in CheckMultiplyDivideOperands()
10290 return CheckMatrixMultiplyOperands(LHS, RHS, Loc, IsCompAssign); in CheckMultiplyDivideOperands()
10294 return CheckMatrixElementwiseOperands(LHS, RHS, Loc, IsCompAssign); in CheckMultiplyDivideOperands()
10297 LHS, RHS, Loc, IsCompAssign ? ACK_CompAssign : ACK_Arithmetic); in CheckMultiplyDivideOperands()
10312 ExprResult &LHS, ExprResult &RHS, SourceLocation Loc, bool IsCompAssign) { in CheckRemainderOperands() argument
10319 return CheckVectorOperands(LHS, RHS, Loc, IsCompAssign, in CheckRemainderOperands()
10326 LHS, RHS, Loc, IsCompAssign ? ACK_CompAssign : ACK_Arithmetic); in CheckRemainderOperands()
10926 SourceLocation Loc, bool IsCompAssign) { in checkVectorShift() argument
10936 if (!IsCompAssign) { in checkVectorShift()
10970 if (IsCompAssign) in checkVectorShift()
11013 bool IsCompAssign) { in CheckShiftOperands() argument
11030 return checkVectorShift(*this, LHS, RHS, Loc, IsCompAssign); in CheckShiftOperands()
11043 if (IsCompAssign) LHS = OldLHS; in CheckShiftOperands()
12347 bool IsCompAssign) { in CheckMatrixElementwiseOperands() argument
12348 if (!IsCompAssign) { in CheckMatrixElementwiseOperands()
12393 bool IsCompAssign) { in CheckMatrixMultiplyOperands() argument
12394 if (!IsCompAssign) { in CheckMatrixMultiplyOperands()
12419 return CheckMatrixElementwiseOperands(LHS, RHS, Loc, IsCompAssign); in CheckMatrixMultiplyOperands()
12427 bool IsCompAssign = in CheckBitwiseOperands() local
12434 return CheckVectorOperands(LHS, RHS, Loc, IsCompAssign, in CheckBitwiseOperands()
12449 LHSResult, RHSResult, Loc, IsCompAssign ? ACK_CompAssign : ACK_BitwiseOp); in CheckBitwiseOperands()
13875 bool IsCompAssign, SourceLocation OpLoc, in convertHalfVecBinOp() argument
13893 if (IsCompAssign) in convertHalfVecBinOp()