Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DInitPreprocessor.cpp1129 DefineTypeSizeAndWidth("__UINTMAX", TI.getUIntMaxType(), TI, Builder); in InitializePredefinedMacros()
1160 DefineType("__UINTMAX_TYPE__", TI.getUIntMaxType(), Builder); in InitializePredefinedMacros()
1161 DefineFmt(LangOpts, "__UINTMAX", TI.getUIntMaxType(), TI, Builder); in InitializePredefinedMacros()
1163 TI.getTypeConstantSuffix(TI.getUIntMaxType())); in InitializePredefinedMacros()
1187 assert(TI.getTypeWidth(TI.getUIntMaxType()) == in InitializePredefinedMacros()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DScanfFormatString.cpp293 return ArgType::PtrTo(ArgType(Ctx.getUIntMaxType(), "uintmax_t")); in getArgType()
H A DPrintfFormatString.cpp579 return ArgType(Ctx.getUIntMaxType(), "uintmax_t"); in getScalarArgType()
H A DASTContext.cpp6371 CanQualType ASTContext::getUIntMaxType() const { in getUIntMaxType() function in ASTContext
6372 return getFromTargetType(Target->getUIntMaxType()); in getUIntMaxType()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DTargetInfo.h387 IntType getUIntMaxType() const { in getUIntMaxType() function
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h1828 CanQualType getUIntMaxType() const;