HomeSort by: relevance | last modified time | path
    Searched defs:max_n_opers (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
genmatch.cc 1601 unsigned max_n_opers = 0; local
1605 if (ids[i]->substitutes.length () > max_n_opers)
1606 max_n_opers = ids[i]->substitutes.length ();
1650 for (unsigned j = 0; j < max_n_opers; ++j)
5056 unsigned min_n_opers = 0, max_n_opers = 0; local
5110 if (max_n_opers == 0)
5113 max_n_opers = nsubstitutes;
5124 else if (nsubstitutes > max_n_opers)
5125 max_n_opers = nsubstitutes;
  /src/external/gpl3/gcc.old/dist/gcc/
genmatch.cc 1451 unsigned max_n_opers = 0; local
1455 if (ids[i]->substitutes.length () > max_n_opers)
1456 max_n_opers = ids[i]->substitutes.length ();
1497 for (unsigned j = 0; j < max_n_opers; ++j)
4759 unsigned min_n_opers = 0, max_n_opers = 0; local
4813 if (max_n_opers == 0)
4816 max_n_opers = nsubstitutes;
4827 else if (nsubstitutes > max_n_opers)
4828 max_n_opers = nsubstitutes;

Completed in 31 milliseconds