Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/Basic/
HDTargetInfo.cpp136 if (getShortWidth() < getIntWidth()) in getTypeConstantSuffix()
171 case UnsignedShort: return getShortWidth(); in getTypeWidth()
185 if (getShortWidth() == BitWidth) in getIntTypeByWidth()
200 if (getShortWidth() >= BitWidth) in getLeastIntTypeByWidth()
/NextBSD/contrib/llvm/tools/clang/lib/Frontend/
HDInitPreprocessor.cpp661 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()
/NextBSD/contrib/llvm/tools/clang/include/clang/Basic/
HDTargetInfo.h292 unsigned getShortWidth() const { return 16; } // FIXME in getShortWidth() function
/NextBSD/contrib/llvm/tools/clang/lib/AST/
HDASTContext.cpp1577 Width = Target->getShortWidth(); in getTypeInfoImpl()
/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaDecl.cpp14011 unsigned ShortWidth = Context.getTargetInfo().getShortWidth(); in ActOnEnumBody()