Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/clang/lib/Frontend/
H A DInitPreprocessor.cpp878 DefineTypeSize("__UINTMAX_MAX__", TI.getUIntMaxType(), TI, Builder); in InitializePredefinedMacros()
906 DefineType("__UINTMAX_TYPE__", TI.getUIntMaxType(), Builder); in InitializePredefinedMacros()
907 DefineFmt("__UINTMAX", TI.getUIntMaxType(), TI, Builder); in InitializePredefinedMacros()
909 TI.getTypeConstantSuffix(TI.getUIntMaxType())); in InitializePredefinedMacros()
929 DefineTypeWidth("__UINTMAX_WIDTH__", TI.getUIntMaxType(), TI, Builder); in InitializePredefinedMacros()
/netbsd/external/apache2/llvm/dist/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.cpp5645 CanQualType ASTContext::getUIntMaxType() const { in getUIntMaxType() function in ASTContext
5646 return getFromTargetType(Target->getUIntMaxType()); in getUIntMaxType()
/netbsd/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DTargetInfo.h333 IntType getUIntMaxType() const { in getUIntMaxType() function
/netbsd/external/apache2/llvm/dist/clang/include/clang/AST/
H A DASTContext.h1633 CanQualType getUIntMaxType() const;