Home
last modified time | relevance | path

Searched refs:getIntMaxType (Results 1 – 7 of 7) sorted by relevance

/llvm-project-15.0.7/clang/lib/Frontend/
H A DInitPreprocessor.cpp975 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 DScanfFormatString.cpp251 return ArgType::PtrTo(ArgType(Ctx.getIntMaxType(), "intmax_t")); in getArgType()
389 return ArgType::PtrTo(ArgType(Ctx.getIntMaxType(), "intmax_t")); in getArgType()
H A DPrintfFormatString.cpp525 return ArgType(Ctx.getIntMaxType(), "intmax_t"); in getScalarArgType()
608 return ArgType::PtrTo(ArgType(Ctx.getIntMaxType(), "intmax_t")); in getScalarArgType()
H A DASTContext.cpp5861 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 DNVPTX.cpp134 IntMaxType = HostTarget->getIntMaxType(); in NVPTXTargetInfo()
/llvm-project-15.0.7/clang/include/clang/Basic/
H A DTargetInfo.h340 IntType getIntMaxType() const { return IntMaxType; } in getIntMaxType() function
/llvm-project-15.0.7/clang/include/clang/AST/
H A DASTContext.h1759 CanQualType getIntMaxType() const;