Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DFormatString.cpp544 QualType PromoArg = C.isPromotableIntegerType(argTy) in matchesType() local
547 PromoArg = C.getCanonicalType(PromoArg).getUnqualifiedType(); in matchesType()
551 if (PromoArg->hasSignedIntegerRepresentation() && in matchesType()
552 C.getCorrespondingUnsignedType(PromoArg) == WInt) in matchesType()
555 return WInt == PromoArg ? Match : NoMatch; in matchesType()