Lines Matching refs:match
30 /* If the types are the same, they trivially match.
56 /* Samplers and structures must match exactly.
69 * would be required, the array types do not match.
100 * do not match.
109 /* Determine whether or not the types match. If the types are an
110 * exact match, the match score is zero. If the types don't match
112 * parameter, the match score is one.
154 * match.
166 ir_function_signature *match = NULL;
179 if (match != NULL)
182 match = sig;
186 return match;
202 /* If the types of the parameters do not match, the parameters lists
210 * definition, do not match.