Home | History | Annotate | Download | only in libpp

Lines Matching refs:it2

129 	symbol_container::symbols_t::iterator it2 = pc2.begin_symbol();
132 while (it1 != end1 && it2 != end2) {
133 if (rough_less(*it1, *it2)) {
136 } else if (rough_less(*it2, *it1)) {
137 symbol_new(syms, *it2, choice);
138 ++it2;
140 symbol_diff(syms, *it1, total1, *it2, total2, choice);
142 ++it2;
149 for (; it2 != end2; ++it2)
150 symbol_new(syms, *it2, choice);