Searched refs:getLongWidth (Results 1 – 7 of 7) sorted by relevance
633 if (TI.getPointerWidth(0) == 64 && TI.getLongWidth() == 64 in InitializePredefinedMacros()639 if (TI.getPointerWidth(0) == 32 && TI.getLongWidth() == 32 in InitializePredefinedMacros()666 DefineTypeSizeof("__SIZEOF_LONG__", TI.getLongWidth(), TI, Builder); in InitializePredefinedMacros()744 if (TI.getLongWidth() > TI.getIntWidth()) in InitializePredefinedMacros()747 if (TI.getLongLongWidth() > TI.getLongWidth()) in InitializePredefinedMacros()766 if (TI.getLongWidth() > TI.getIntWidth()) { in InitializePredefinedMacros()772 if (TI.getLongLongWidth() > TI.getLongWidth()) { in InitializePredefinedMacros()
176 case UnsignedLong: return getLongWidth(); in getTypeWidth()190 if (getLongWidth() == BitWidth) in getIntTypeByWidth()205 if (getLongWidth() >= BitWidth) in getLeastIntTypeByWidth()
6586 Builder.defineMacro("_MIPS_SZLONG", Twine(getLongWidth())); in getTargetDefines()
310 unsigned getLongWidth() const { return LongWidth; } in getLongWidth() function
1636 Width = Target->getLongWidth(); in getTypeInfoImpl()5394 return C->getTargetInfo().getLongWidth() == 32 ? 'L' : 'Q'; in getObjCEncodingForPrimitiveKind()5404 return C->getTargetInfo().getLongWidth() == 32 ? 'l' : 'q'; in getObjCEncodingForPrimitiveKind()
14421 BestWidth = Context.getTargetInfo().getLongWidth(); in ActOnEnumBody()14453 (BestWidth = Context.getTargetInfo().getLongWidth())) { in ActOnEnumBody()
3381 unsigned LongSize = Context.getTargetInfo().getLongWidth(); in ActOnNumericConstant()11787 else if (pw == Context.getTargetInfo().getLongWidth()) in ActOnGNUNullExpr()