Searched refs:OtherIntTy (Results 1 – 1 of 1) sorted by relevance
10887 QualType OtherIntTy) { in canConvertIntToOtherIntTy() argument10895 int Order = S.Context.getIntegerTypeOrder(OtherIntTy, IntTy); in canConvertIntToOtherIntTy()10897 bool OtherIntSigned = OtherIntTy->hasSignedIntegerRepresentation(); in canConvertIntToOtherIntTy()10907 if (Order < 0 && S.Context.getIntWidth(OtherIntTy) < NumBits) in canConvertIntToOtherIntTy()10914 NumBits > S.Context.getIntWidth(OtherIntTy)); in canConvertIntToOtherIntTy()