Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Frontend/
H A DInitPreprocessor.cpp877 DefineTypeSize("__INTMAX_MAX__", TI.getIntMaxType(), TI, Builder); in InitializePredefinedMacros()
904 DefineType("__INTMAX_TYPE__", TI.getIntMaxType(), Builder); in InitializePredefinedMacros()
905 DefineFmt("__INTMAX", TI.getIntMaxType(), TI, Builder); in InitializePredefinedMacros()
907 TI.getTypeConstantSuffix(TI.getIntMaxType())); in InitializePredefinedMacros()
912 DefineTypeWidth("__INTMAX_WIDTH__", TI.getIntMaxType(), TI, Builder); in InitializePredefinedMacros()
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DScanfFormatString.cpp251 return ArgType::PtrTo(ArgType(Ctx.getIntMaxType(), "intmax_t")); in getArgType()
389 return ArgType::PtrTo(ArgType(Ctx.getIntMaxType(), "intmax_t")); in getArgType()
H A DPrintfFormatString.cpp525 return ArgType(Ctx.getIntMaxType(), "intmax_t"); in getScalarArgType()
608 return ArgType::PtrTo(ArgType(Ctx.getIntMaxType(), "intmax_t")); in getScalarArgType()
H A DASTContext.cpp5655 CanQualType ASTContext::getIntMaxType() const { in getIntMaxType() function in ASTContext
5656 return getFromTargetType(Target->getIntMaxType()); in getIntMaxType()
/freebsd-13.1/contrib/llvm-project/clang/lib/Basic/Targets/
H A DNVPTX.cpp133 IntMaxType = HostTarget->getIntMaxType(); in NVPTXTargetInfo()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/
H A DTargetInfo.h332 IntType getIntMaxType() const { return IntMaxType; } in getIntMaxType() function
/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h1674 CanQualType getIntMaxType() const;