Searched refs:OtherIntTy (Results 1 – 1 of 1) sorted by relevance
9698 QualType OtherIntTy) { in canConvertIntToOtherIntTy() argument9706 int Order = S.Context.getIntegerTypeOrder(OtherIntTy, IntTy); in canConvertIntToOtherIntTy()9708 bool OtherIntSigned = OtherIntTy->hasSignedIntegerRepresentation(); in canConvertIntToOtherIntTy()9718 if (Order < 0 && S.Context.getIntWidth(OtherIntTy) < NumBits) in canConvertIntToOtherIntTy()9725 NumBits > S.Context.getIntWidth(OtherIntTy)); in canConvertIntToOtherIntTy()