Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/
H A DInitPreprocessor.cpp875 DefineTypeSize("__INTMAX_MAX__", TI.getIntMaxType(), TI, Builder); in InitializePredefinedMacros()
902 DefineType("__INTMAX_TYPE__", TI.getIntMaxType(), Builder); in InitializePredefinedMacros()
903 DefineFmt("__INTMAX", TI.getIntMaxType(), TI, Builder); in InitializePredefinedMacros()
905 TI.getTypeConstantSuffix(TI.getIntMaxType())); in InitializePredefinedMacros()
910 DefineTypeWidth("__INTMAX_WIDTH__", TI.getIntMaxType(), TI, Builder); in InitializePredefinedMacros()
/netbsd-src/external/apache2/llvm/dist/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.cpp5640 CanQualType ASTContext::getIntMaxType() const { in getIntMaxType() function in ASTContext
5641 return getFromTargetType(Target->getIntMaxType()); in getIntMaxType()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Basic/Targets/
H A DNVPTX.cpp133 IntMaxType = HostTarget->getIntMaxType(); in NVPTXTargetInfo()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DTargetInfo.h332 IntType getIntMaxType() const { return IntMaxType; } in getIntMaxType() function
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DASTContext.h1629 CanQualType getIntMaxType() const;