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

/netbsd-current/external/apache2/llvm/dist/clang/lib/AST/
H A DFormatString.cpp444 QualType WInt = C.getCanonicalType(C.getWIntType()).getUnqualifiedType(); local
446 if (C.getCanonicalType(argTy).getUnqualifiedType() == WInt)
457 C.getCorrespondingUnsignedType(PromoArg) == WInt)
460 return WInt == PromoArg ? Match : NoMatch;

Completed in 291 milliseconds