Home
last modified time | relevance | path

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

/trueos/contrib/llvm/tools/clang/include/clang/Basic/
HDTargetInfo.h212 IntType getUIntMaxType() const { return UIntMaxType; } in getUIntMaxType() function
/trueos/contrib/llvm/tools/clang/lib/Analysis/
HDScanfFormatString.cpp276 return ArgType::PtrTo(ArgType(Ctx.getUIntMaxType(), "uintmax_t")); in getArgType()
HDPrintfFormatString.cpp346 return ArgType(Ctx.getUIntMaxType(), "uintmax_t"); in getArgType()
/trueos/contrib/llvm/tools/clang/lib/Frontend/
HDInitPreprocessor.cpp588 DefineType("__UINTMAX_TYPE__", TI.getUIntMaxType(), Builder); in InitializePredefinedMacros()
/trueos/contrib/llvm/tools/clang/include/clang/AST/
HDASTContext.h1170 CanQualType getUIntMaxType() const;
/trueos/contrib/llvm/tools/clang/lib/AST/
HDASTContext.cpp3756 CanQualType ASTContext::getUIntMaxType() const { in getUIntMaxType() function in ASTContext
3757 return getFromTargetType(Target->getUIntMaxType()); in getUIntMaxType()