Searched refs:getIntMaxType (Results 1 – 7 of 7) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/ |
| H A D | InitPreprocessor.cpp | 775 DefineTypeSize("__INTMAX_MAX__", TI.getIntMaxType(), TI, Builder); in InitializePredefinedMacros() 802 DefineType("__INTMAX_TYPE__", TI.getIntMaxType(), Builder); in InitializePredefinedMacros() 803 DefineFmt("__INTMAX", TI.getIntMaxType(), TI, Builder); in InitializePredefinedMacros() 805 TI.getTypeConstantSuffix(TI.getIntMaxType())); in InitializePredefinedMacros() 810 DefineTypeWidth("__INTMAX_WIDTH__", TI.getIntMaxType(), TI, Builder); in InitializePredefinedMacros()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/AST/ |
| H A D | ScanfFormatString.cpp | 252 return ArgType::PtrTo(ArgType(Ctx.getIntMaxType(), "intmax_t")); in getArgType() 388 return ArgType::PtrTo(ArgType(Ctx.getIntMaxType(), "intmax_t")); in getArgType()
|
| H A D | PrintfFormatString.cpp | 502 return ArgType(Ctx.getIntMaxType(), "intmax_t"); in getScalarArgType() 572 return ArgType::PtrTo(ArgType(Ctx.getIntMaxType(), "intmax_t")); in getScalarArgType()
|
| H A D | ASTContext.cpp | 4969 CanQualType ASTContext::getIntMaxType() const { in getIntMaxType() function in ASTContext 4970 return getFromTargetType(Target->getIntMaxType()); in getIntMaxType()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Basic/Targets/ |
| H A D | NVPTX.cpp | 126 IntMaxType = HostTarget->getIntMaxType(); in NVPTXTargetInfo()
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/ |
| H A D | TargetInfo.h | 274 IntType getIntMaxType() const { return IntMaxType; } in getIntMaxType() function
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/ |
| H A D | ASTContext.h | 1552 CanQualType getIntMaxType() const;
|