Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/AST/
H A DFormatString.cpp514 QualType PromoArg = C.isPromotableIntegerType(argTy) in matchesType() local
517 PromoArg = C.getCanonicalType(PromoArg).getUnqualifiedType(); in matchesType()
521 if (PromoArg->hasSignedIntegerRepresentation() && in matchesType()
522 C.getCorrespondingUnsignedType(PromoArg) == WInt) in matchesType()
525 return WInt == PromoArg ? Match : NoMatch; in matchesType()