Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/
H A DInitPreprocessor.cpp775 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 DScanfFormatString.cpp252 return ArgType::PtrTo(ArgType(Ctx.getIntMaxType(), "intmax_t")); in getArgType()
388 return ArgType::PtrTo(ArgType(Ctx.getIntMaxType(), "intmax_t")); in getArgType()
H A DPrintfFormatString.cpp502 return ArgType(Ctx.getIntMaxType(), "intmax_t"); in getScalarArgType()
572 return ArgType::PtrTo(ArgType(Ctx.getIntMaxType(), "intmax_t")); in getScalarArgType()
H A DASTContext.cpp4969 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 DNVPTX.cpp126 IntMaxType = HostTarget->getIntMaxType(); in NVPTXTargetInfo()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/
H A DTargetInfo.h274 IntType getIntMaxType() const { return IntMaxType; } in getIntMaxType() function
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DASTContext.h1552 CanQualType getIntMaxType() const;