Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/lib/Frontend/
H A DInitPreprocessor.cpp641 DefineTypeSize("__INTMAX_MAX__", TI.getIntMaxType(), TI, Builder); in InitializePredefinedMacros()
668 DefineType("__INTMAX_TYPE__", TI.getIntMaxType(), Builder); in InitializePredefinedMacros()
669 DefineFmt("__INTMAX", TI.getIntMaxType(), TI, Builder); in InitializePredefinedMacros()
671 TI.getTypeConstantSuffix(TI.getIntMaxType())); in InitializePredefinedMacros()
676 DefineTypeWidth("__INTMAX_WIDTH__", TI.getIntMaxType(), TI, Builder); in InitializePredefinedMacros()
/minix3/external/bsd/llvm/dist/clang/lib/Analysis/
H A DScanfFormatString.cpp247 return ArgType::PtrTo(ArgType(Ctx.getIntMaxType(), "intmax_t")); in getArgType()
380 return ArgType::PtrTo(ArgType(Ctx.getIntMaxType(), "intmax_t")); in getArgType()
H A DPrintfFormatString.cpp339 return ArgType(Ctx.getIntMaxType(), "intmax_t"); in getArgType()
410 return ArgType::PtrTo(ArgType(Ctx.getIntMaxType(), "intmax_t")); in getArgType()
/minix3/external/bsd/llvm/dist/clang/include/clang/Basic/
H A DTargetInfo.h208 IntType getIntMaxType() const { return IntMaxType; } in getIntMaxType() function
/minix3/external/bsd/llvm/dist/clang/include/clang/AST/
H A DASTContext.h1215 CanQualType getIntMaxType() const;
/minix3/external/bsd/llvm/dist/clang/lib/AST/
H A DASTContext.cpp3888 CanQualType ASTContext::getIntMaxType() const { in getIntMaxType() function in ASTContext
3889 return getFromTargetType(Target->getIntMaxType()); in getIntMaxType()
/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaExpr.cpp3324 Ty = Context.getIntMaxType(); in ActOnNumericConstant()