Lines Matching defs:other
56 /* If all of the parameters from the other parameter list have been
109 /* If all of the parameters from the other parameter list have been
162 /* int -> uint and any other oddball conversions */
177 * is better than match involving any other implicit conversion.
185 * neither conversion is considered better than the other.
218 * other matching function definition, it will be used. Otherwise, a
221 for (ir_function_signature **other = matches;
222 other < matches + num_matches; other++) {
223 if (*other == sig)
227 const exec_node *node_b = (*other)->parameters.get_head_raw();
313 * "If an exact match is found, the other signatures are ignored, and