Searched refs:getShortWidth (Results 1 – 6 of 6) sorted by relevance
100 Width = TargetInfo.getShortWidth(); in check()112 Width = TargetInfo.getShortWidth(); in check()
212 if (getShortWidth() < getIntWidth()) in getTypeConstantSuffix()248 case UnsignedShort: return getShortWidth(); in getTypeWidth()262 if (getShortWidth() == BitWidth) in getIntTypeByWidth()277 if (getShortWidth() >= BitWidth) in getLeastIntTypeByWidth()
956 Builder.defineMacro("__SHRT_WIDTH__", Twine(TI.getShortWidth())); in InitializePredefinedMacros()990 DefineTypeSizeof("__SIZEOF_SHORT__", TI.getShortWidth(), TI, Builder); in InitializePredefinedMacros()1060 if (TI.getShortWidth() > TI.getCharWidth()) in InitializePredefinedMacros()1063 if (TI.getIntWidth() > TI.getShortWidth()) in InitializePredefinedMacros()1076 if (TI.getShortWidth() > TI.getCharWidth()) { in InitializePredefinedMacros()1082 if (TI.getIntWidth() > TI.getShortWidth()) { in InitializePredefinedMacros()
452 unsigned getShortWidth() const { return 16; } // FIXME in getShortWidth() function
2064 Width = Target->getShortWidth(); in getTypeInfoImpl()
18961 unsigned ShortWidth = Context.getTargetInfo().getShortWidth(); in ActOnEnumBody()