Home
last modified time | relevance | path

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

/external/clang/lib/Analysis/
DFormatString.cpp363 QualType PromoArg = in matchesType() local
368 PromoArg = C.getCanonicalType(PromoArg).getUnqualifiedType(); in matchesType()
372 if (PromoArg->hasSignedIntegerRepresentation() && in matchesType()
373 C.getCorrespondingUnsignedType(PromoArg) == WInt) in matchesType()
376 return WInt == PromoArg; in matchesType()