Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DFormatString.cpp438 case WIntTy: { in matchesType()
523 case WIntTy: { in getRepresentativeType()
H A DPrintfFormatString.cpp475 return ArgType(ArgType::WIntTy, "wint_t"); in getScalarArgType()
H A DASTContext.cpp1236 WIntTy = getFromTargetType(Target.getWIntType()); in InitBuiltinTypes()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DFormatString.h252 AnyCharTy, CStrTy, WCStrTy, WIntTy }; enumerator
H A DASTContext.h1021 CanQualType WIntTy; // [C99 7.24.1], integer type unchanged by default promotions. variable
1579 QualType getWIntType() const { return WIntTy; } in getWIntType()