Home
last modified time | relevance | path

Searched refs:getUIntMaxType (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/clang/lib/Frontend/
H A DInitPreprocessor.cpp978 DefineTypeSizeAndWidth("__UINTMAX", TI.getUIntMaxType(), TI, Builder); in InitializePredefinedMacros()
1006 DefineType("__UINTMAX_TYPE__", TI.getUIntMaxType(), Builder); in InitializePredefinedMacros()
1007 DefineFmt("__UINTMAX", TI.getUIntMaxType(), TI, Builder); in InitializePredefinedMacros()
1009 TI.getTypeConstantSuffix(TI.getUIntMaxType())); in InitializePredefinedMacros()
1030 assert(TI.getTypeWidth(TI.getUIntMaxType()) == in InitializePredefinedMacros()
/llvm-project-15.0.7/clang/lib/AST/
H A DScanfFormatString.cpp291 return ArgType::PtrTo(ArgType(Ctx.getUIntMaxType(), "uintmax_t")); in getArgType()
H A DPrintfFormatString.cpp560 return ArgType(Ctx.getUIntMaxType(), "uintmax_t"); in getScalarArgType()
H A DASTContext.cpp5866 CanQualType ASTContext::getUIntMaxType() const { in getUIntMaxType() function in ASTContext
5867 return getFromTargetType(Target->getUIntMaxType()); in getUIntMaxType()
/llvm-project-15.0.7/clang/include/clang/Basic/
H A DTargetInfo.h341 IntType getUIntMaxType() const { in getUIntMaxType() function
/llvm-project-15.0.7/clang/include/clang/AST/
H A DASTContext.h1763 CanQualType getUIntMaxType() const;