Home | History | Annotate | Download | only in LD

Lines Matching defs:it

113   ArchiveListType::iterator it = ar_list.begin();
118 for (it = ar_list.begin(); it != end; ++it) {
119 Archive& ar = (*it)->archive;
120 // if --whole-archive is given to this archive, no need to read it again
130 for (it = ar_list.begin(); it != end; ++it) {
131 Archive& ar = (*it)->archive;
133 m_Module.getInputTree().merge<InputTree::Inclusive>((*it)->input,
139 for (it = ar_list.begin(); it != end; ++it) {
140 delete &((*it)->archive);
141 delete (*it);