Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/
H A DInitPreprocessor.cpp778 DefineTypeSize("__UINTMAX_MAX__", TI.getUIntMaxType(), TI, Builder); in InitializePredefinedMacros()
806 DefineType("__UINTMAX_TYPE__", TI.getUIntMaxType(), Builder); in InitializePredefinedMacros()
807 DefineFmt("__UINTMAX", TI.getUIntMaxType(), TI, Builder); in InitializePredefinedMacros()
809 TI.getTypeConstantSuffix(TI.getUIntMaxType())); in InitializePredefinedMacros()
829 DefineTypeWidth("__UINTMAX_WIDTH__", TI.getUIntMaxType(), TI, Builder); in InitializePredefinedMacros()
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DScanfFormatString.cpp291 return ArgType::PtrTo(ArgType(Ctx.getUIntMaxType(), "uintmax_t")); in getArgType()
H A DPrintfFormatString.cpp536 return ArgType(Ctx.getUIntMaxType(), "uintmax_t"); in getScalarArgType()
H A DASTContext.cpp4974 CanQualType ASTContext::getUIntMaxType() const { in getUIntMaxType() function in ASTContext
4975 return getFromTargetType(Target->getUIntMaxType()); in getUIntMaxType()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/
H A DTargetInfo.h275 IntType getUIntMaxType() const { in getUIntMaxType() function
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DASTContext.h1556 CanQualType getUIntMaxType() const;