Searched refs:getUIntMaxType (Results 1 – 6 of 6) sorted by relevance
212 IntType getUIntMaxType() const { return UIntMaxType; } in getUIntMaxType() function
276 return ArgType::PtrTo(ArgType(Ctx.getUIntMaxType(), "uintmax_t")); in getArgType()
346 return ArgType(Ctx.getUIntMaxType(), "uintmax_t"); in getArgType()
588 DefineType("__UINTMAX_TYPE__", TI.getUIntMaxType(), Builder); in InitializePredefinedMacros()
1170 CanQualType getUIntMaxType() const;
3756 CanQualType ASTContext::getUIntMaxType() const { in getUIntMaxType() function in ASTContext3757 return getFromTargetType(Target->getUIntMaxType()); in getUIntMaxType()