Searched refs:OtherIntTy (Results 1 – 1 of 1) sorted by relevance
9798 QualType OtherIntTy) { in canConvertIntToOtherIntTy() argument9806 int Order = S.Context.getIntegerTypeOrder(OtherIntTy, IntTy); in canConvertIntToOtherIntTy()9808 bool OtherIntSigned = OtherIntTy->hasSignedIntegerRepresentation(); in canConvertIntToOtherIntTy()9818 if (Order < 0 && S.Context.getIntWidth(OtherIntTy) < NumBits) in canConvertIntToOtherIntTy()9825 NumBits > S.Context.getIntWidth(OtherIntTy)); in canConvertIntToOtherIntTy()