Searched refs:getShortWidth (Results 1 – 5 of 5) sorted by relevance
237 if (getShortWidth() < getIntWidth()) in getTypeConstantSuffix()273 case UnsignedShort: return getShortWidth(); in getTypeWidth()287 if (getShortWidth() == BitWidth) in getIntTypeByWidth()302 if (getShortWidth() >= BitWidth) in getLeastIntTypeByWidth()
968 Builder.defineMacro("__SHRT_WIDTH__", Twine(TI.getShortWidth())); in InitializePredefinedMacros()1004 DefineTypeSizeof("__SIZEOF_SHORT__", TI.getShortWidth(), TI, Builder); in InitializePredefinedMacros()1075 if (TI.getShortWidth() > TI.getCharWidth()) in InitializePredefinedMacros()1078 if (TI.getIntWidth() > TI.getShortWidth()) in InitializePredefinedMacros()1091 if (TI.getShortWidth() > TI.getCharWidth()) { in InitializePredefinedMacros()1097 if (TI.getIntWidth() > TI.getShortWidth()) { in InitializePredefinedMacros()
470 unsigned getShortWidth() const { return 16; } // FIXME in getShortWidth() function
2075 Width = Target->getShortWidth(); in getTypeInfoImpl()
19574 unsigned ShortWidth = Context.getTargetInfo().getShortWidth(); in ActOnEnumBody()