Home
last modified time | relevance | path

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

/external/clang/lib/Basic/
DTargetInfo.cpp133 if (getShortWidth() < getIntWidth()) in getTypeConstantSuffix()
168 case UnsignedShort: return getShortWidth(); in getTypeWidth()
182 if (getShortWidth() == BitWidth) in getIntTypeByWidth()
197 if (getShortWidth() >= BitWidth) in getLeastIntTypeByWidth()
/external/clang/lib/Frontend/
DInitPreprocessor.cpp658 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()
/external/clang/include/clang/Basic/
DTargetInfo.h289 unsigned getShortWidth() const { return 16; } // FIXME in getShortWidth() function
/external/clang/lib/AST/
DASTContext.cpp1552 Width = Target->getShortWidth(); in getTypeInfoImpl()
/external/clang/lib/Sema/
DSemaDecl.cpp13738 unsigned ShortWidth = Context.getTargetInfo().getShortWidth(); in ActOnEnumBody()