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 | 6366 CanQualType ASTContext::getIntMaxType() const { in getIntMaxType() function in ASTContext 6367 return getFromTargetType(Target->getIntMaxType()); in getIntMaxType()
|
/freebsd/contrib/llvm-project/clang/lib/Frontend/ |
H A D | InitPreprocessor.cpp | 1126 DefineTypeSizeAndWidth("__INTMAX", TI.getIntMaxType(), TI, Builder); in InitializePredefinedMacros() 1156 DefineType("__INTMAX_TYPE__", TI.getIntMaxType(), Builder); in InitializePredefinedMacros() 1157 DefineFmt(LangOpts, "__INTMAX", TI.getIntMaxType(), TI, Builder); in InitializePredefinedMacros() 1159 TI.getTypeConstantSuffix(TI.getIntMaxType())); in InitializePredefinedMacros() 1188 TI.getTypeWidth(TI.getIntMaxType()) && in InitializePredefinedMacros()
|
/freebsd/contrib/llvm-project/clang/lib/Basic/Targets/ |
H A D | NVPTX.cpp | 128 IntMaxType = HostTarget->getIntMaxType(); in NVPTXTargetInfo()
|
H A D | SPIR.h | 134 IntMaxType = HostTarget->getIntMaxType(); in BaseSPIRTargetInfo()
|
/freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | TargetInfo.h | 386 IntType getIntMaxType() const { return IntMaxType; } in getIntMaxType() function
|
/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | ASTContext.h | 1824 CanQualType getIntMaxType() const;
|