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 133 if (getShortWidth() < getIntWidth())
168 case UnsignedShort: return getShortWidth();
182 if (getShortWidth() == BitWidth)
197 if (getShortWidth() >= BitWidth)
  /external/clang/lib/Frontend/
InitPreprocessor.cpp 658 DefineTypeSizeof("__SIZEOF_SHORT__", TI.getShortWidth(), TI, Builder);
726 if (TI.getShortWidth() > TI.getCharWidth())
729 if (TI.getIntWidth() > TI.getShortWidth())
742 if (TI.getShortWidth() > TI.getCharWidth()) {
748 if (TI.getIntWidth() > TI.getShortWidth()) {
    [all...]
  /external/clang/include/clang/Basic/
TargetInfo.h 289 unsigned getShortWidth() const { return 16; } // FIXME
  /external/clang/lib/AST/
ASTContext.cpp     [all...]
  /external/clang/lib/Sema/
SemaDecl.cpp     [all...]

Completed in 52 milliseconds