Searched refs:getLongWidth (Results 1 – 10 of 10) sorted by relevance
951 if (TI.getPointerWidth(LangAS::Default) == 64 && TI.getLongWidth() == 64 && in InitializePredefinedMacros()957 if (TI.getPointerWidth(LangAS::Default) == 32 && TI.getLongWidth() == 32 && in InitializePredefinedMacros()970 Builder.defineMacro("__LONG_WIDTH__", Twine(TI.getLongWidth())); in InitializePredefinedMacros()999 DefineTypeSizeof("__SIZEOF_LONG__", TI.getLongWidth(), TI, Builder); in InitializePredefinedMacros()1081 if (TI.getLongWidth() > TI.getIntWidth()) in InitializePredefinedMacros()1084 if (TI.getLongLongWidth() > TI.getLongWidth()) in InitializePredefinedMacros()1103 if (TI.getLongWidth() > TI.getIntWidth()) { in InitializePredefinedMacros()1109 if (TI.getLongLongWidth() > TI.getLongWidth()) { in InitializePredefinedMacros()
277 case UnsignedLong: return getLongWidth(); in getTypeWidth()291 if (getLongWidth() == BitWidth) in getIntTypeByWidth()306 if (getLongWidth() >= BitWidth) in getLeastIntTypeByWidth()
112 LongWidth = HostTarget->getLongWidth(); in NVPTXTargetInfo()
187 Builder.defineMacro("_MIPS_SZLONG", Twine(getLongWidth())); in getTargetDefines()
483 unsigned getLongWidth() const { return LongWidth; } in getLongWidth() function
2085 Width = Target->getLongWidth(); in getTypeInfoImpl()7978 return C->getTargetInfo().getLongWidth() == 32 ? 'L' : 'Q'; in getObjCEncodingForPrimitiveType()7988 return C->getTargetInfo().getLongWidth() == 32 ? 'l' : 'q'; in getObjCEncodingForPrimitiveType()11119 if (Context.getTargetInfo().getLongWidth() == 32) in DecodeTypeFromStr()
4062 TI.getPointerWidth(LangAS::Default) > TI.getLongWidth()) in BuildVMIClassTypeInfo()
5758 Context.getTargetInfo().getLongWidth()); in GetAddrOfConstantCFString()
19654 BestWidth = Context.getTargetInfo().getLongWidth(); in ActOnEnumBody()19686 (BestWidth = Context.getTargetInfo().getLongWidth())) { in ActOnEnumBody()
4078 unsigned LongSize = Context.getTargetInfo().getLongWidth(); in ActOnNumericConstant()16941 else if (pw == Context.getTargetInfo().getLongWidth()) in ActOnGNUNullExpr()