Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
HDFormatString.cpp445 QualType WInt = C.getCanonicalType(C.getWIntType()).getUnqualifiedType(); in matchesType() local
447 if (C.getCanonicalType(argTy).getUnqualifiedType() == WInt) in matchesType()
458 C.getCorrespondingUnsignedType(PromoArg) == WInt) in matchesType()
461 return WInt == PromoArg ? Match : NoMatch; in matchesType()