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

/external/clang/include/clang/Basic/
H A DTargetInfo.h208 IntType getIntMaxType() const { return IntMaxType; } function in class:clang::TargetInfo
/external/clang/lib/AST/
H A DASTContext.cpp3831 /// getIntMaxType - Return the unique type for "intmax_t" (C99 7.18.1.5).
3832 CanQualType ASTContext::getIntMaxType() const { function in class:ASTContext
3833 return getFromTargetType(Target->getIntMaxType());

Completed in 660 milliseconds