Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/
H A DInitPreprocessor.cpp1036 DefineTypeSizeAndWidth("__INTMAX", TI.getIntMaxType(), TI, Builder); in InitializePredefinedMacros()
1066 DefineType("__INTMAX_TYPE__", TI.getIntMaxType(), Builder); in InitializePredefinedMacros()
1067 DefineFmt("__INTMAX", TI.getIntMaxType(), TI, Builder); in InitializePredefinedMacros()
1069 TI.getTypeConstantSuffix(TI.getIntMaxType())); in InitializePredefinedMacros()
1095 TI.getTypeWidth(TI.getIntMaxType()) && in InitializePredefinedMacros()
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DScanfFormatString.cpp252 return ArgType::PtrTo(ArgType(Ctx.getIntMaxType(), "intmax_t")); in getArgType()
391 return ArgType::PtrTo(ArgType(Ctx.getIntMaxType(), "intmax_t")); in getArgType()
H A DPrintfFormatString.cpp528 return ArgType(Ctx.getIntMaxType(), "intmax_t"); in getScalarArgType()
611 return ArgType::PtrTo(ArgType(Ctx.getIntMaxType(), "intmax_t")); in getScalarArgType()
H A DASTContext.cpp5922 CanQualType ASTContext::getIntMaxType() const { in getIntMaxType() function in ASTContext
5923 return getFromTargetType(Target->getIntMaxType()); in getIntMaxType()
/freebsd-14.2/contrib/llvm-project/clang/lib/Basic/Targets/
H A DNVPTX.cpp123 IntMaxType = HostTarget->getIntMaxType(); in NVPTXTargetInfo()
H A DSPIR.h132 IntMaxType = HostTarget->getIntMaxType(); in BaseSPIRTargetInfo()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A DTargetInfo.h377 IntType getIntMaxType() const { return IntMaxType; } in getIntMaxType() function
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h1757 CanQualType getIntMaxType() const;