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

  /src/external/apache2/llvm/dist/clang/include/clang/Basic/
TargetInfo.h 332 IntType getIntMaxType() const { return IntMaxType; }
  /src/external/apache2/llvm/dist/clang/lib/AST/
ASTContext.cpp 5639 /// getIntMaxType - Return the unique type for "intmax_t" (C99 7.18.1.5).
5640 CanQualType ASTContext::getIntMaxType() const {
5641 return getFromTargetType(Target->getIntMaxType());

Completed in 74 milliseconds