Searched refs:getShortWidth (Results 1 – 5 of 5) sorted by relevance
137 if (getShortWidth() < getIntWidth()) in getTypeConstantSuffix()172 case UnsignedShort: return getShortWidth(); in getTypeWidth()186 if (getShortWidth() == BitWidth) in getIntTypeByWidth()201 if (getShortWidth() >= BitWidth) in getLeastIntTypeByWidth()
670 DefineTypeSizeof("__SIZEOF_SHORT__", TI.getShortWidth(), TI, Builder); in InitializePredefinedMacros()738 if (TI.getShortWidth() > TI.getCharWidth()) in InitializePredefinedMacros()741 if (TI.getIntWidth() > TI.getShortWidth()) in InitializePredefinedMacros()754 if (TI.getShortWidth() > TI.getCharWidth()) { in InitializePredefinedMacros()760 if (TI.getIntWidth() > TI.getShortWidth()) { in InitializePredefinedMacros()
297 unsigned getShortWidth() const { return 16; } // FIXME in getShortWidth() function
1626 Width = Target->getShortWidth(); in getTypeInfoImpl()
14346 unsigned ShortWidth = Context.getTargetInfo().getShortWidth(); in ActOnEnumBody()