Searched refs:getLongWidth (Results 1 – 9 of 9) sorted by relevance
476 if (TI.getPointerWidth(0) == 64 && TI.getLongWidth() == 64 in InitializePredefinedMacros()497 DefineTypeSizeof("__SIZEOF_LONG__", TI.getLongWidth(), TI, Builder); in InitializePredefinedMacros()557 if (TI.getLongWidth() > TI.getIntWidth()) in InitializePredefinedMacros()560 if (TI.getLongLongWidth() > TI.getLongWidth()) in InitializePredefinedMacros()
142 case UnsignedLong: return getLongWidth(); in getTypeWidth()
4435 Builder.defineMacro("_MIPS_SZLONG", Twine(getLongWidth())); in getTargetDefines()
254 unsigned getLongWidth() const { return LongWidth; } in getLongWidth() function
355 uint64_t LongBits = Types.getContext().getTargetInfo().getLongWidth(); in LayoutBitfields()
1413 Width = Target->getLongWidth(); in getTypeInfoImpl()4902 return C->getTargetInfo().getLongWidth() == 32 ? 'L' : 'Q'; in getObjCEncodingForPrimitiveKind()4912 return C->getTargetInfo().getLongWidth() == 32 ? 'l' : 'q'; in getObjCEncodingForPrimitiveKind()
3683 if (S.Context.getTargetInfo().getLongWidth() == 64) in handleModeAttr()3688 if (S.Context.getTargetInfo().getLongWidth() == 64) in handleModeAttr()
11631 BestWidth = Context.getTargetInfo().getLongWidth(); in ActOnEnumBody()11663 (BestWidth = Context.getTargetInfo().getLongWidth())) { in ActOnEnumBody()
2923 unsigned LongSize = Context.getTargetInfo().getLongWidth(); in ActOnNumericConstant()9842 else if (pw == Context.getTargetInfo().getLongWidth()) in ActOnGNUNullExpr()