Searched refs:max_n_opers (Results 1 – 2 of 2) sorted by relevance
1451 unsigned max_n_opers = 0; in lower_for() local1455 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() local4813 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()
1447 unsigned max_n_opers = 0; in lower_for() local1451 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() local4747 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()