Lines Matching full:better
172 * 1. An exact match is better than a match involving any implicit in is_better_parameter_match()
176 * is better than match involving any other implicit conversion. in is_better_parameter_match()
180 * to float is better than a match involving an implicit conversion in is_better_parameter_match()
184 * neither conversion is considered better than the other. in is_better_parameter_match()
188 * Notably, the int->uint conversion is *not* considered to be better in is_better_parameter_match()
207 * "A function definition A is considered a better in is_best_inexact_overload()
211 * in A is better than the corresponding conversion in B; and in is_best_inexact_overload()
213 * * there is no function argument for which the conversion in B is better in is_best_inexact_overload()
216 * If a single function definition is considered a better match than every in is_best_inexact_overload()
247 return false; /* B is better for this parameter */ in is_best_inexact_overload()
251 return false; /* A must be better than B for some parameter */ in is_best_inexact_overload()