Lines Matching refs:getIntWidth
1283 } else if (S.Context.getIntWidth(LHSType) != S.Context.getIntWidth(RHSType)) { in handleIntegerConversion()
1896 llvm::APInt Len(Context.getIntWidth(SizeType), Literal.GetNumStringChars()); in ActOnStringLiteral()
1916 unsigned CharBits = Context.getIntWidth(CharTy); in ActOnStringLiteral()
3617 unsigned IntSize = Context.getTargetInfo().getIntWidth(); in ActOnIntegerConstant()
3787 unsigned CharBits = Context.getIntWidth(Context.CharTy); in ActOnNumericConstant()
3962 unsigned IntSize = Context.getTargetInfo().getIntWidth(); in ActOnNumericConstant()
9882 if (Order < 0 && S.Context.getIntWidth(OtherIntTy) < NumBits) in canConvertIntToOtherIntTy()
9889 NumBits > S.Context.getIntWidth(OtherIntTy)); in canConvertIntToOtherIntTy()
9919 llvm::APSInt ConvertBack(S.Context.getIntWidth(IntTy), in canConvertIntTyToFloatTy()
10943 LeftSize = S.Context.getIntWidth(LHSExprType); in DiagnoseBadShiftValues()
14762 return Ctx.getIntWidth(T) >= Ctx.getIntWidth(Ctx.IntTy); in isOverflowingIntegerType()
15902 if (pw == Context.getTargetInfo().getIntWidth()) in ActOnGNUNullExpr()