HomeSort by: relevance | last modified time | path
    Searched refs:getShortWidth (Results 1 - 5 of 5) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Basic/
TargetInfo.cpp 203 if (getShortWidth() < getIntWidth())
239 case UnsignedShort: return getShortWidth();
253 if (getShortWidth() == BitWidth)
268 if (getShortWidth() >= BitWidth)
  /src/external/apache2/llvm/dist/clang/lib/Frontend/
InitPreprocessor.cpp 890 DefineTypeSizeof("__SIZEOF_SHORT__", TI.getShortWidth(), TI, Builder);
960 if (TI.getShortWidth() > TI.getCharWidth())
963 if (TI.getIntWidth() > TI.getShortWidth())
976 if (TI.getShortWidth() > TI.getCharWidth()) {
982 if (TI.getIntWidth() > TI.getShortWidth()) {
  /src/external/apache2/llvm/dist/clang/include/clang/Basic/
TargetInfo.h 443 unsigned getShortWidth() const { return 16; } // FIXME
  /src/external/apache2/llvm/dist/clang/lib/AST/
ASTContext.cpp 2029 Width = Target->getShortWidth();
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaDecl.cpp 18157 unsigned ShortWidth = Context.getTargetInfo().getShortWidth();

Completed in 42 milliseconds