Lines Matching refs:Match
348 return Match; in matchesType()
368 return Match; in matchesType()
385 return Match; in matchesType()
398 return T == C.UnsignedCharTy || T == C.SignedCharTy ? Match in matchesType()
401 return T == C.UnsignedShortTy ? Match : NoMatch; in matchesType()
403 return T == C.ShortTy ? Match : NoMatch; in matchesType()
405 return T == C.UnsignedIntTy ? Match : NoMatch; in matchesType()
407 return T == C.IntTy ? Match : NoMatch; in matchesType()
409 return T == C.UnsignedLongTy ? Match : NoMatch; in matchesType()
411 return T == C.LongTy ? Match : NoMatch; in matchesType()
413 return T == C.UnsignedLongLongTy ? Match : NoMatch; in matchesType()
415 return T == C.LongLongTy ? Match : NoMatch; in matchesType()
431 return Match; in matchesType()
445 return pointeeTy == C.getWideCharType() ? Match : NoMatch; in matchesType()
452 return Match; in matchesType()
463 return Match; in matchesType()
465 return WInt == PromoArg ? Match : NoMatch; in matchesType()
470 return Match; in matchesType()
481 return Match; in matchesType()
491 return Match; in matchesType()