Lines Matching refs:IsCompAssign
1057 bool IsCompAssign) { in handleComplexFloatConversion() argument
1063 /*skipCast*/IsCompAssign)) in handleComplexFloatConversion()
1091 if (!IsCompAssign) { in handleComplexFloatConversion()
1143 QualType RHSType, bool IsCompAssign) { in handleFloatConversion() argument
1153 else if (!IsCompAssign) in handleFloatConversion()
1168 if (!IsCompAssign) in handleFloatConversion()
1179 /*ConvertFloat=*/!IsCompAssign, in handleFloatConversion()
1185 /*ConvertInt=*/!IsCompAssign); in handleFloatConversion()
1249 QualType RHSType, bool IsCompAssign) { in handleIntegerConversion() argument
1259 } else if (!IsCompAssign) in handleIntegerConversion()
1268 } else if (!IsCompAssign) in handleIntegerConversion()
1278 } else if (!IsCompAssign) in handleIntegerConversion()
1289 if (!IsCompAssign) in handleIntegerConversion()
1300 bool IsCompAssign) { in handleComplexIntConversion() argument
1309 (S, LHS, RHS, LHSEltType, RHSEltType, IsCompAssign); in handleComplexIntConversion()
1318 (S, LHS, RHS, LHSEltType, RHSType, IsCompAssign); in handleComplexIntConversion()
1331 (S, LHS, RHS, LHSType, RHSEltType, IsCompAssign); in handleComplexIntConversion()
1334 if (!IsCompAssign) in handleComplexIntConversion()
1442 bool IsCompAssign = ACK == Sema::ACK_CompAssign; in checkEnumArithmeticConversions() local
1443 if ((!IsCompAssign && LEnum && R->isFloatingType()) || in checkEnumArithmeticConversions()
1450 } else if (!IsCompAssign && LEnum && REnum && in checkEnumArithmeticConversions()
9868 SourceLocation Loc, bool IsCompAssign, in CheckVectorOperands() argument
9871 if (!IsCompAssign) { in CheckVectorOperands()
9912 if (!IsCompAssign) in CheckVectorOperands()
9930 if (!IsCompAssign && in CheckVectorOperands()
9993 if (!tryVectorConvertAndSplat(*this, (IsCompAssign ? nullptr : &LHS), in CheckVectorOperands()
10015 if (!IsCompAssign) { in CheckVectorOperands()
10179 bool IsCompAssign, bool IsDiv) { in CheckMultiplyDivideOperands() argument
10184 return CheckVectorOperands(LHS, RHS, Loc, IsCompAssign, in CheckMultiplyDivideOperands()
10189 return CheckMatrixMultiplyOperands(LHS, RHS, Loc, IsCompAssign); in CheckMultiplyDivideOperands()
10192 LHS, RHS, Loc, IsCompAssign ? ACK_CompAssign : ACK_Arithmetic); in CheckMultiplyDivideOperands()
10207 ExprResult &LHS, ExprResult &RHS, SourceLocation Loc, bool IsCompAssign) { in CheckRemainderOperands() argument
10214 return CheckVectorOperands(LHS, RHS, Loc, IsCompAssign, in CheckRemainderOperands()
10221 LHS, RHS, Loc, IsCompAssign ? ACK_CompAssign : ACK_Arithmetic); in CheckRemainderOperands()
10813 SourceLocation Loc, bool IsCompAssign) { in checkVectorShift() argument
10823 if (!IsCompAssign) { in checkVectorShift()
10857 if (IsCompAssign) in checkVectorShift()
10900 bool IsCompAssign) { in CheckShiftOperands() argument
10917 return checkVectorShift(*this, LHS, RHS, Loc, IsCompAssign); in CheckShiftOperands()
10930 if (IsCompAssign) LHS = OldLHS; in CheckShiftOperands()
12229 bool IsCompAssign) { in CheckMatrixElementwiseOperands() argument
12230 if (!IsCompAssign) { in CheckMatrixElementwiseOperands()
12275 bool IsCompAssign) { in CheckMatrixMultiplyOperands() argument
12276 if (!IsCompAssign) { in CheckMatrixMultiplyOperands()
12301 return CheckMatrixElementwiseOperands(LHS, RHS, Loc, IsCompAssign); in CheckMatrixMultiplyOperands()
12309 bool IsCompAssign = in CheckBitwiseOperands() local
12316 return CheckVectorOperands(LHS, RHS, Loc, IsCompAssign, in CheckBitwiseOperands()
12331 LHSResult, RHSResult, Loc, IsCompAssign ? ACK_CompAssign : ACK_BitwiseOp); in CheckBitwiseOperands()
13756 bool IsCompAssign, SourceLocation OpLoc, in convertHalfVecBinOp() argument
13774 if (IsCompAssign) in convertHalfVecBinOp()