Searched refs:getIntMaxType (Results 1 – 7 of 7) sorted by relevance
| /NextBSD/contrib/llvm/tools/clang/lib/Frontend/ |
| HD | InitPreprocessor.cpp | 646 DefineTypeSize("__INTMAX_MAX__", TI.getIntMaxType(), TI, Builder); in InitializePredefinedMacros() 673 DefineType("__INTMAX_TYPE__", TI.getIntMaxType(), Builder); in InitializePredefinedMacros() 674 DefineFmt("__INTMAX", TI.getIntMaxType(), TI, Builder); in InitializePredefinedMacros() 676 TI.getTypeConstantSuffix(TI.getIntMaxType())); in InitializePredefinedMacros() 681 DefineTypeWidth("__INTMAX_WIDTH__", TI.getIntMaxType(), TI, Builder); in InitializePredefinedMacros()
|
| /NextBSD/contrib/llvm/tools/clang/lib/Analysis/ |
| HD | ScanfFormatString.cpp | 247 return ArgType::PtrTo(ArgType(Ctx.getIntMaxType(), "intmax_t")); in getArgType() 380 return ArgType::PtrTo(ArgType(Ctx.getIntMaxType(), "intmax_t")); in getArgType()
|
| HD | PrintfFormatString.cpp | 424 return ArgType(Ctx.getIntMaxType(), "intmax_t"); in getArgType() 495 return ArgType::PtrTo(ArgType(Ctx.getIntMaxType(), "intmax_t")); in getArgType()
|
| /NextBSD/contrib/llvm/tools/clang/include/clang/Basic/ |
| HD | TargetInfo.h | 211 IntType getIntMaxType() const { return IntMaxType; } in getIntMaxType() function
|
| /NextBSD/contrib/llvm/tools/clang/include/clang/AST/ |
| HD | ASTContext.h | 1251 CanQualType getIntMaxType() const;
|
| /NextBSD/contrib/llvm/tools/clang/lib/AST/ |
| HD | ASTContext.cpp | 4008 CanQualType ASTContext::getIntMaxType() const { in getIntMaxType() function in ASTContext 4009 return getFromTargetType(Target->getIntMaxType()); in getIntMaxType()
|
| /NextBSD/contrib/llvm/tools/clang/lib/Sema/ |
| HD | SemaExpr.cpp | 3391 Ty = Context.getIntMaxType(); in ActOnNumericConstant()
|