Searched refs:getShortWidth (Results 1 – 5 of 5) sorted by relevance
133 if (getShortWidth() < getIntWidth()) in getTypeConstantSuffix()168 case UnsignedShort: return getShortWidth(); in getTypeWidth()182 if (getShortWidth() == BitWidth) in getIntTypeByWidth()197 if (getShortWidth() >= BitWidth) in getLeastIntTypeByWidth()
658 DefineTypeSizeof("__SIZEOF_SHORT__", TI.getShortWidth(), TI, Builder); in InitializePredefinedMacros()726 if (TI.getShortWidth() > TI.getCharWidth()) in InitializePredefinedMacros()729 if (TI.getIntWidth() > TI.getShortWidth()) in InitializePredefinedMacros()742 if (TI.getShortWidth() > TI.getCharWidth()) { in InitializePredefinedMacros()748 if (TI.getIntWidth() > TI.getShortWidth()) { in InitializePredefinedMacros()
289 unsigned getShortWidth() const { return 16; } // FIXME in getShortWidth() function
1552 Width = Target->getShortWidth(); in getTypeInfoImpl()
13738 unsigned ShortWidth = Context.getTargetInfo().getShortWidth(); in ActOnEnumBody()