Searched refs:getLongLongWidth (Results 1 – 6 of 6) sorted by relevance
141 case UnsignedLongLong: return getLongLongWidth(); in getTypeWidth()
464 DefineTypeSizeof("__SIZEOF_LONG_LONG__", TI.getLongLongWidth(), TI, Builder); in InitializePredefinedMacros()520 if (TI.getLongLongWidth() > TI.getLongWidth()) in InitializePredefinedMacros()
219 unsigned getLongLongWidth() const { return LongLongWidth; } in getLongLongWidth() function
2568 llvm::APInt ResultVal(Context.getTargetInfo().getLongLongWidth(), 0); in ActOnNumericConstant()2700 unsigned LongLongSize = Context.getTargetInfo().getLongLongWidth(); in ActOnNumericConstant()2721 Width = Context.getTargetInfo().getLongLongWidth(); in ActOnNumericConstant()9235 else if (pw == Context.getTargetInfo().getLongLongWidth()) in ActOnGNUNullExpr()
10260 BestWidth = Context.getTargetInfo().getLongLongWidth(); in ActOnEnumBody()10293 BestWidth = Context.getTargetInfo().getLongLongWidth(); in ActOnEnumBody()
937 Width = Target->getLongLongWidth(); in getTypeInfoImpl()