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

/external/clang/lib/Analysis/
H A DScanfFormatString.cpp247 return ArgType::PtrTo(ArgType(Ctx.getIntMaxType(), "intmax_t"));
370 return ArgType::PtrTo(ArgType(Ctx.getIntMaxType(), "intmax_t"));
H A DPrintfFormatString.cpp294 return ArgType(Ctx.getIntMaxType(), "intmax_t");
363 return ArgType::PtrTo(ArgType(Ctx.getIntMaxType(), "intmax_t"));
/external/clang/lib/Frontend/
H A DInitPreprocessor.cpp608 DefineTypeSize("__INTMAX_MAX__", TI.getIntMaxType(), TI, Builder);
637 DefineType("__INTMAX_TYPE__", TI.getIntMaxType(), Builder);
639 DefineTypeWidth("__INTMAX_WIDTH__", TI.getIntMaxType(), TI, Builder);
/external/clang/include/clang/Basic/
H A DTargetInfo.h208 IntType getIntMaxType() const { return IntMaxType; } function in class:clang::TargetInfo
/external/clang/include/clang/AST/
H A DASTContext.h1193 CanQualType getIntMaxType() const;
/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());
/external/clang/lib/Sema/
H A DSemaExpr.cpp3234 Ty = Context.getIntMaxType();

Completed in 318 milliseconds