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

/external/clang/lib/Analysis/
H A DPrintfFormatString.cpp273 return ArgType(Ctx.getIntMaxType(), "intmax_t");
329 return ArgType::PtrTo(ArgType(Ctx.getIntMaxType(), "intmax_t"));
H A DScanfFormatString.cpp219 return ArgType::PtrTo(ArgType(Ctx.getIntMaxType(), "intmax_t"));
334 return ArgType::PtrTo(ArgType(Ctx.getIntMaxType(), "intmax_t"));
/external/clang/include/clang/Basic/
H A DTargetInfo.h187 IntType getIntMaxType() const { return IntMaxType; } function in class:clang::TargetInfo
/external/clang/lib/Frontend/
H A DInitPreprocessor.cpp476 DefineTypeSize("__INTMAX_MAX__", TI.getIntMaxType(), TI, Builder);
495 DefineType("__INTMAX_TYPE__", TI.getIntMaxType(), Builder);
497 DefineTypeWidth("__INTMAX_WIDTH__", TI.getIntMaxType(), TI, Builder);
/external/clang/include/clang/AST/
H A DASTContext.h1050 CanQualType getIntMaxType() const;
/external/clang/lib/AST/
H A DASTContext.cpp3429 /// getIntMaxType - Return the unique type for "intmax_t" (C99 7.18.1.5).
3430 CanQualType ASTContext::getIntMaxType() const { function in class:ASTContext
3431 return getFromTargetType(Target->getIntMaxType());

Completed in 112 milliseconds