Searched refs:compType (Results 1 – 1 of 1) sorted by relevance
7080 QualType compType = UsualArithmeticConversions(LHS, RHS, IsCompAssign); in CheckMultiplyDivideOperands() local7085 if (compType.isNull() || !compType->isArithmeticType()) in CheckMultiplyDivideOperands()7096 return compType; in CheckMultiplyDivideOperands()7111 QualType compType = UsualArithmeticConversions(LHS, RHS, IsCompAssign); in CheckRemainderOperands() local7115 if (compType.isNull() || !compType->isIntegerType()) in CheckRemainderOperands()7126 return compType; in CheckRemainderOperands()7386 QualType compType = CheckVectorOperands(LHS, RHS, Loc, CompLHSTy); in CheckAdditionOperands() local7387 if (CompLHSTy) *CompLHSTy = compType; in CheckAdditionOperands()7388 return compType; in CheckAdditionOperands()7391 QualType compType = UsualArithmeticConversions(LHS, RHS, CompLHSTy); in CheckAdditionOperands() local[all …]