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

  /external/clang/lib/Frontend/
InitPreprocessor.cpp 476 if (TI.getPointerWidth(0) == 64 && TI.getLongWidth() == 64
497 DefineTypeSizeof("__SIZEOF_LONG__", TI.getLongWidth(), TI, Builder);
557 if (TI.getLongWidth() > TI.getIntWidth())
560 if (TI.getLongLongWidth() > TI.getLongWidth())
    [all...]
  /external/clang/include/clang/Basic/
TargetInfo.h 252 /// getLongWidth/Align - Return the size of 'signed long' and 'unsigned long'
254 unsigned getLongWidth() const { return LongWidth; }
  /external/clang/lib/Basic/
TargetInfo.cpp 142 case UnsignedLong: return getLongWidth();
Targets.cpp     [all...]
  /external/clang/lib/CodeGen/
CGRecordLayoutBuilder.cpp 355 uint64_t LongBits = Types.getContext().getTargetInfo().getLongWidth();
    [all...]
  /external/clang/lib/AST/
ASTContext.cpp     [all...]
  /external/clang/lib/Sema/
SemaDeclAttr.cpp     [all...]
SemaDecl.cpp     [all...]
SemaExpr.cpp     [all...]

Completed in 44 milliseconds