Searched refs:getLongWidth (Results 1 – 8 of 8) sorted by relevance
460 if (TI.getPointerWidth(0) == 64 && TI.getLongWidth() == 64 in InitializePredefinedMacros()481 DefineTypeSizeof("__SIZEOF_LONG__", TI.getLongWidth(), TI, Builder); in InitializePredefinedMacros()539 if (TI.getLongWidth() > TI.getIntWidth()) in InitializePredefinedMacros()542 if (TI.getLongLongWidth() > TI.getLongWidth()) in InitializePredefinedMacros()
140 case UnsignedLong: return getLongWidth(); in getTypeWidth()
3759 Builder.defineMacro("_MIPS_SZLONG", Twine(getLongWidth())); in getTargetDefines()
247 unsigned getLongWidth() const { return LongWidth; } in getLongWidth() function
3324 if (S.Context.getTargetInfo().getLongWidth() == 64) in handleModeAttr()3329 if (S.Context.getTargetInfo().getLongWidth() == 64) in handleModeAttr()
10887 BestWidth = Context.getTargetInfo().getLongWidth(); in ActOnEnumBody()10919 (BestWidth = Context.getTargetInfo().getLongWidth())) { in ActOnEnumBody()
2812 unsigned LongSize = Context.getTargetInfo().getLongWidth(); in ActOnNumericConstant()9605 else if (pw == Context.getTargetInfo().getLongWidth()) in ActOnGNUNullExpr()
1297 Width = Target->getLongWidth(); in getTypeInfoImpl()