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

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

Completed in 44 milliseconds