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 135 case UnsignedShort: return getShortWidth();
  /external/clang/include/clang/Basic/
TargetInfo.h 202 /// getShortWidth/Align - Return the size of 'signed short' and
204 unsigned getShortWidth() const { return 16; } // FIXME
  /external/clang/lib/Frontend/
InitPreprocessor.cpp 466 DefineTypeSizeof("__SIZEOF_SHORT__", TI.getShortWidth(), TI, Builder);
511 if (TI.getShortWidth() > TI.getCharWidth())
514 if (TI.getIntWidth() > TI.getShortWidth())
  /external/clang/lib/AST/
ASTContext.cpp     [all...]
  /external/clang/lib/Sema/
SemaDecl.cpp     [all...]

Completed in 26 milliseconds