Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/AST/
H A DFormatString.cpp454 QualType PromoArg = argTy->isPromotableIntegerType() in matchesType() local
457 PromoArg = C.getCanonicalType(PromoArg).getUnqualifiedType(); in matchesType()
461 if (PromoArg->hasSignedIntegerRepresentation() && in matchesType()
462 C.getCorrespondingUnsignedType(PromoArg) == WInt) in matchesType()
465 return WInt == PromoArg ? Match : NoMatch; in matchesType()