Searched refs:getIntMaxType (Results 1 – 7 of 7) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/ |
H A D | InitPreprocessor.cpp | 875 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 D | ScanfFormatString.cpp | 251 return ArgType::PtrTo(ArgType(Ctx.getIntMaxType(), "intmax_t")); in getArgType() 389 return ArgType::PtrTo(ArgType(Ctx.getIntMaxType(), "intmax_t")); in getArgType()
|
H A D | PrintfFormatString.cpp | 525 return ArgType(Ctx.getIntMaxType(), "intmax_t"); in getScalarArgType() 608 return ArgType::PtrTo(ArgType(Ctx.getIntMaxType(), "intmax_t")); in getScalarArgType()
|
H A D | ASTContext.cpp | 5640 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 D | NVPTX.cpp | 133 IntMaxType = HostTarget->getIntMaxType(); in NVPTXTargetInfo()
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/ |
H A D | TargetInfo.h | 332 IntType getIntMaxType() const { return IntMaxType; } in getIntMaxType() function
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/ |
H A D | ASTContext.h | 1629 CanQualType getIntMaxType() const;
|