Home
last modified time | relevance | path

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

/external/clang/lib/Frontend/
DInitPreprocessor.cpp655 DefineTypeSize("__INTMAX_MAX__", TI.getIntMaxType(), TI, Builder); in InitializePredefinedMacros()
682 DefineType("__INTMAX_TYPE__", TI.getIntMaxType(), Builder); in InitializePredefinedMacros()
683 DefineFmt("__INTMAX", TI.getIntMaxType(), TI, Builder); in InitializePredefinedMacros()
685 TI.getTypeConstantSuffix(TI.getIntMaxType())); in InitializePredefinedMacros()
690 DefineTypeWidth("__INTMAX_WIDTH__", TI.getIntMaxType(), TI, Builder); in InitializePredefinedMacros()
/external/clang/lib/Analysis/
DScanfFormatString.cpp247 return ArgType::PtrTo(ArgType(Ctx.getIntMaxType(), "intmax_t")); in getArgType()
380 return ArgType::PtrTo(ArgType(Ctx.getIntMaxType(), "intmax_t")); in getArgType()
DPrintfFormatString.cpp424 return ArgType(Ctx.getIntMaxType(), "intmax_t"); in getArgType()
495 return ArgType::PtrTo(ArgType(Ctx.getIntMaxType(), "intmax_t")); in getArgType()
/external/clang/include/clang/Basic/
DTargetInfo.h215 IntType getIntMaxType() const { return IntMaxType; } in getIntMaxType() function
/external/clang/include/clang/AST/
DASTContext.h1323 CanQualType getIntMaxType() const;
/external/clang/lib/AST/
DASTContext.cpp4070 CanQualType ASTContext::getIntMaxType() const { in getIntMaxType() function in ASTContext
4071 return getFromTargetType(Target->getIntMaxType()); in getIntMaxType()