Home
last modified time | relevance | path

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

/external/clang/include/clang/Basic/
DTargetInfo.h195 IntType getUIntMaxType() const { return UIntMaxType; } in getUIntMaxType() function
/external/clang/lib/Analysis/
DScanfFormatString.cpp271 return ArgType::PtrTo(ArgType(Ctx.getUIntMaxType(), "uintmax_t")); in getArgType()
DPrintfFormatString.cpp313 return ArgType(Ctx.getUIntMaxType(), "uintmax_t"); in getArgType()
/external/clang/lib/Frontend/
DInitPreprocessor.cpp514 DefineType("__UINTMAX_TYPE__", TI.getUIntMaxType(), Builder); in InitializePredefinedMacros()
/external/clang/include/clang/AST/
DASTContext.h1127 CanQualType getUIntMaxType() const;
/external/clang/lib/AST/
DASTContext.cpp3598 CanQualType ASTContext::getUIntMaxType() const { in getUIntMaxType() function in ASTContext
3599 return getFromTargetType(Target->getUIntMaxType()); in getUIntMaxType()