Searched refs:getUIntMaxType (Results 1 – 6 of 6) sorted by relevance
/external/clang/lib/Frontend/ |
D | InitPreprocessor.cpp | 646 DefineTypeSize("__UINTMAX_MAX__", TI.getUIntMaxType(), TI, Builder); in InitializePredefinedMacros() 674 DefineType("__UINTMAX_TYPE__", TI.getUIntMaxType(), Builder); in InitializePredefinedMacros() 675 DefineFmt("__UINTMAX", TI.getUIntMaxType(), TI, Builder); in InitializePredefinedMacros() 677 TI.getTypeConstantSuffix(TI.getUIntMaxType())); in InitializePredefinedMacros() 697 DefineTypeWidth("__UINTMAX_WIDTH__", TI.getUIntMaxType(), TI, Builder); in InitializePredefinedMacros()
|
/external/clang/include/clang/Basic/ |
D | TargetInfo.h | 209 IntType getUIntMaxType() const { in getUIntMaxType() function
|
/external/clang/lib/Analysis/ |
D | ScanfFormatString.cpp | 286 return ArgType::PtrTo(ArgType(Ctx.getUIntMaxType(), "uintmax_t")); in getArgType()
|
D | PrintfFormatString.cpp | 396 return ArgType(Ctx.getUIntMaxType(), "uintmax_t"); in getArgType()
|
/external/clang/include/clang/AST/ |
D | ASTContext.h | 1221 CanQualType getUIntMaxType() const;
|
/external/clang/lib/AST/ |
D | ASTContext.cpp | 3915 CanQualType ASTContext::getUIntMaxType() const { in getUIntMaxType() function in ASTContext 3916 return getFromTargetType(Target->getUIntMaxType()); in getUIntMaxType()
|