Home
last modified time | relevance | path

Searched refs:getIntMaxType (Results 1 – 7 of 7) sorted by relevance

/NextBSD/contrib/llvm/tools/clang/lib/Frontend/
HDInitPreprocessor.cpp646 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/
HDScanfFormatString.cpp247 return ArgType::PtrTo(ArgType(Ctx.getIntMaxType(), "intmax_t")); in getArgType()
380 return ArgType::PtrTo(ArgType(Ctx.getIntMaxType(), "intmax_t")); in getArgType()
HDPrintfFormatString.cpp424 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/
HDTargetInfo.h211 IntType getIntMaxType() const { return IntMaxType; } in getIntMaxType() function
/NextBSD/contrib/llvm/tools/clang/include/clang/AST/
HDASTContext.h1251 CanQualType getIntMaxType() const;
/NextBSD/contrib/llvm/tools/clang/lib/AST/
HDASTContext.cpp4008 CanQualType ASTContext::getIntMaxType() const { in getIntMaxType() function in ASTContext
4009 return getFromTargetType(Target->getIntMaxType()); in getIntMaxType()
/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaExpr.cpp3391 Ty = Context.getIntMaxType(); in ActOnNumericConstant()