Searched refs:getShortWidth (Results 1 – 5 of 5) sorted by relevance
203 if (getShortWidth() < getIntWidth()) in getTypeConstantSuffix()239 case UnsignedShort: return getShortWidth(); in getTypeWidth()253 if (getShortWidth() == BitWidth) in getIntTypeByWidth()268 if (getShortWidth() >= BitWidth) in getLeastIntTypeByWidth()
892 DefineTypeSizeof("__SIZEOF_SHORT__", TI.getShortWidth(), TI, Builder); in InitializePredefinedMacros()962 if (TI.getShortWidth() > TI.getCharWidth()) in InitializePredefinedMacros()965 if (TI.getIntWidth() > TI.getShortWidth()) in InitializePredefinedMacros()978 if (TI.getShortWidth() > TI.getCharWidth()) { in InitializePredefinedMacros()984 if (TI.getIntWidth() > TI.getShortWidth()) { in InitializePredefinedMacros()
443 unsigned getShortWidth() const { return 16; } // FIXME in getShortWidth() function
2044 Width = Target->getShortWidth(); in getTypeInfoImpl()
18214 unsigned ShortWidth = Context.getTargetInfo().getShortWidth(); in ActOnEnumBody()