Lines Matching refs:better
229 functions are compared. A function definition A is considered a better
233 in A is better than the corresponding conversion in B; and
235 * there is no function argument for which the conversion in B is better
238 If a single function definition is considered a better match than every
243 better than that for another match, the following rules are applied, in
246 1. An exact match is better than a match involving any implicit
250 better than a match involving any other implicit conversion.
253 float is better than a match involving an implicit conversion from
257 neither conversion is considered better than the other.
267 // ivec4. (A) better than (B) for 2nd
270 // conversion. (C) is better than (A) and (B)
271 // on the first argument. (A) is better than
448 better than a conversion from a type with a smaller number of bits
450 parameter type to "int" is better than one from an "int8_t" formal