Home
last modified time | relevance | path

Searched refs:WIntTy (Results 1 – 5 of 5) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DFormatString.cpp538 case WIntTy: { in matchesType()
624 case WIntTy: { in getRepresentativeType()
H A DPrintfFormatString.cpp499 return ArgType(ArgType::WIntTy, "wint_t"); in getScalarArgType()
H A DASTContext.cpp1279 WIntTy = getFromTargetType(Target.getWIntType()); in InitBuiltinTypes()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DFormatString.h257 AnyCharTy, CStrTy, WCStrTy, WIntTy }; enumerator
H A DASTContext.h1088 CanQualType WIntTy; // [C99 7.24.1], integer type unchanged by default promotions. variable
1784 QualType getWIntType() const { return WIntTy; } in getWIntType()