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

References

tools/clang/lib/AST/ASTContext.cpp
 5103   return getFromTargetType(Target->getUIntMaxType());
tools/clang/lib/Frontend/InitPreprocessor.cpp
  790   DefineTypeSize("__UINTMAX_MAX__", TI.getUIntMaxType(), TI, Builder);
  818   DefineType("__UINTMAX_TYPE__", TI.getUIntMaxType(), Builder);
  819   DefineFmt("__UINTMAX", TI.getUIntMaxType(), TI, Builder);
  821                       TI.getTypeConstantSuffix(TI.getUIntMaxType()));
  841   DefineTypeWidth("__UINTMAX_WIDTH__",  TI.getUIntMaxType(), TI, Builder);