Searched refs:WIntTy (Results 1 – 10 of 10) sorted by relevance
/external/clang/lib/Analysis/ |
D | FormatString.cpp | 396 case WIntTy: { in matchesType() 471 case WIntTy: { in getRepresentativeType()
|
D | PrintfFormatString.cpp | 403 return ArgType(ArgType::WIntTy, "wint_t"); in getArgType()
|
/external/llvm-project/clang/lib/AST/ |
D | FormatString.cpp | 443 case WIntTy: { in matchesType() 529 case WIntTy: { in getRepresentativeType()
|
D | PrintfFormatString.cpp | 496 return ArgType(ArgType::WIntTy, "wint_t"); in getScalarArgType()
|
D | ASTContext.cpp | 1344 WIntTy = getFromTargetType(Target.getWIntType()); in InitBuiltinTypes()
|
/external/clang/include/clang/Analysis/Analyses/ |
D | FormatString.h | 239 AnyCharTy, CStrTy, WCStrTy, WIntTy }; enumerator
|
/external/llvm-project/clang/include/clang/AST/ |
D | FormatString.h | 252 AnyCharTy, CStrTy, WCStrTy, WIntTy }; enumerator
|
D | ASTContext.h | 966 CanQualType WIntTy; // [C99 7.24.1], integer type unchanged by default promotions. variable 1613 QualType getWIntType() const { return WIntTy; } in getWIntType()
|
/external/clang/include/clang/AST/ |
D | ASTContext.h | 898 CanQualType WIntTy; // [C99 7.24.1], integer type unchanged by default promotions. variable 1360 QualType getWIntType() const { return WIntTy; } in getWIntType()
|
/external/clang/lib/AST/ |
D | ASTContext.cpp | 1043 WIntTy = getFromTargetType(Target.getWIntType()); in InitBuiltinTypes()
|