HomeSort by relevance Sort by last modified time
    Searched refs:getShortWidth (Results 1 - 5 of 5) sorted by null

  /external/clang/include/clang/Basic/
TargetInfo.h 241 unsigned getShortWidth() const { return 16; } // FIXME
  /external/clang/lib/Basic/
TargetInfo.cpp 138 case UnsignedShort: return getShortWidth();
  /external/clang/lib/Frontend/
InitPreprocessor.cpp 501 DefineTypeSizeof("__SIZEOF_SHORT__", TI.getShortWidth(), TI, Builder);
551 if (TI.getShortWidth() > TI.getCharWidth())
554 if (TI.getIntWidth() > TI.getShortWidth())
    [all...]
  /external/clang/lib/AST/
ASTContext.cpp     [all...]
  /external/clang/lib/Sema/
SemaDecl.cpp     [all...]

Completed in 86 milliseconds