Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DFormatString.cpp536 case WIntTy: { in matchesType()
675 } else if (Right.K == AK::WIntTy) { in matchesArgType()
677 return integerTypeMatch(C, Left.T, C.WIntTy, true); in matchesArgType()
723 case WIntTy: { in getRepresentativeType()
H A DPrintfFormatString.cpp515 return ArgType(ArgType::WIntTy, "wint_t"); in getScalarArgType()
H A DASTContext.cpp1366 WIntTy = getFromTargetType(Target.getWIntType()); in InitBuiltinTypes()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DFormatString.h268 AnyCharTy, CStrTy, WCStrTy, WIntTy }; enumerator
H A DASTContext.h1217 CanQualType WIntTy; // [C99 7.24.1], integer type unchanged by default promotions. variable
2036 QualType getWIntType() const { return WIntTy; } in getWIntType()