Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DFormatString.cpp539 QualType WInt = C.getCanonicalType(C.getWIntType()).getUnqualifiedType(); in matchesType() local
541 if (C.getCanonicalType(argTy).getUnqualifiedType() == WInt) in matchesType()
552 C.getCorrespondingUnsignedType(PromoArg) == WInt) in matchesType()
555 return WInt == PromoArg ? Match : NoMatch; in matchesType()