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

References

tools/clang/lib/AST/ASTContext.cpp
 5098   return getFromTargetType(Target->getIntMaxType());
tools/clang/lib/Basic/Targets/NVPTX.cpp
  127   IntMaxType = HostTarget->getIntMaxType();
tools/clang/lib/Frontend/InitPreprocessor.cpp
  787   DefineTypeSize("__INTMAX_MAX__", TI.getIntMaxType(), TI, Builder);
  814   DefineType("__INTMAX_TYPE__", TI.getIntMaxType(), Builder);
  815   DefineFmt("__INTMAX", TI.getIntMaxType(), TI, Builder);
  817                       TI.getTypeConstantSuffix(TI.getIntMaxType()));
  822   DefineTypeWidth("__INTMAX_WIDTH__",  TI.getIntMaxType(), TI, Builder);