Searched refs:ar_list (Results 1 - 1 of 1) sorted by relevance

/frameworks/compile/mclinker/lib/LD/
H A DGroupReader.cpp48 ArchiveListType ar_list; local
80 ar_list.push_back(entry);
113 ArchiveListType::iterator it = ar_list.begin();
114 ArchiveListType::iterator end = ar_list.end();
118 for (it = ar_list.begin(); it != end; ++it) {
130 for (it = ar_list.begin(); it != end; ++it) {
138 // cleanup ar_list
139 for (it = ar_list.begin(); it != end; ++it) {
143 ar_list.clear();

Completed in 211 milliseconds