Searched refs:getUIntMaxType (Results 1 – 6 of 6) sorted by relevance
195 IntType getUIntMaxType() const { return UIntMaxType; } in getUIntMaxType() function
271 return ArgType::PtrTo(ArgType(Ctx.getUIntMaxType(), "uintmax_t")); in getArgType()
313 return ArgType(Ctx.getUIntMaxType(), "uintmax_t"); in getArgType()
514 DefineType("__UINTMAX_TYPE__", TI.getUIntMaxType(), Builder); in InitializePredefinedMacros()
1127 CanQualType getUIntMaxType() const;
3598 CanQualType ASTContext::getUIntMaxType() const { in getUIntMaxType() function in ASTContext3599 return getFromTargetType(Target->getUIntMaxType()); in getUIntMaxType()