Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clang-tidy/google/
DIntegerTypesCheck.cpp100 Width = TargetInfo.getShortWidth(); in check()
112 Width = TargetInfo.getShortWidth(); in check()
/external/clang/lib/Basic/
DTargetInfo.cpp140 if (getShortWidth() < getIntWidth()) in getTypeConstantSuffix()
175 case UnsignedShort: return getShortWidth(); in getTypeWidth()
189 if (getShortWidth() == BitWidth) in getIntTypeByWidth()
204 if (getShortWidth() >= BitWidth) in getLeastIntTypeByWidth()
/external/llvm-project/clang/lib/Basic/
DTargetInfo.cpp195 if (getShortWidth() < getIntWidth()) in getTypeConstantSuffix()
231 case UnsignedShort: return getShortWidth(); in getTypeWidth()
245 if (getShortWidth() == BitWidth) in getIntTypeByWidth()
260 if (getShortWidth() >= BitWidth) in getLeastIntTypeByWidth()
/external/clang/lib/Frontend/
DInitPreprocessor.cpp703 DefineTypeSizeof("__SIZEOF_SHORT__", TI.getShortWidth(), TI, Builder); in InitializePredefinedMacros()
771 if (TI.getShortWidth() > TI.getCharWidth()) in InitializePredefinedMacros()
774 if (TI.getIntWidth() > TI.getShortWidth()) in InitializePredefinedMacros()
787 if (TI.getShortWidth() > TI.getCharWidth()) { in InitializePredefinedMacros()
793 if (TI.getIntWidth() > TI.getShortWidth()) { in InitializePredefinedMacros()
/external/llvm-project/clang/lib/Frontend/
DInitPreprocessor.cpp842 DefineTypeSizeof("__SIZEOF_SHORT__", TI.getShortWidth(), TI, Builder); in InitializePredefinedMacros()
912 if (TI.getShortWidth() > TI.getCharWidth()) in InitializePredefinedMacros()
915 if (TI.getIntWidth() > TI.getShortWidth()) in InitializePredefinedMacros()
928 if (TI.getShortWidth() > TI.getCharWidth()) { in InitializePredefinedMacros()
934 if (TI.getIntWidth() > TI.getShortWidth()) { in InitializePredefinedMacros()
/external/clang/include/clang/Basic/
DTargetInfo.h308 unsigned getShortWidth() const { return 16; } // FIXME in getShortWidth() function
/external/llvm-project/clang/include/clang/Basic/
DTargetInfo.h426 unsigned getShortWidth() const { return 16; } // FIXME in getShortWidth() function
/external/clang/lib/AST/
DASTContext.cpp1621 Width = Target->getShortWidth(); in getTypeInfoImpl()
/external/llvm-project/clang/lib/AST/
DASTContext.cpp1998 Width = Target->getShortWidth(); in getTypeInfoImpl()
/external/clang/lib/Sema/
DSemaDecl.cpp14803 unsigned ShortWidth = Context.getTargetInfo().getShortWidth(); in ActOnEnumBody()
/external/llvm-project/clang/lib/Sema/
DSemaDecl.cpp18026 unsigned ShortWidth = Context.getTargetInfo().getShortWidth(); in ActOnEnumBody()