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

/frameworks/compile/mclinker/unittests/
H A DHashTableTest.cpp261 HashTableTy::iterator iter, iEnd = hashTable->end(); local
263 for (iter = hashTable->begin(); iter != iEnd; ++iter) {
285 HashTableTy::chain_iterator iter, iEnd = hashTable->end(key*37); local
286 for (iter = hashTable->begin(key*37); iter != iEnd; ++iter) {
320 HashTableTy::chain_iterator iter, iEnd = hashTable->end(key); local
321 for (iter = hashTable->begin(key); iter != iEnd; ++iter) {
/frameworks/compile/mclinker/lib/LD/
H A DNamePool.cpp26 FreeInfoSet::iterator info, iEnd = m_FreeInfoSet.end(); local
27 for (info = m_FreeInfoSet.begin(); info != iEnd; ++info) {

Completed in 888 milliseconds