Home | History | Annotate | Download | only in libutil++

Lines Matching full:temp

252 		symbols_found_t::iterator temp = it;
253 ++temp;
254 if (temp != symbols.end() && (it->vma() == temp->vma()) &&
255 (it->filepos() == temp->filepos())) {
256 if (boring_symbol(*it, *temp)) {
259 symbols.erase(temp);
271 symbols_found_t::iterator temp = it;
272 ++temp;
273 if (temp != symbols.end())
274 next = &*temp;