Lines Matching refs:getIntWidth
1268 } else if (S.Context.getIntWidth(LHSType) != S.Context.getIntWidth(RHSType)) { in handleIntegerConversion()
1886 llvm::APInt Len(Context.getIntWidth(SizeType), Literal.GetNumStringChars()); in ActOnStringLiteral()
1906 unsigned CharBits = Context.getIntWidth(CharTy); in ActOnStringLiteral()
3584 unsigned IntSize = Context.getTargetInfo().getIntWidth(); in ActOnIntegerConstant()
3754 unsigned CharBits = Context.getIntWidth(Context.CharTy); in ActOnNumericConstant()
3929 unsigned IntSize = Context.getTargetInfo().getIntWidth(); in ActOnNumericConstant()
9818 if (Order < 0 && S.Context.getIntWidth(OtherIntTy) < NumBits) in canConvertIntToOtherIntTy()
9825 NumBits > S.Context.getIntWidth(OtherIntTy)); in canConvertIntToOtherIntTy()
9855 llvm::APSInt ConvertBack(S.Context.getIntWidth(IntTy), in canConvertIntTyToFloatTy()
10854 LeftSize = S.Context.getIntWidth(LHSExprType); in DiagnoseBadShiftValues()
14641 return Ctx.getIntWidth(T) >= Ctx.getIntWidth(Ctx.IntTy); in isOverflowingIntegerType()
15743 if (pw == Context.getTargetInfo().getIntWidth()) in ActOnGNUNullExpr()