Searched refs:getUIntMaxType (Results 1 – 6 of 6) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/clang/lib/Frontend/ |
| H A D | InitPreprocessor.cpp | 880 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 D | ScanfFormatString.cpp | 291 return ArgType::PtrTo(ArgType(Ctx.getUIntMaxType(), "uintmax_t")); in getArgType()
|
| H A D | PrintfFormatString.cpp | 560 return ArgType(Ctx.getUIntMaxType(), "uintmax_t"); in getScalarArgType()
|
| H A D | ASTContext.cpp | 5660 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 D | TargetInfo.h | 333 IntType getUIntMaxType() const { in getUIntMaxType() function
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | ASTContext.h | 1678 CanQualType getUIntMaxType() const;
|