Lines Matching refs:getIntWidth
1316 } else if (S.Context.getIntWidth(LHSType) != S.Context.getIntWidth(RHSType)) { in handleIntegerConversion()
2139 llvm::APInt Len(Context.getIntWidth(SizeType), Literal.GetNumStringChars()); in ActOnStringLiteral()
2159 unsigned CharBits = Context.getIntWidth(CharTy); in ActOnStringLiteral()
3579 unsigned IntSize = Context.getTargetInfo().getIntWidth(); in ActOnIntegerConstant()
3757 unsigned CharBits = Context.getIntWidth(Context.CharTy); in ActOnNumericConstant()
3980 unsigned IntSize = Context.getTargetInfo().getIntWidth(); in ActOnNumericConstant()
9909 if (Order < 0 && S.Context.getIntWidth(OtherIntTy) < NumBits) in canConvertIntToOtherIntTy()
9916 NumBits > S.Context.getIntWidth(OtherIntTy)); in canConvertIntToOtherIntTy()
9946 llvm::APSInt ConvertBack(S.Context.getIntWidth(IntTy), in canConvertIntTyToFloatTy()
11147 LeftSize = S.Context.getIntWidth(LHSExprType); in DiagnoseBadShiftValues()
15274 return Ctx.getIntWidth(T) >= Ctx.getIntWidth(Ctx.IntTy); in isOverflowingIntegerType()
16447 if (pw == Context.getTargetInfo().getIntWidth()) in ActOnGNUNullExpr()