Searched refs:getIntMaxType (Results 1 – 7 of 7) sorted by relevance
| /openbsd-src/gnu/llvm/clang/lib/Frontend/ |
| H A D | InitPreprocessor.cpp | 987 DefineTypeSizeAndWidth("__INTMAX", TI.getIntMaxType(), TI, Builder); in InitializePredefinedMacros() 1017 DefineType("__INTMAX_TYPE__", TI.getIntMaxType(), Builder); in InitializePredefinedMacros() 1018 DefineFmt("__INTMAX", TI.getIntMaxType(), TI, Builder); in InitializePredefinedMacros() 1020 TI.getTypeConstantSuffix(TI.getIntMaxType())); in InitializePredefinedMacros() 1046 TI.getTypeWidth(TI.getIntMaxType()) && in InitializePredefinedMacros()
|
| /openbsd-src/gnu/llvm/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 | 528 return ArgType(Ctx.getIntMaxType(), "intmax_t"); in getScalarArgType() 611 return ArgType::PtrTo(ArgType(Ctx.getIntMaxType(), "intmax_t")); in getScalarArgType()
|
| H A D | ASTContext.cpp | 5910 CanQualType ASTContext::getIntMaxType() const { in getIntMaxType() function in ASTContext 5911 return getFromTargetType(Target->getIntMaxType()); in getIntMaxType()
|
| /openbsd-src/gnu/llvm/clang/lib/Basic/Targets/ |
| H A D | NVPTX.cpp | 121 IntMaxType = HostTarget->getIntMaxType(); in NVPTXTargetInfo()
|
| /openbsd-src/gnu/llvm/clang/include/clang/Basic/ |
| H A D | TargetInfo.h | 355 IntType getIntMaxType() const { return IntMaxType; } in getIntMaxType() function
|
| /openbsd-src/gnu/llvm/clang/include/clang/AST/ |
| H A D | ASTContext.h | 1734 CanQualType getIntMaxType() const;
|