Lines Matching full:better
194 * 1. An exact match is better than a match involving any implicit in is_better_parameter_match()
198 * is better than match involving any other implicit conversion. in is_better_parameter_match()
202 * to float is better than a match involving an implicit conversion in is_better_parameter_match()
206 * neither conversion is considered better than the other. in is_better_parameter_match()
210 * Notably, the int->uint conversion is *not* considered to be better in is_better_parameter_match()
229 * "A function definition A is considered a better in is_best_inexact_overload()
233 * in A is better than the corresponding conversion in B; and in is_best_inexact_overload()
235 * * there is no function argument for which the conversion in B is better in is_best_inexact_overload()
238 * If a single function definition is considered a better match than every in is_best_inexact_overload()
269 return false; /* B is better for this parameter */ in is_best_inexact_overload()
273 return false; /* A must be better than B for some parameter */ in is_best_inexact_overload()