Lines Matching refs:NoMatch
296 return NoMatch; in matchesType()
300 return NoMatch; in matchesType()
326 return NoMatch; in matchesType()
346 : NoMatch; in matchesType()
348 return T == C.UnsignedShortTy ? Match : NoMatch; in matchesType()
350 return T == C.ShortTy ? Match : NoMatch; in matchesType()
352 return T == C.UnsignedIntTy ? Match : NoMatch; in matchesType()
354 return T == C.IntTy ? Match : NoMatch; in matchesType()
356 return T == C.UnsignedLongTy ? Match : NoMatch; in matchesType()
358 return T == C.LongTy ? Match : NoMatch; in matchesType()
360 return T == C.UnsignedLongLongTy ? Match : NoMatch; in matchesType()
362 return T == C.LongLongTy ? Match : NoMatch; in matchesType()
364 return NoMatch; in matchesType()
370 return NoMatch; in matchesType()
384 return NoMatch; in matchesType()
390 return NoMatch; in matchesType()
393 return pointeeTy == C.getWideCharType() ? Match : NoMatch; in matchesType()
411 return WInt == PromoArg ? Match : NoMatch; in matchesType()
421 return NoMatch; in matchesType()
439 return NoMatch; in matchesType()