Searched defs:getUIntMaxType (Results 1 - 2 of 2) sorted by relevance

/external/clang/include/clang/Basic/
H A DTargetInfo.h209 IntType getUIntMaxType() const { return UIntMaxType; } function in class:clang::TargetInfo
/external/clang/lib/AST/
H A DASTContext.cpp3836 /// getUIntMaxType - Return the unique type for "uintmax_t" (C99 7.18.1.5).
3837 CanQualType ASTContext::getUIntMaxType() const { function in class:ASTContext
3838 return getFromTargetType(Target->getUIntMaxType());

Completed in 118 milliseconds