Lines Matching refs:getIntWidth
1332 } else if (S.Context.getIntWidth(LHSType) != S.Context.getIntWidth(RHSType)) { in handleIntegerConversion()
2152 llvm::APInt Len(Context.getIntWidth(SizeType), Literal.GetNumStringChars()); in ActOnStringLiteral()
2172 unsigned CharBits = Context.getIntWidth(CharTy); in ActOnStringLiteral()
3860 unsigned IntSize = Context.getTargetInfo().getIntWidth(); in ActOnIntegerConstant()
4031 unsigned CharBits = Context.getIntWidth(Context.CharTy); in ActOnNumericConstant()
4240 unsigned IntSize = Context.getTargetInfo().getIntWidth(); in ActOnNumericConstant()
10907 if (Order < 0 && S.Context.getIntWidth(OtherIntTy) < NumBits) in canConvertIntToOtherIntTy()
10914 NumBits > S.Context.getIntWidth(OtherIntTy)); in canConvertIntToOtherIntTy()
10944 llvm::APSInt ConvertBack(S.Context.getIntWidth(IntTy), in canConvertIntTyToFloatTy()
12128 LeftSize = S.Context.getIntWidth(LHSExprType); in DiagnoseBadShiftValues()
16278 return Ctx.getIntWidth(T) >= Ctx.getIntWidth(Ctx.IntTy); in isOverflowingIntegerType()
17457 if (pw == Context.getTargetInfo().getIntWidth()) in ActOnGNUNullExpr()