Searched refs:getLongWidth (Results 1 – 10 of 10) sorted by relevance
852 if (TI.getPointerWidth(0) == 64 && TI.getLongWidth() == 64 in InitializePredefinedMacros()858 if (TI.getPointerWidth(0) == 32 && TI.getLongWidth() == 32 in InitializePredefinedMacros()886 DefineTypeSizeof("__SIZEOF_LONG__", TI.getLongWidth(), TI, Builder); in InitializePredefinedMacros()966 if (TI.getLongWidth() > TI.getIntWidth()) in InitializePredefinedMacros()969 if (TI.getLongLongWidth() > TI.getLongWidth()) in InitializePredefinedMacros()988 if (TI.getLongWidth() > TI.getIntWidth()) { in InitializePredefinedMacros()994 if (TI.getLongLongWidth() > TI.getLongWidth()) { in InitializePredefinedMacros()
243 case UnsignedLong: return getLongWidth(); in getTypeWidth()257 if (getLongWidth() == BitWidth) in getIntTypeByWidth()272 if (getLongWidth() >= BitWidth) in getLeastIntTypeByWidth()
124 LongWidth = HostTarget->getLongWidth(); in NVPTXTargetInfo()
187 Builder.defineMacro("_MIPS_SZLONG", Twine(getLongWidth())); in getTargetDefines()
456 unsigned getLongWidth() const { return LongWidth; } in getLongWidth() function
2039 Width = Target->getLongWidth(); in getTypeInfoImpl()7226 return C->getTargetInfo().getLongWidth() == 32 ? 'L' : 'Q'; in getObjCEncodingForPrimitiveType()7236 return C->getTargetInfo().getLongWidth() == 32 ? 'l' : 'q'; in getObjCEncodingForPrimitiveType()10295 if (Context.getTargetInfo().getLongWidth() == 32) in DecodeTypeFromStr()
4029 if (TI.getTriple().isOSCygMing() && TI.getPointerWidth(0) > TI.getLongWidth()) in BuildVMIClassTypeInfo()
5180 Context.getTargetInfo().getLongWidth()); in GetAddrOfConstantCFString()
18234 BestWidth = Context.getTargetInfo().getLongWidth(); in ActOnEnumBody()18266 (BestWidth = Context.getTargetInfo().getLongWidth())) { in ActOnEnumBody()
3944 unsigned LongSize = Context.getTargetInfo().getLongWidth(); in ActOnNumericConstant()15745 else if (pw == Context.getTargetInfo().getLongWidth()) in ActOnGNUNullExpr()