Home
last modified time | relevance | path

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

/minix/external/bsd/llvm/dist/clang/lib/Frontend/
H A DInitPreprocessor.cpp644 DefineTypeSize("__UINTMAX_MAX__", TI.getUIntMaxType(), TI, Builder); in InitializePredefinedMacros()
672 DefineType("__UINTMAX_TYPE__", TI.getUIntMaxType(), Builder); in InitializePredefinedMacros()
673 DefineFmt("__UINTMAX", TI.getUIntMaxType(), TI, Builder); in InitializePredefinedMacros()
675 TI.getTypeConstantSuffix(TI.getUIntMaxType())); in InitializePredefinedMacros()
695 DefineTypeWidth("__UINTMAX_WIDTH__", TI.getUIntMaxType(), TI, Builder); in InitializePredefinedMacros()
/minix/external/bsd/llvm/dist/clang/include/clang/Basic/
H A DTargetInfo.h209 IntType getUIntMaxType() const { in getUIntMaxType() function
/minix/external/bsd/llvm/dist/clang/lib/Analysis/
H A DScanfFormatString.cpp286 return ArgType::PtrTo(ArgType(Ctx.getUIntMaxType(), "uintmax_t")); in getArgType()
H A DPrintfFormatString.cpp373 return ArgType(Ctx.getUIntMaxType(), "uintmax_t"); in getArgType()
/minix/external/bsd/llvm/dist/clang/include/clang/AST/
H A DASTContext.h1219 CanQualType getUIntMaxType() const;
/minix/external/bsd/llvm/dist/clang/lib/AST/
H A DASTContext.cpp3893 CanQualType ASTContext::getUIntMaxType() const { in getUIntMaxType() function in ASTContext
3894 return getFromTargetType(Target->getUIntMaxType()); in getUIntMaxType()