Searched refs:getShortWidth (Results 1 – 5 of 5) sorted by relevance
136 if (getShortWidth() < getIntWidth()) in getTypeConstantSuffix()171 case UnsignedShort: return getShortWidth(); in getTypeWidth()185 if (getShortWidth() == BitWidth) in getIntTypeByWidth()200 if (getShortWidth() >= BitWidth) in getLeastIntTypeByWidth()
661 DefineTypeSizeof("__SIZEOF_SHORT__", TI.getShortWidth(), TI, Builder); in InitializePredefinedMacros()729 if (TI.getShortWidth() > TI.getCharWidth()) in InitializePredefinedMacros()732 if (TI.getIntWidth() > TI.getShortWidth()) in InitializePredefinedMacros()745 if (TI.getShortWidth() > TI.getCharWidth()) { in InitializePredefinedMacros()751 if (TI.getIntWidth() > TI.getShortWidth()) { in InitializePredefinedMacros()
292 unsigned getShortWidth() const { return 16; } // FIXME in getShortWidth() function
1577 Width = Target->getShortWidth(); in getTypeInfoImpl()
14011 unsigned ShortWidth = Context.getTargetInfo().getShortWidth(); in ActOnEnumBody()