Searched refs:getIntMaxType (Results 1 – 6 of 6) sorted by relevance
/external/clang/lib/Frontend/ |
D | InitPreprocessor.cpp | 655 DefineTypeSize("__INTMAX_MAX__", TI.getIntMaxType(), TI, Builder); in InitializePredefinedMacros() 682 DefineType("__INTMAX_TYPE__", TI.getIntMaxType(), Builder); in InitializePredefinedMacros() 683 DefineFmt("__INTMAX", TI.getIntMaxType(), TI, Builder); in InitializePredefinedMacros() 685 TI.getTypeConstantSuffix(TI.getIntMaxType())); in InitializePredefinedMacros() 690 DefineTypeWidth("__INTMAX_WIDTH__", TI.getIntMaxType(), TI, Builder); in InitializePredefinedMacros()
|
/external/clang/lib/Analysis/ |
D | ScanfFormatString.cpp | 247 return ArgType::PtrTo(ArgType(Ctx.getIntMaxType(), "intmax_t")); in getArgType() 380 return ArgType::PtrTo(ArgType(Ctx.getIntMaxType(), "intmax_t")); in getArgType()
|
D | PrintfFormatString.cpp | 424 return ArgType(Ctx.getIntMaxType(), "intmax_t"); in getArgType() 495 return ArgType::PtrTo(ArgType(Ctx.getIntMaxType(), "intmax_t")); in getArgType()
|
/external/clang/include/clang/Basic/ |
D | TargetInfo.h | 215 IntType getIntMaxType() const { return IntMaxType; } in getIntMaxType() function
|
/external/clang/include/clang/AST/ |
D | ASTContext.h | 1323 CanQualType getIntMaxType() const;
|
/external/clang/lib/AST/ |
D | ASTContext.cpp | 4070 CanQualType ASTContext::getIntMaxType() const { in getIntMaxType() function in ASTContext 4071 return getFromTargetType(Target->getIntMaxType()); in getIntMaxType()
|