Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaExpr.cpp9798 QualType OtherIntTy) { in canConvertIntToOtherIntTy() argument
9806 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()