Searched refs:getUIntMaxType (Results 1 – 12 of 12) sorted by relevance
/external/clang/lib/Frontend/ |
D | InitPreprocessor.cpp | 691 DefineTypeSize("__UINTMAX_MAX__", TI.getUIntMaxType(), TI, Builder); in InitializePredefinedMacros() 719 DefineType("__UINTMAX_TYPE__", TI.getUIntMaxType(), Builder); in InitializePredefinedMacros() 720 DefineFmt("__UINTMAX", TI.getUIntMaxType(), TI, Builder); in InitializePredefinedMacros() 722 TI.getTypeConstantSuffix(TI.getUIntMaxType())); in InitializePredefinedMacros() 742 DefineTypeWidth("__UINTMAX_WIDTH__", TI.getUIntMaxType(), TI, Builder); in InitializePredefinedMacros()
|
/external/llvm-project/clang/lib/Frontend/ |
D | InitPreprocessor.cpp | 830 DefineTypeSize("__UINTMAX_MAX__", TI.getUIntMaxType(), TI, Builder); in InitializePredefinedMacros() 858 DefineType("__UINTMAX_TYPE__", TI.getUIntMaxType(), Builder); in InitializePredefinedMacros() 859 DefineFmt("__UINTMAX", TI.getUIntMaxType(), TI, Builder); in InitializePredefinedMacros() 861 TI.getTypeConstantSuffix(TI.getUIntMaxType())); in InitializePredefinedMacros() 881 DefineTypeWidth("__UINTMAX_WIDTH__", TI.getUIntMaxType(), TI, Builder); in InitializePredefinedMacros()
|
/external/clang/include/clang/Basic/ |
D | TargetInfo.h | 227 IntType getUIntMaxType() const { in getUIntMaxType() function
|
/external/clang/lib/Analysis/ |
D | ScanfFormatString.cpp | 291 return ArgType::PtrTo(ArgType(Ctx.getUIntMaxType(), "uintmax_t")); in getArgType()
|
D | PrintfFormatString.cpp | 463 return ArgType(Ctx.getUIntMaxType(), "uintmax_t"); in getArgType()
|
/external/llvm-project/clang/lib/AST/ |
D | ScanfFormatString.cpp | 291 return ArgType::PtrTo(ArgType(Ctx.getUIntMaxType(), "uintmax_t")); in getArgType()
|
D | PrintfFormatString.cpp | 560 return ArgType(Ctx.getUIntMaxType(), "uintmax_t"); in getScalarArgType()
|
D | ASTContext.cpp | 5575 CanQualType ASTContext::getUIntMaxType() const { in getUIntMaxType() function in ASTContext 5576 return getFromTargetType(Target->getUIntMaxType()); in getUIntMaxType()
|
/external/llvm-project/clang/include/clang/Basic/ |
D | TargetInfo.h | 320 IntType getUIntMaxType() const { in getUIntMaxType() function
|
/external/clang/include/clang/AST/ |
D | ASTContext.h | 1337 CanQualType getUIntMaxType() const;
|
/external/llvm-project/clang/include/clang/AST/ |
D | ASTContext.h | 1590 CanQualType getUIntMaxType() const;
|
/external/clang/lib/AST/ |
D | ASTContext.cpp | 4129 CanQualType ASTContext::getUIntMaxType() const { in getUIntMaxType() function in ASTContext 4130 return getFromTargetType(Target->getUIntMaxType()); in getUIntMaxType()
|