Searched refs:compType (Results 1 – 1 of 1) sorted by relevance
10360 QualType compType = UsualArithmeticConversions( in CheckMultiplyDivideOperands() local10366 if (compType.isNull() || !compType->isArithmeticType()) in CheckMultiplyDivideOperands()10372 return compType; in CheckMultiplyDivideOperands()10389 QualType compType = UsualArithmeticConversions( in CheckRemainderOperands() local10394 if (compType.isNull() || !compType->isIntegerType()) in CheckRemainderOperands()10397 return compType; in CheckRemainderOperands()10686 QualType compType = CheckVectorOperands( in CheckAdditionOperands() local10690 if (CompLHSTy) *CompLHSTy = compType; in CheckAdditionOperands()10691 return compType; in CheckAdditionOperands()10696 QualType compType = in CheckAdditionOperands() local[all …]