Lines Matching refs:it
121 ArchiveListType::iterator it = ar_list.begin();
126 for (it = ar_list.begin(); it != end; ++it) {
127 Archive& ar = (*it)->archive;
128 // if --whole-archive is given to this archive, no need to read it again
138 for (it = ar_list.begin(); it != end; ++it) {
139 Archive& ar = (*it)->archive;
141 m_Module.getInputTree().merge<InputTree::Inclusive>((*it)->input,
147 for (it = ar_list.begin(); it != end; ++it) {
148 delete &((*it)->archive);
149 delete (*it);