Searched refs:getUIntMaxType (Results 1 – 6 of 6) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/Frontend/ |
| H A D | InitPreprocessor.cpp | 1146 DefineTypeSizeAndWidth("__UINTMAX", TI.getUIntMaxType(), TI, Builder); in InitializePredefinedMacros() 1179 DefineType("__UINTMAX_TYPE__", TI.getUIntMaxType(), Builder); in InitializePredefinedMacros() 1180 DefineFmt(LangOpts, "__UINTMAX", TI.getUIntMaxType(), TI, Builder); in InitializePredefinedMacros() 1181 ConstSuffix = TI.getTypeConstantSuffix(TI.getUIntMaxType()); in InitializePredefinedMacros() 1208 assert(TI.getTypeWidth(TI.getUIntMaxType()) == in InitializePredefinedMacros()
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | ScanfFormatString.cpp | 293 return ArgType::PtrTo(ArgType(Ctx.getUIntMaxType(), "uintmax_t")); in getArgType()
|
| H A D | PrintfFormatString.cpp | 579 return ArgType(Ctx.getUIntMaxType(), "uintmax_t"); in getScalarArgType()
|
| H A D | ASTContext.cpp | 6818 CanQualType ASTContext::getUIntMaxType() const { in getUIntMaxType() function in ASTContext 6819 return getFromTargetType(Target->getUIntMaxType()); in getUIntMaxType()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | TargetInfo.h | 404 IntType getUIntMaxType() const { in getUIntMaxType() function
|
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | ASTContext.h | 2013 CanQualType getUIntMaxType() const;
|