reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/AST/ASTContext.cpp
 1896       Width = Target->getShortWidth();
tools/clang/lib/Basic/TargetInfo.cpp
  189     if (getShortWidth() < getIntWidth())
  225   case UnsignedShort:    return getShortWidth();
  239   if (getShortWidth() == BitWidth)
  254   if (getShortWidth() >= BitWidth)
tools/clang/lib/Frontend/InitPreprocessor.cpp
  802   DefineTypeSizeof("__SIZEOF_SHORT__", TI.getShortWidth(), TI, Builder);
  872   if (TI.getShortWidth() > TI.getCharWidth())
  875   if (TI.getIntWidth() > TI.getShortWidth())
  888   if (TI.getShortWidth() > TI.getCharWidth()) {
  894   if (TI.getIntWidth() > TI.getShortWidth()) {
  964     DEFINE_LOCK_FREE_MACRO(SHORT, Short);
tools/clang/lib/Sema/SemaDecl.cpp
17373   unsigned ShortWidth = Context.getTargetInfo().getShortWidth();
tools/clang/tools/extra/clang-tidy/google/IntegerTypesCheck.cpp
  105     Width = TargetInfo.getShortWidth();
  117     Width = TargetInfo.getShortWidth();