Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaExpr.cpp10220 QualType OtherIntTy) { in canConvertIntToOtherIntTy() argument
10228 int Order = S.Context.getIntegerTypeOrder(OtherIntTy, IntTy); in canConvertIntToOtherIntTy()
10230 bool OtherIntSigned = OtherIntTy->hasSignedIntegerRepresentation(); in canConvertIntToOtherIntTy()
10240 if (Order < 0 && S.Context.getIntWidth(OtherIntTy) < NumBits) in canConvertIntToOtherIntTy()
10247 NumBits > S.Context.getIntWidth(OtherIntTy)); in canConvertIntToOtherIntTy()