Lines Matching refs:match
30 PARAMETER_LIST_INEXACT_MATCH /*< Match requires implicit conversion. */
34 * \brief Check if two parameter lists match.
46 /* This is set to true if there is an inexact match requiring an implicit
55 * do not match.
106 * match.
129 ir_function_signature *match = NULL;
134 * "If an exact match is found, the other signatures are ignored, and
135 * the exact match is used. Otherwise, if no exact match is found, then
137 * be applied to the calling arguments if this can make their types match
140 * call such that the call can be made to match multiple signatures."
151 if (match == NULL)
152 match = sig;
164 /* There is no exact match (we would have returned it by now). If there
176 return match;
192 /* If the types of the parameters do not match, the parameters lists
200 * definition, do not match.