Home
last modified time | relevance | path

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

/external/clang/lib/Analysis/
DFormatString.cpp398 QualType PromoArg = in matchesType() local
403 PromoArg = C.getCanonicalType(PromoArg).getUnqualifiedType(); in matchesType()
407 if (PromoArg->hasSignedIntegerRepresentation() && in matchesType()
408 C.getCorrespondingUnsignedType(PromoArg) == WInt) in matchesType()
411 return WInt == PromoArg ? Match : NoMatch; in matchesType()