Searched refs:getLongWidth (Results 1 – 7 of 7) sorted by relevance
179 case UnsignedLong: return getLongWidth(); in getTypeWidth()193 if (getLongWidth() == BitWidth) in getIntTypeByWidth()208 if (getLongWidth() >= BitWidth) in getLeastIntTypeByWidth()
1736 LongWidth = HostTarget->getLongWidth(); in NVPTXTargetInfo()7369 Builder.defineMacro("_MIPS_SZLONG", Twine(getLongWidth())); in getTargetDefines()
666 if (TI.getPointerWidth(0) == 64 && TI.getLongWidth() == 64 in InitializePredefinedMacros()672 if (TI.getPointerWidth(0) == 32 && TI.getLongWidth() == 32 in InitializePredefinedMacros()699 DefineTypeSizeof("__SIZEOF_LONG__", TI.getLongWidth(), TI, Builder); in InitializePredefinedMacros()777 if (TI.getLongWidth() > TI.getIntWidth()) in InitializePredefinedMacros()780 if (TI.getLongLongWidth() > TI.getLongWidth()) in InitializePredefinedMacros()799 if (TI.getLongWidth() > TI.getIntWidth()) { in InitializePredefinedMacros()805 if (TI.getLongLongWidth() > TI.getLongWidth()) { in InitializePredefinedMacros()
321 unsigned getLongWidth() const { return LongWidth; } in getLongWidth() function
1631 Width = Target->getLongWidth(); in getTypeInfoImpl()5499 return C->getTargetInfo().getLongWidth() == 32 ? 'L' : 'Q'; in getObjCEncodingForPrimitiveKind()5509 return C->getTargetInfo().getLongWidth() == 32 ? 'l' : 'q'; in getObjCEncodingForPrimitiveKind()
14878 BestWidth = Context.getTargetInfo().getLongWidth(); in ActOnEnumBody()14910 (BestWidth = Context.getTargetInfo().getLongWidth())) { in ActOnEnumBody()
3457 unsigned LongSize = Context.getTargetInfo().getLongWidth(); in ActOnNumericConstant()12326 else if (pw == Context.getTargetInfo().getLongWidth()) in ActOnGNUNullExpr()