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

  /external/clang/lib/Basic/
TargetInfo.cpp 150 case UnsignedLong: return getLongWidth();
164 if (getLongWidth() == BitWidth)
179 if (getLongWidth() >= BitWidth)
Targets.cpp     [all...]
  /external/clang/lib/Frontend/
InitPreprocessor.cpp 592 if (TI.getPointerWidth(0) == 64 && TI.getLongWidth() == 64
621 DefineTypeSizeof("__SIZEOF_LONG__", TI.getLongWidth(), TI, Builder);
687 if (TI.getLongWidth() > TI.getIntWidth())
690 if (TI.getLongLongWidth() > TI.getLongWidth())
710 if (TI.getLongWidth() > TI.getIntWidth()) {
716 if (TI.getLongLongWidth() > TI.getLongWidth()) {
    [all...]
  /external/clang/include/clang/Basic/
TargetInfo.h 278 /// getLongWidth/Align - Return the size of 'signed long' and 'unsigned long'
280 unsigned getLongWidth() const { return LongWidth; }
  /external/clang/lib/AST/
ASTContext.cpp     [all...]
  /external/clang/lib/Sema/
SemaDecl.cpp     [all...]
SemaExpr.cpp     [all...]

Completed in 87 milliseconds