Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Frontend/
H A DInitPreprocessor.cpp880 DefineTypeSize("__UINTMAX_MAX__", TI.getUIntMaxType(), TI, Builder); in InitializePredefinedMacros()
908 DefineType("__UINTMAX_TYPE__", TI.getUIntMaxType(), Builder); in InitializePredefinedMacros()
909 DefineFmt("__UINTMAX", TI.getUIntMaxType(), TI, Builder); in InitializePredefinedMacros()
911 TI.getTypeConstantSuffix(TI.getUIntMaxType())); in InitializePredefinedMacros()
931 DefineTypeWidth("__UINTMAX_WIDTH__", TI.getUIntMaxType(), TI, Builder); in InitializePredefinedMacros()
/freebsd-13.1/contrib/llvm-project/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.cpp5660 CanQualType ASTContext::getUIntMaxType() const { in getUIntMaxType() function in ASTContext
5661 return getFromTargetType(Target->getUIntMaxType()); in getUIntMaxType()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/
H A DTargetInfo.h333 IntType getUIntMaxType() const { in getUIntMaxType() function
/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h1678 CanQualType getUIntMaxType() const;