Searched refs:getIntMaxType (Results 1 – 7 of 7) sorted by relevance
| /llvm-project-15.0.7/clang/lib/Frontend/ |
| H A D | InitPreprocessor.cpp | 975 DefineTypeSizeAndWidth("__INTMAX", TI.getIntMaxType(), TI, Builder); in InitializePredefinedMacros() 1002 DefineType("__INTMAX_TYPE__", TI.getIntMaxType(), Builder); in InitializePredefinedMacros() 1003 DefineFmt("__INTMAX", TI.getIntMaxType(), TI, Builder); in InitializePredefinedMacros() 1005 TI.getTypeConstantSuffix(TI.getIntMaxType())); in InitializePredefinedMacros() 1031 TI.getTypeWidth(TI.getIntMaxType()) && in InitializePredefinedMacros()
|
| /llvm-project-15.0.7/clang/lib/AST/ |
| H A D | ScanfFormatString.cpp | 251 return ArgType::PtrTo(ArgType(Ctx.getIntMaxType(), "intmax_t")); in getArgType() 389 return ArgType::PtrTo(ArgType(Ctx.getIntMaxType(), "intmax_t")); in getArgType()
|
| H A D | PrintfFormatString.cpp | 525 return ArgType(Ctx.getIntMaxType(), "intmax_t"); in getScalarArgType() 608 return ArgType::PtrTo(ArgType(Ctx.getIntMaxType(), "intmax_t")); in getScalarArgType()
|
| H A D | ASTContext.cpp | 5861 CanQualType ASTContext::getIntMaxType() const { in getIntMaxType() function in ASTContext 5862 return getFromTargetType(Target->getIntMaxType()); in getIntMaxType()
|
| /llvm-project-15.0.7/clang/lib/Basic/Targets/ |
| H A D | NVPTX.cpp | 134 IntMaxType = HostTarget->getIntMaxType(); in NVPTXTargetInfo()
|
| /llvm-project-15.0.7/clang/include/clang/Basic/ |
| H A D | TargetInfo.h | 340 IntType getIntMaxType() const { return IntMaxType; } in getIntMaxType() function
|
| /llvm-project-15.0.7/clang/include/clang/AST/ |
| H A D | ASTContext.h | 1759 CanQualType getIntMaxType() const;
|