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 137 if (getShortWidth() < getIntWidth())
172 case UnsignedShort: return getShortWidth();
186 if (getShortWidth() == BitWidth)
201 if (getShortWidth() >= BitWidth)
  /external/clang/lib/Frontend/
InitPreprocessor.cpp 670 DefineTypeSizeof("__SIZEOF_SHORT__", TI.getShortWidth(), TI, Builder);
738 if (TI.getShortWidth() > TI.getCharWidth())
741 if (TI.getIntWidth() > TI.getShortWidth())
754 if (TI.getShortWidth() > TI.getCharWidth()) {
760 if (TI.getIntWidth() > TI.getShortWidth()) {
    [all...]
  /external/clang/include/clang/Basic/
TargetInfo.h 297 unsigned getShortWidth() const { return 16; } // FIXME
    [all...]
  /external/clang/lib/AST/
ASTContext.cpp     [all...]
  /external/clang/lib/Sema/
SemaDecl.cpp     [all...]

Completed in 1444 milliseconds