Home
last modified time | relevance | path

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

/external/clang/lib/Frontend/
DInitPreprocessor.cpp691 DefineTypeSize("__UINTMAX_MAX__", TI.getUIntMaxType(), TI, Builder); in InitializePredefinedMacros()
719 DefineType("__UINTMAX_TYPE__", TI.getUIntMaxType(), Builder); in InitializePredefinedMacros()
720 DefineFmt("__UINTMAX", TI.getUIntMaxType(), TI, Builder); in InitializePredefinedMacros()
722 TI.getTypeConstantSuffix(TI.getUIntMaxType())); in InitializePredefinedMacros()
742 DefineTypeWidth("__UINTMAX_WIDTH__", TI.getUIntMaxType(), TI, Builder); in InitializePredefinedMacros()
/external/clang/include/clang/Basic/
DTargetInfo.h227 IntType getUIntMaxType() const { in getUIntMaxType() function
/external/clang/lib/Analysis/
DScanfFormatString.cpp291 return ArgType::PtrTo(ArgType(Ctx.getUIntMaxType(), "uintmax_t")); in getArgType()
DPrintfFormatString.cpp463 return ArgType(Ctx.getUIntMaxType(), "uintmax_t"); in getArgType()
/external/clang/include/clang/AST/
DASTContext.h1337 CanQualType getUIntMaxType() const;
/external/clang/lib/AST/
DASTContext.cpp4129 CanQualType ASTContext::getUIntMaxType() const { in getUIntMaxType() function in ASTContext
4130 return getFromTargetType(Target->getUIntMaxType()); in getUIntMaxType()