Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dgenmatch.cc1451 unsigned max_n_opers = 0; in lower_for() local
1455 if (ids[i]->substitutes.length () > max_n_opers) in lower_for()
1456 max_n_opers = ids[i]->substitutes.length (); in lower_for()
1497 for (unsigned j = 0; j < max_n_opers; ++j) in lower_for()
4759 unsigned min_n_opers = 0, max_n_opers = 0; in parse_for() local
4813 if (max_n_opers == 0) in parse_for()
4816 max_n_opers = nsubstitutes; in parse_for()
4827 else if (nsubstitutes > max_n_opers) in parse_for()
4828 max_n_opers = nsubstitutes; in parse_for()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dgenmatch.c1447 unsigned max_n_opers = 0; in lower_for() local
1451 if (ids[i]->substitutes.length () > max_n_opers) in lower_for()
1452 max_n_opers = ids[i]->substitutes.length (); in lower_for()
1493 for (unsigned j = 0; j < max_n_opers; ++j) in lower_for()
4693 unsigned min_n_opers = 0, max_n_opers = 0; in parse_for() local
4747 if (max_n_opers == 0) in parse_for()
4750 max_n_opers = nsubstitutes; in parse_for()
4761 else if (nsubstitutes > max_n_opers) in parse_for()
4762 max_n_opers = nsubstitutes; in parse_for()