Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DFormatString.cpp444 QualType PromoArg = argTy->isPromotableIntegerType() in matchesType() local
447 PromoArg = C.getCanonicalType(PromoArg).getUnqualifiedType(); in matchesType()
451 if (PromoArg->hasSignedIntegerRepresentation() && in matchesType()
452 C.getCorrespondingUnsignedType(PromoArg) == WInt) in matchesType()
455 return WInt == PromoArg ? Match : NoMatch; in matchesType()