HomeSort by: relevance | last modified time | path
    Searched defs:getUIntMaxType (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/Basic/
TargetInfo.h 333 IntType getUIntMaxType() const {
  /src/external/apache2/llvm/dist/clang/lib/AST/
ASTContext.cpp 5644 /// getUIntMaxType - Return the unique type for "uintmax_t" (C99 7.18.1.5).
5645 CanQualType ASTContext::getUIntMaxType() const {
5646 return getFromTargetType(Target->getUIntMaxType());

Completed in 26 milliseconds