Searched refs:compType (Results 1 – 1 of 1) sorted by relevance
6762 QualType compType = UsualArithmeticConversions(LHS, RHS, IsCompAssign); in CheckMultiplyDivideOperands() local6767 if (compType.isNull() || !compType->isArithmeticType()) in CheckMultiplyDivideOperands()6778 return compType; in CheckMultiplyDivideOperands()6793 QualType compType = UsualArithmeticConversions(LHS, RHS, IsCompAssign); in CheckRemainderOperands() local6797 if (compType.isNull() || !compType->isIntegerType()) in CheckRemainderOperands()6808 return compType; in CheckRemainderOperands()7055 QualType compType = CheckVectorOperands(LHS, RHS, Loc, CompLHSTy); in CheckAdditionOperands() local7056 if (CompLHSTy) *CompLHSTy = compType; in CheckAdditionOperands()7057 return compType; in CheckAdditionOperands()7060 QualType compType = UsualArithmeticConversions(LHS, RHS, CompLHSTy); in CheckAdditionOperands() local[all …]