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

  /external/clang/lib/Basic/
TargetInfo.cpp 146 case UnsignedShort: return getShortWidth();
160 if (getShortWidth() == BitWidth)
175 if (getShortWidth() >= BitWidth)
  /external/clang/lib/Frontend/
InitPreprocessor.cpp 625 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()) {
    [all...]
  /external/clang/include/clang/Basic/
TargetInfo.h 267 unsigned getShortWidth() const { return 16; } // FIXME
  /external/clang/lib/AST/
ASTContext.cpp     [all...]
  /external/clang/lib/Sema/
SemaDecl.cpp     [all...]

Completed in 127 milliseconds