Searched refs:getIntMaxType (Results 1 - 6 of 6) sorted by relevance

/external/clang/include/clang/Basic/
H A DTargetInfo.h159 IntType getIntMaxType() const { return IntMaxType; } function in class:clang::TargetInfo
/external/clang/lib/Frontend/
H A DInitPreprocessor.cpp457 DefineTypeSize("__INTMAX_MAX__", TI.getIntMaxType(), TI, Builder);
476 DefineType("__INTMAX_TYPE__", TI.getIntMaxType(), Builder);
478 DefineTypeWidth("__INTMAX_WIDTH__", TI.getIntMaxType(), TI, Builder);
/external/clang/lib/Analysis/
H A DPrintfFormatString.cpp273 return ArgTypeResult(Ctx.getIntMaxType(), "intmax_t");
H A DScanfFormatString.cpp217 return ScanfArgTypeResult(Ctx.getIntMaxType(), "intmax_t *");
/external/clang/include/clang/AST/
H A DASTContext.h911 /// getIntMaxType - Return the unique type for "intmax_t" (C99 7.18.1.5),
913 CanQualType getIntMaxType() const;
/external/clang/lib/AST/
H A DASTContext.cpp3062 /// getIntMaxType - Return the unique type for "intmax_t" (C99 7.18.1.5).
3063 CanQualType ASTContext::getIntMaxType() const { function in class:ASTContext
3064 return getFromTargetType(Target->getIntMaxType());

Completed in 110 milliseconds