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

/external/clang/lib/Frontend/
H A DInitPreprocessor.cpp612 DefineTypeSize("__UINTMAX_MAX__", TI.getUIntMaxType(), TI, Builder);
638 DefineType("__UINTMAX_TYPE__", TI.getUIntMaxType(), Builder);
655 DefineTypeWidth("__UINTMAX_WIDTH__", TI.getUIntMaxType(), TI, Builder);
/external/clang/include/clang/Basic/
H A DTargetInfo.h209 IntType getUIntMaxType() const { return UIntMaxType; } function in class:clang::TargetInfo
/external/clang/lib/Analysis/
H A DScanfFormatString.cpp285 return ArgType::PtrTo(ArgType(Ctx.getUIntMaxType(), "uintmax_t"));
H A DPrintfFormatString.cpp327 return ArgType(Ctx.getUIntMaxType(), "uintmax_t");
/external/clang/include/clang/AST/
H A DASTContext.h1197 CanQualType getUIntMaxType() const;
/external/clang/lib/AST/
H A DASTContext.cpp3836 /// getUIntMaxType - Return the unique type for "uintmax_t" (C99 7.18.1.5).
3837 CanQualType ASTContext::getUIntMaxType() const { function in class:ASTContext
3838 return getFromTargetType(Target->getUIntMaxType());

Completed in 263 milliseconds