Home
last modified time | relevance | path

Searched refs:getShortWidth (Results 1 – 5 of 5) sorted by relevance

/external/clang/lib/Basic/
DTargetInfo.cpp137 if (getShortWidth() < getIntWidth()) in getTypeConstantSuffix()
172 case UnsignedShort: return getShortWidth(); in getTypeWidth()
186 if (getShortWidth() == BitWidth) in getIntTypeByWidth()
201 if (getShortWidth() >= BitWidth) in getLeastIntTypeByWidth()
/external/clang/lib/Frontend/
DInitPreprocessor.cpp670 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()
/external/clang/include/clang/Basic/
DTargetInfo.h297 unsigned getShortWidth() const { return 16; } // FIXME in getShortWidth() function
/external/clang/lib/AST/
DASTContext.cpp1626 Width = Target->getShortWidth(); in getTypeInfoImpl()
/external/clang/lib/Sema/
DSemaDecl.cpp14346 unsigned ShortWidth = Context.getTargetInfo().getShortWidth(); in ActOnEnumBody()