Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Frontend/
H A DInitPreprocessor.cpp987 DefineTypeSizeAndWidth("__INTMAX", TI.getIntMaxType(), TI, Builder); in InitializePredefinedMacros()
1017 DefineType("__INTMAX_TYPE__", TI.getIntMaxType(), Builder); in InitializePredefinedMacros()
1018 DefineFmt("__INTMAX", TI.getIntMaxType(), TI, Builder); in InitializePredefinedMacros()
1020 TI.getTypeConstantSuffix(TI.getIntMaxType())); in InitializePredefinedMacros()
1046 TI.getTypeWidth(TI.getIntMaxType()) && in InitializePredefinedMacros()
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DScanfFormatString.cpp252 return ArgType::PtrTo(ArgType(Ctx.getIntMaxType(), "intmax_t")); in getArgType()
391 return ArgType::PtrTo(ArgType(Ctx.getIntMaxType(), "intmax_t")); in getArgType()
H A DPrintfFormatString.cpp528 return ArgType(Ctx.getIntMaxType(), "intmax_t"); in getScalarArgType()
611 return ArgType::PtrTo(ArgType(Ctx.getIntMaxType(), "intmax_t")); in getScalarArgType()
H A DASTContext.cpp5910 CanQualType ASTContext::getIntMaxType() const { in getIntMaxType() function in ASTContext
5911 return getFromTargetType(Target->getIntMaxType()); in getIntMaxType()
/openbsd-src/gnu/llvm/clang/lib/Basic/Targets/
H A DNVPTX.cpp121 IntMaxType = HostTarget->getIntMaxType(); in NVPTXTargetInfo()
/openbsd-src/gnu/llvm/clang/include/clang/Basic/
H A DTargetInfo.h355 IntType getIntMaxType() const { return IntMaxType; } in getIntMaxType() function
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DASTContext.h1734 CanQualType getIntMaxType() const;