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

/freebsd-11-stable/contrib/llvm-project/clang/lib/Basic/Targets/
H A DNVPTX.cpp127 IntMaxType = HostTarget->getIntMaxType();
/freebsd-11-stable/contrib/llvm-project/clang/lib/Frontend/
H A DInitPreprocessor.cpp807 DefineTypeSize("__INTMAX_MAX__", TI.getIntMaxType(), TI, Builder);
834 DefineType("__INTMAX_TYPE__", TI.getIntMaxType(), Builder);
835 DefineFmt("__INTMAX", TI.getIntMaxType(), TI, Builder);
837 TI.getTypeConstantSuffix(TI.getIntMaxType()));
842 DefineTypeWidth("__INTMAX_WIDTH__", TI.getIntMaxType(), TI, Builder);
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DScanfFormatString.cpp251 return ArgType::PtrTo(ArgType(Ctx.getIntMaxType(), "intmax_t"));
389 return ArgType::PtrTo(ArgType(Ctx.getIntMaxType(), "intmax_t"));
H A DPrintfFormatString.cpp524 return ArgType(Ctx.getIntMaxType(), "intmax_t");
607 return ArgType::PtrTo(ArgType(Ctx.getIntMaxType(), "intmax_t"));
H A DASTContext.cpp5260 /// getIntMaxType - Return the unique type for "intmax_t" (C99 7.18.1.5).
5261 CanQualType ASTContext::getIntMaxType() const { function in class:ASTContext
5262 return getFromTargetType(Target->getIntMaxType());
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Basic/
H A DTargetInfo.h286 IntType getIntMaxType() const { return IntMaxType; } function in class:clang::TargetInfo
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h1577 CanQualType getIntMaxType() const;

Completed in 126 milliseconds