reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
373 argTy = C.IntTy; 377 argTy = C.getCanonicalType(argTy).getUnqualifiedType(); 391 if (T == C.UnsignedShortTy || T == C.ShortTy) 391 if (T == C.UnsignedShortTy || T == C.ShortTy) 393 return T == C.UnsignedCharTy || T == C.SignedCharTy ? Match 393 return T == C.UnsignedCharTy || T == C.SignedCharTy ? Match 396 return T == C.UnsignedShortTy ? Match : NoMatch; 398 return T == C.ShortTy ? Match : NoMatch; 400 return T == C.UnsignedIntTy ? Match : NoMatch; 402 return T == C.IntTy ? Match : NoMatch; 404 return T == C.UnsignedLongTy ? Match : NoMatch; 406 return T == C.LongTy ? Match : NoMatch; 408 return T == C.UnsignedLongLongTy ? Match : NoMatch; 410 return T == C.LongLongTy ? Match : NoMatch; 440 C.getCanonicalType(PT->getPointeeType()).getUnqualifiedType(); 441 return pointeeTy == C.getWideCharType() ? Match : NoMatch; 445 QualType WInt = C.getCanonicalType(C.getWIntType()).getUnqualifiedType(); 445 QualType WInt = C.getCanonicalType(C.getWIntType()).getUnqualifiedType(); 447 if (C.getCanonicalType(argTy).getUnqualifiedType() == WInt) 451 ? C.getPromotedIntegerType(argTy) 453 PromoArg = C.getCanonicalType(PromoArg).getUnqualifiedType(); 458 C.getCorrespondingUnsignedType(PromoArg) == WInt)