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

/frameworks/compile/mclinker/unittests/
H A DFactoriesTest.cpp61 NodeAlloc::iterator dEnd = m_pNodeAlloc->end(); local
62 for (; data != dEnd; ++data) {
82 NodeAlloc::iterator dEnd = m_pNodeAlloc->end(); local
83 for (; data != dEnd; ++data) {
104 NodeAlloc::iterator dEnd = m_pNodeAlloc->end(); local
105 for (; data != dEnd; ++data) {
140 NodeAlloc::iterator dEnd = m_pNodeAlloc->end(); local
141 for (counter = 0; data != dEnd; ++data) {
/frameworks/compile/mclinker/include/mcld/ADT/
H A DBinTree.h285 iterator dEnd = pClient.end(); local
286 for (data = pClient.begin(); data != dEnd; ++data) {

Completed in 140 milliseconds