Searched refs:max_n_opers (Results 1 - 1 of 1) sorted by relevance

/haiku-buildtools/gcc/gcc/
H A Dgenmatch.c1021 unsigned max_n_opers = 0; local
1023 if (ids[i]->substitutes.length () > max_n_opers)
1024 max_n_opers = ids[i]->substitutes.length ();
1030 for (unsigned j = 0; j < max_n_opers; ++j)
3302 unsigned min_n_opers = 0, max_n_opers = 0; local
3353 if (max_n_opers == 0)
3356 max_n_opers = nsubstitutes;
3367 else if (nsubstitutes > max_n_opers)
3368 max_n_opers = nsubstitutes;

Completed in 97 milliseconds