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

/frameworks/compile/mclinker/lib/LD/
H A DGroupReader.cpp49 ArchiveListType ar_list; local
84 ar_list.push_back(entry);
121 ArchiveListType::iterator it = ar_list.begin();
122 ArchiveListType::iterator end = ar_list.end();
126 for (it = ar_list.begin(); it != end; ++it) {
138 for (it = ar_list.begin(); it != end; ++it) {
146 // cleanup ar_list
147 for (it = ar_list.begin(); it != end; ++it) {
151 ar_list.clear();

Completed in 56 milliseconds