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

/external/clang/lib/Basic/
H A DTargetInfo.cpp146 case UnsignedShort: return getShortWidth();
160 if (getShortWidth() == BitWidth)
175 if (getShortWidth() >= BitWidth)
/external/clang/lib/Frontend/
H A DInitPreprocessor.cpp625 DefineTypeSizeof("__SIZEOF_SHORT__", TI.getShortWidth(), TI, Builder);
681 if (TI.getShortWidth() > TI.getCharWidth())
684 if (TI.getIntWidth() > TI.getShortWidth())
698 if (TI.getShortWidth() > TI.getCharWidth()) {
704 if (TI.getIntWidth() > TI.getShortWidth()) {
/external/clang/include/clang/Basic/
H A DTargetInfo.h267 unsigned getShortWidth() const { return 16; } // FIXME function in class:clang::TargetInfo
/external/clang/lib/AST/
H A DASTContext.cpp1539 Width = Target->getShortWidth();
/external/clang/lib/Sema/
H A DSemaDecl.cpp13121 unsigned ShortWidth = Context.getTargetInfo().getShortWidth();

Completed in 172 milliseconds