Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DTargetInfo.cpp263 if (getShortWidth() < getIntWidth()) in getTypeConstantSuffix()
299 case UnsignedShort: return getShortWidth(); in getTypeWidth()
313 if (getShortWidth() == BitWidth) in getIntTypeByWidth()
328 if (getShortWidth() >= BitWidth) in getLeastIntTypeByWidth()
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DInitPreprocessor.cpp1124 Builder.defineMacro("__SHRT_WIDTH__", Twine(TI.getShortWidth())); in InitializePredefinedMacros()
1160 DefineTypeSizeof("__SIZEOF_SHORT__", TI.getShortWidth(), TI, Builder); in InitializePredefinedMacros()
1279 if (TI.getShortWidth() > TI.getCharWidth()) in InitializePredefinedMacros()
1282 if (TI.getIntWidth() > TI.getShortWidth()) in InitializePredefinedMacros()
1295 if (TI.getShortWidth() > TI.getCharWidth()) { in InitializePredefinedMacros()
1301 if (TI.getIntWidth() > TI.getShortWidth()) { in InitializePredefinedMacros()
/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DContext.cpp25 this->ShortWidth = Ctx.getTargetInfo().getShortWidth(); in Context()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DTargetInfo.h525 unsigned getShortWidth() const { return ShortWidth; } in getShortWidth() function
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp2196 Width = Target->getShortWidth(); in getTypeInfoImpl()
5377 unsigned ShortWidth = Target->getShortWidth(); in computeBestEnumTypes()