Searched refs:OtherIntTy (Results 1 – 1 of 1) sorted by relevance
10081 QualType OtherIntTy) { in canConvertIntToOtherIntTy() argument10092 int Order = S.Context.getIntegerTypeOrder(OtherIntTy, IntTy); in canConvertIntToOtherIntTy()10094 bool OtherIntSigned = OtherIntTy->hasSignedIntegerRepresentation(); in canConvertIntToOtherIntTy()10104 if (Order < 0 && S.Context.getIntWidth(OtherIntTy) < NumBits) in canConvertIntToOtherIntTy()10111 NumBits > S.Context.getIntWidth(OtherIntTy)); in canConvertIntToOtherIntTy()