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()
890 DefineTypeSizeof("__SIZEOF_SHORT__", TI.getShortWidth(), TI, Builder); in InitializePredefinedMacros()960 if (TI.getShortWidth() > TI.getCharWidth()) in InitializePredefinedMacros()963 if (TI.getIntWidth() > TI.getShortWidth()) in InitializePredefinedMacros()976 if (TI.getShortWidth() > TI.getCharWidth()) { in InitializePredefinedMacros()982 if (TI.getIntWidth() > TI.getShortWidth()) { in InitializePredefinedMacros()
443 unsigned getShortWidth() const { return 16; } // FIXME in getShortWidth() function
2029 Width = Target->getShortWidth(); in getTypeInfoImpl()
18157 unsigned ShortWidth = Context.getTargetInfo().getShortWidth(); in ActOnEnumBody()