Lines Matching refs:NoMatch
265 return NoMatch; in matchesType()
269 return NoMatch; in matchesType()
295 return NoMatch; in matchesType()
315 : NoMatch; in matchesType()
317 return T == C.UnsignedShortTy ? Match : NoMatch; in matchesType()
319 return T == C.ShortTy ? Match : NoMatch; in matchesType()
321 return T == C.UnsignedIntTy ? Match : NoMatch; in matchesType()
323 return T == C.IntTy ? Match : NoMatch; in matchesType()
325 return T == C.UnsignedLongTy ? Match : NoMatch; in matchesType()
327 return T == C.LongTy ? Match : NoMatch; in matchesType()
329 return T == C.UnsignedLongLongTy ? Match : NoMatch; in matchesType()
331 return T == C.LongLongTy ? Match : NoMatch; in matchesType()
333 return NoMatch; in matchesType()
339 return NoMatch; in matchesType()
353 return NoMatch; in matchesType()
359 return NoMatch; in matchesType()
362 return pointeeTy == C.getWideCharType() ? Match : NoMatch; in matchesType()
380 return WInt == PromoArg ? Match : NoMatch; in matchesType()
390 return NoMatch; in matchesType()
408 return NoMatch; in matchesType()