Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/AST/
H A DFormatString.cpp449 QualType WInt = C.getCanonicalType(C.getWIntType()).getUnqualifiedType(); in matchesType() local
451 if (C.getCanonicalType(argTy).getUnqualifiedType() == WInt) in matchesType()
462 C.getCorrespondingUnsignedType(PromoArg) == WInt) in matchesType()
465 return WInt == PromoArg ? Match : NoMatch; in matchesType()