Lines Matching refs:NoMatch
329 return NoMatch; in matchesType()
333 return NoMatch; in matchesType()
350 return NoMatch; in matchesType()
365 return NoMatch; in matchesType()
394 : NoMatch; in matchesType()
396 return T == C.UnsignedShortTy ? Match : NoMatch; in matchesType()
398 return T == C.ShortTy ? Match : NoMatch; in matchesType()
400 return T == C.UnsignedIntTy ? Match : NoMatch; in matchesType()
402 return T == C.IntTy ? Match : NoMatch; in matchesType()
404 return T == C.UnsignedLongTy ? Match : NoMatch; in matchesType()
406 return T == C.LongTy ? Match : NoMatch; in matchesType()
408 return T == C.UnsignedLongLongTy ? Match : NoMatch; in matchesType()
410 return T == C.LongLongTy ? Match : NoMatch; in matchesType()
412 return NoMatch; in matchesType()
418 return NoMatch; in matchesType()
431 return NoMatch; in matchesType()
437 return NoMatch; in matchesType()
440 return pointeeTy == C.getWideCharType() ? Match : NoMatch; in matchesType()
460 return WInt == PromoArg ? Match : NoMatch; in matchesType()
470 return NoMatch; in matchesType()
488 return NoMatch; in matchesType()