Searched refs:getLongLongWidth (Results 1 – 6 of 6) sorted by relevance
142 case UnsignedLongLong: return getLongLongWidth(); in getTypeWidth()
483 DefineTypeSizeof("__SIZEOF_LONG_LONG__", TI.getLongLongWidth(), TI, Builder); in InitializePredefinedMacros()542 if (TI.getLongLongWidth() > TI.getLongWidth()) in InitializePredefinedMacros()
252 unsigned getLongLongWidth() const { return LongLongWidth; } in getLongLongWidth() function
2690 llvm::APInt ResultVal(Context.getTargetInfo().getLongLongWidth(), 0); in ActOnNumericConstant()2827 unsigned LongLongSize = Context.getTargetInfo().getLongLongWidth(); in ActOnNumericConstant()2858 Width = Context.getTargetInfo().getLongLongWidth(); in ActOnNumericConstant()9607 else if (pw == Context.getTargetInfo().getLongLongWidth()) in ActOnGNUNullExpr()
10892 BestWidth = Context.getTargetInfo().getLongLongWidth(); in ActOnEnumBody()10925 BestWidth = Context.getTargetInfo().getLongLongWidth(); in ActOnEnumBody()
1302 Width = Target->getLongLongWidth(); in getTypeInfoImpl()