Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Basic/
H A DTargetInfo.cpp203 if (getShortWidth() < getIntWidth()) in getTypeConstantSuffix()
239 case UnsignedShort: return getShortWidth(); in getTypeWidth()
253 if (getShortWidth() == BitWidth) in getIntTypeByWidth()
268 if (getShortWidth() >= BitWidth) in getLeastIntTypeByWidth()
/freebsd-13.1/contrib/llvm-project/clang/lib/Frontend/
H A DInitPreprocessor.cpp892 DefineTypeSizeof("__SIZEOF_SHORT__", TI.getShortWidth(), TI, Builder); in InitializePredefinedMacros()
962 if (TI.getShortWidth() > TI.getCharWidth()) in InitializePredefinedMacros()
965 if (TI.getIntWidth() > TI.getShortWidth()) in InitializePredefinedMacros()
978 if (TI.getShortWidth() > TI.getCharWidth()) { in InitializePredefinedMacros()
984 if (TI.getIntWidth() > TI.getShortWidth()) { in InitializePredefinedMacros()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/
H A DTargetInfo.h443 unsigned getShortWidth() const { return 16; } // FIXME in getShortWidth() function
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp2044 Width = Target->getShortWidth(); in getTypeInfoImpl()
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp18214 unsigned ShortWidth = Context.getTargetInfo().getShortWidth(); in ActOnEnumBody()