Searched refs:getUIntMaxType (Results 1 – 6 of 6) sorted by relevance
| /openbsd-src/gnu/llvm/clang/lib/Frontend/ |
| H A D | InitPreprocessor.cpp | 990 DefineTypeSizeAndWidth("__UINTMAX", TI.getUIntMaxType(), TI, Builder); in InitializePredefinedMacros() 1021 DefineType("__UINTMAX_TYPE__", TI.getUIntMaxType(), Builder); in InitializePredefinedMacros() 1022 DefineFmt("__UINTMAX", TI.getUIntMaxType(), TI, Builder); in InitializePredefinedMacros() 1024 TI.getTypeConstantSuffix(TI.getUIntMaxType())); in InitializePredefinedMacros() 1045 assert(TI.getTypeWidth(TI.getUIntMaxType()) == in InitializePredefinedMacros()
|
| /openbsd-src/gnu/llvm/clang/lib/AST/ |
| H A D | ScanfFormatString.cpp | 293 return ArgType::PtrTo(ArgType(Ctx.getUIntMaxType(), "uintmax_t")); in getArgType()
|
| H A D | PrintfFormatString.cpp | 563 return ArgType(Ctx.getUIntMaxType(), "uintmax_t"); in getScalarArgType()
|
| H A D | ASTContext.cpp | 5915 CanQualType ASTContext::getUIntMaxType() const { in getUIntMaxType() function in ASTContext 5916 return getFromTargetType(Target->getUIntMaxType()); in getUIntMaxType()
|
| /openbsd-src/gnu/llvm/clang/include/clang/Basic/ |
| H A D | TargetInfo.h | 356 IntType getUIntMaxType() const { in getUIntMaxType() function
|
| /openbsd-src/gnu/llvm/clang/include/clang/AST/ |
| H A D | ASTContext.h | 1738 CanQualType getUIntMaxType() const;
|