Lines Matching refs:other
56 /* If all of the parameters from the other parameter list have been
108 /* If all of the parameters from the other parameter list have been
161 /* int -> uint and any other oddball conversions */
176 * is better than match involving any other implicit conversion.
184 * neither conversion is considered better than the other.
217 * other matching function definition, it will be used. Otherwise, a
220 for (ir_function_signature **other = matches;
221 other < matches + num_matches; other++) {
222 if (*other == sig)
226 const exec_node *node_b = (*other)->parameters.get_head_raw();
312 * "If an exact match is found, the other signatures are ignored, and