Searched refs:compType (Results 1 – 1 of 1) sorted by relevance
10296 QualType compType = UsualArithmeticConversions( in CheckMultiplyDivideOperands() local10302 if (compType.isNull() || !compType->isArithmeticType()) in CheckMultiplyDivideOperands()10308 return compType; in CheckMultiplyDivideOperands()10325 QualType compType = UsualArithmeticConversions( in CheckRemainderOperands() local10330 if (compType.isNull() || !compType->isIntegerType()) in CheckRemainderOperands()10333 return compType; in CheckRemainderOperands()10606 QualType compType = CheckVectorOperands( in CheckAdditionOperands() local10610 if (CompLHSTy) *CompLHSTy = compType; in CheckAdditionOperands()10611 return compType; in CheckAdditionOperands()10616 QualType compType = in CheckAdditionOperands() local[all …]