Searched defs:portable_end (Results 1 - 2 of 2) sorted by relevance

/frameworks/compile/libbcc/tools/mcld/
H A DMain.cpp225 llvm::cl::list<std::string>::iterator portable, portable_end = OptPortableList.end(); local
226 for (portable = OptPortableList.begin(); portable != portable_end; ++portable) {
/frameworks/compile/mclinker/tools/mcld/
H A Dmain.cpp218 llvm::cl::list<std::string>::iterator portable, portable_end = OptPortableList.end(); local
219 for (portable = OptPortableList.begin(); portable != portable_end; ++portable) {

Completed in 89 milliseconds