reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/AST/ASTContext.cpp
 1911       Width = Target->getLongLongWidth();
tools/clang/lib/Basic/TargetInfo.cpp
  231   case UnsignedLongLong: return getLongLongWidth();
  245   if (getLongLongWidth() == BitWidth)
  260   if (getLongLongWidth() >= BitWidth)
tools/clang/lib/Basic/Targets/NVPTX.cpp
  120   LongLongWidth = HostTarget->getLongLongWidth();
tools/clang/lib/Frontend/InitPreprocessor.cpp
  800   DefineTypeSizeof("__SIZEOF_LONG_LONG__", TI.getLongLongWidth(), TI, Builder);
  881   if (TI.getLongLongWidth() > TI.getLongWidth())
  906   if (TI.getLongLongWidth() > TI.getLongWidth()) {
  967     DEFINE_LOCK_FREE_MACRO(LLONG, LongLong);
tools/clang/lib/Sema/SemaDecl.cpp
17455         BestWidth = Context.getTargetInfo().getLongLongWidth();
17488       BestWidth = Context.getTargetInfo().getLongLongWidth();
tools/clang/lib/Sema/SemaExpr.cpp
 3464         llvm::APInt ResultVal(Context.getTargetInfo().getLongLongWidth(), 0);
 3670                 Context.getTargetInfo().getLongLongWidth();
 3688         unsigned LongLongSize = Context.getTargetInfo().getLongLongWidth();
 3709         Width = Context.getTargetInfo().getLongLongWidth();
14554   else if (pw == Context.getTargetInfo().getLongLongWidth())
tools/clang/tools/extra/clang-tidy/google/IntegerTypesCheck.cpp
  113     Width = TargetInfo.getLongLongWidth();
  125     Width = TargetInfo.getLongLongWidth();