Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DFormatString.cpp449 QualType PromoArg = argTy->isPromotableIntegerType() in matchesType() local
452 PromoArg = C.getCanonicalType(PromoArg).getUnqualifiedType(); in matchesType()
456 if (PromoArg->hasSignedIntegerRepresentation() && in matchesType()
457 C.getCorrespondingUnsignedType(PromoArg) == WInt) in matchesType()
460 return WInt == PromoArg ? Match : NoMatch; in matchesType()