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

  /external/clang/include/clang/Basic/
TargetInfo.h 257 /// getLongLongWidth/Align - Return the size of 'signed long long' and
259 unsigned getLongLongWidth() const { return LongLongWidth; }
  /external/clang/lib/Basic/
TargetInfo.cpp 144 case UnsignedLongLong: return getLongLongWidth();
  /external/clang/lib/Frontend/
InitPreprocessor.cpp 499 DefineTypeSizeof("__SIZEOF_LONG_LONG__", TI.getLongLongWidth(), TI, Builder);
560 if (TI.getLongLongWidth() > TI.getLongWidth())
    [all...]
  /external/clang/lib/Sema/
SemaExpr.cpp     [all...]
SemaDecl.cpp     [all...]
  /external/clang/lib/AST/
ASTContext.cpp     [all...]

Completed in 44 milliseconds