Searched refs:getLongWidth (Results 1 – 12 of 12) sorted by relevance
1000 if (TI.getPointerWidth(LangAS::Default) == 64 && TI.getLongWidth() == 64 && in InitializePredefinedMacros()1006 if (TI.getPointerWidth(LangAS::Default) == 32 && TI.getLongWidth() == 32 && in InitializePredefinedMacros()1019 Builder.defineMacro("__LONG_WIDTH__", Twine(TI.getLongWidth())); in InitializePredefinedMacros()1048 DefineTypeSizeof("__SIZEOF_LONG__", TI.getLongWidth(), TI, Builder); in InitializePredefinedMacros()1130 if (TI.getLongWidth() > TI.getIntWidth()) in InitializePredefinedMacros()1133 if (TI.getLongLongWidth() > TI.getLongWidth()) in InitializePredefinedMacros()1152 if (TI.getLongWidth() > TI.getIntWidth()) { in InitializePredefinedMacros()1158 if (TI.getLongLongWidth() > TI.getLongWidth()) { in InitializePredefinedMacros()
279 case UnsignedLong: return getLongWidth(); in getTypeWidth()293 if (getLongWidth() == BitWidth) in getIntTypeByWidth()308 if (getLongWidth() >= BitWidth) in getLeastIntTypeByWidth()
191 Builder.defineMacro("_MIPS_SZLONG", Twine(getLongWidth())); in getTargetDefines()
114 LongWidth = HostTarget->getLongWidth(); in NVPTXTargetInfo()
124 LongWidth = HostTarget->getLongWidth(); in BaseSPIRTargetInfo()
505 unsigned getLongWidth() const { return LongWidth; } in getLongWidth() function
39 unsigned LongWidth = TI.getLongWidth(); in getLongPrimType()
2015 Width = Target->getLongWidth(); in getTypeInfoImpl()7989 return C->getTargetInfo().getLongWidth() == 32 ? 'L' : 'Q'; in getObjCEncodingForPrimitiveType()7999 return C->getTargetInfo().getLongWidth() == 32 ? 'l' : 'q'; in getObjCEncodingForPrimitiveType()11226 if (Context.getTargetInfo().getLongWidth() == 32) in DecodeTypeFromStr()
4136 TI.getPointerWidth(LangAS::Default) > TI.getLongWidth()) in BuildVMIClassTypeInfo()
6201 Context.getTargetInfo().getLongWidth()); in GetAddrOfConstantCFString()
20271 BestWidth = Context.getTargetInfo().getLongWidth(); in ActOnEnumBody()20303 (BestWidth = Context.getTargetInfo().getLongWidth())) { in ActOnEnumBody()
4255 unsigned LongSize = Context.getTargetInfo().getLongWidth(); in ActOnNumericConstant()17459 else if (pw == Context.getTargetInfo().getLongWidth()) in ActOnGNUNullExpr()