Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/Analysis/
HDFormatString.cpp371 QualType WInt = C.getCanonicalType(C.getWIntType()).getUnqualifiedType(); in matchesType() local
377 C.getCorrespondingUnsignedType(PromoArg) == WInt) in matchesType()
380 return WInt == PromoArg ? Match : NoMatch; in matchesType()