Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/AST/
DFormatString.cpp444 QualType WInt = C.getCanonicalType(C.getWIntType()).getUnqualifiedType(); in matchesType() local
446 if (C.getCanonicalType(argTy).getUnqualifiedType() == WInt) in matchesType()
457 C.getCorrespondingUnsignedType(PromoArg) == WInt) in matchesType()
460 return WInt == PromoArg ? Match : NoMatch; in matchesType()
/external/clang/lib/Analysis/
DFormatString.cpp402 QualType WInt = C.getCanonicalType(C.getWIntType()).getUnqualifiedType(); in matchesType() local
408 C.getCorrespondingUnsignedType(PromoArg) == WInt) in matchesType()
411 return WInt == PromoArg ? Match : NoMatch; in matchesType()