Searched refs:getLongWidth (Results 1 – 12 of 12) sorted by relevance
1090 if (TI.getPointerWidth(LangAS::Default) == 64 && TI.getLongWidth() == 64 && in InitializePredefinedMacros()1096 if (TI.getPointerWidth(LangAS::Default) == 32 && TI.getLongWidth() == 32 && in InitializePredefinedMacros()1109 Builder.defineMacro("__LONG_WIDTH__", Twine(TI.getLongWidth())); in InitializePredefinedMacros()1138 DefineTypeSizeof("__SIZEOF_LONG__", TI.getLongWidth(), TI, Builder); in InitializePredefinedMacros()1264 if (TI.getLongWidth() > TI.getIntWidth()) in InitializePredefinedMacros()1267 if (TI.getLongLongWidth() > TI.getLongWidth()) in InitializePredefinedMacros()1286 if (TI.getLongWidth() > TI.getIntWidth()) { in InitializePredefinedMacros()1292 if (TI.getLongLongWidth() > TI.getLongWidth()) { in InitializePredefinedMacros()
280 case UnsignedLong: return getLongWidth(); in getTypeWidth()294 if (getLongWidth() == BitWidth) in getIntTypeByWidth()309 if (getLongWidth() >= BitWidth) in getLeastIntTypeByWidth()
191 Builder.defineMacro("_MIPS_SZLONG", Twine(getLongWidth())); in getTargetDefines()
118 LongWidth = HostTarget->getLongWidth(); in NVPTXTargetInfo()
124 LongWidth = HostTarget->getLongWidth(); in BaseSPIRTargetInfo()
514 unsigned getLongWidth() const { return LongWidth; } in getLongWidth() function
51 unsigned LongWidth = TI.getLongWidth(); in getLongPrimType()
2048 Width = Target->getLongWidth(); in getTypeInfoImpl()8445 return C->getTargetInfo().getLongWidth() == 32 ? 'L' : 'Q'; in getObjCEncodingForPrimitiveType()8455 return C->getTargetInfo().getLongWidth() == 32 ? 'l' : 'q'; in getObjCEncodingForPrimitiveType()11705 if (Context.getTargetInfo().getLongWidth() == 32) in DecodeTypeFromStr()
4411 TI.getPointerWidth(LangAS::Default) > TI.getLongWidth()) in BuildVMIClassTypeInfo()
6346 Context.getTargetInfo().getLongWidth()); in GetAddrOfConstantCFString()
19941 BestWidth = Context.getTargetInfo().getLongWidth(); in ActOnEnumBody()19973 (BestWidth = Context.getTargetInfo().getLongWidth())) { in ActOnEnumBody()
3995 unsigned LongSize = Context.getTargetInfo().getLongWidth(); in ActOnNumericConstant()16449 else if (pw == Context.getTargetInfo().getLongWidth()) in ActOnGNUNullExpr()