Home
last modified time | relevance | path

Searched refs:OtherIntTy (Results 1 – 1 of 1) sorted by relevance

/external/llvm-project/clang/lib/Sema/
DSemaExpr.cpp9698 QualType OtherIntTy) { in canConvertIntToOtherIntTy() argument
9706 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()