Searched refs:getIntMaxType (Results 1 – 8 of 8) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | ScanfFormatString.cpp | 252 return ArgType::PtrTo(ArgType(Ctx.getIntMaxType(), "intmax_t")); in getArgType() 391 return ArgType::PtrTo(ArgType(Ctx.getIntMaxType(), "intmax_t")); in getArgType()
|
| H A D | PrintfFormatString.cpp | 544 return ArgType(Ctx.getIntMaxType(), "intmax_t"); in getScalarArgType() 627 return ArgType::PtrTo(ArgType(Ctx.getIntMaxType(), "intmax_t")); in getScalarArgType()
|
| H A D | ASTContext.cpp | 6813 CanQualType ASTContext::getIntMaxType() const { in getIntMaxType() function in ASTContext 6814 return getFromTargetType(Target->getIntMaxType()); in getIntMaxType()
|
| /freebsd/contrib/llvm-project/clang/lib/Frontend/ |
| H A D | InitPreprocessor.cpp | 1143 DefineTypeSizeAndWidth("__INTMAX", TI.getIntMaxType(), TI, Builder); in InitializePredefinedMacros() 1173 DefineType("__INTMAX_TYPE__", TI.getIntMaxType(), Builder); in InitializePredefinedMacros() 1174 DefineFmt(LangOpts, "__INTMAX", TI.getIntMaxType(), TI, Builder); in InitializePredefinedMacros() 1175 StringRef ConstSuffix(TI.getTypeConstantSuffix(TI.getIntMaxType())); in InitializePredefinedMacros() 1209 TI.getTypeWidth(TI.getIntMaxType()) && in InitializePredefinedMacros()
|
| /freebsd/contrib/llvm-project/clang/lib/Basic/Targets/ |
| H A D | NVPTX.cpp | 133 IntMaxType = HostTarget->getIntMaxType(); in NVPTXTargetInfo()
|
| H A D | SPIR.h | 141 IntMaxType = HostTarget->getIntMaxType(); in BaseSPIRTargetInfo()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | TargetInfo.h | 403 IntType getIntMaxType() const { return IntMaxType; } in getIntMaxType() function
|
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | ASTContext.h | 2009 CanQualType getIntMaxType() const;
|