Searched refs:getLongWidth (Results 1 – 8 of 8) sorted by relevance
462 DefineTypeSizeof("__SIZEOF_LONG__", TI.getLongWidth(), TI, Builder); in InitializePredefinedMacros()517 if (TI.getLongWidth() > TI.getIntWidth()) in InitializePredefinedMacros()520 if (TI.getLongLongWidth() > TI.getLongWidth()) in InitializePredefinedMacros()
139 case UnsignedLong: return getLongWidth(); in getTypeWidth()
1897 if (getLongWidth() == 64) { in getTargetDefines()3487 Builder.defineMacro("_MIPS_SZLONG", Twine(getLongWidth())); in getArchDefines()
214 unsigned getLongWidth() const { return LongWidth; } in getLongWidth() function
2781 if (S.Context.getTargetInfo().getLongWidth() == 64) in handleModeAttr()2786 if (S.Context.getTargetInfo().getLongWidth() == 64) in handleModeAttr()
10255 BestWidth = Context.getTargetInfo().getLongWidth(); in ActOnEnumBody()10287 (BestWidth = Context.getTargetInfo().getLongWidth())) { in ActOnEnumBody()
2685 unsigned LongSize = Context.getTargetInfo().getLongWidth(); in ActOnNumericConstant()9233 else if (pw == Context.getTargetInfo().getLongWidth()) in ActOnGNUNullExpr()
932 Width = Target->getLongWidth(); in getTypeInfoImpl()