Lines Matching refs:getIntWidth
1312 } else if (S.Context.getIntWidth(LHSType) != S.Context.getIntWidth(RHSType)) { in handleIntegerConversion()
1954 llvm::APInt Len(Context.getIntWidth(SizeType), Literal.GetNumStringChars()); in ActOnStringLiteral()
1974 unsigned CharBits = Context.getIntWidth(CharTy); in ActOnStringLiteral()
3683 unsigned IntSize = Context.getTargetInfo().getIntWidth(); in ActOnIntegerConstant()
3854 unsigned CharBits = Context.getIntWidth(Context.CharTy); in ActOnNumericConstant()
4063 unsigned IntSize = Context.getTargetInfo().getIntWidth(); in ActOnNumericConstant()
10501 if (Order < 0 && S.Context.getIntWidth(OtherIntTy) < NumBits) in canConvertIntToOtherIntTy()
10508 NumBits > S.Context.getIntWidth(OtherIntTy)); in canConvertIntToOtherIntTy()
10538 llvm::APSInt ConvertBack(S.Context.getIntWidth(IntTy), in canConvertIntTyToFloatTy()
11694 LeftSize = S.Context.getIntWidth(LHSExprType); in DiagnoseBadShiftValues()
15782 return Ctx.getIntWidth(T) >= Ctx.getIntWidth(Ctx.IntTy); in isOverflowingIntegerType()
16939 if (pw == Context.getTargetInfo().getIntWidth()) in ActOnGNUNullExpr()