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

/frameworks/compile/mclinker/unittests/
H A DFactoriesTest.cpp66 NodeAlloc::iterator dEnd = m_pNodeAlloc->end(); local
67 for (; data!=dEnd; ++data) {
87 NodeAlloc::iterator dEnd = m_pNodeAlloc->end(); local
88 for (; data!=dEnd; ++data) {
109 NodeAlloc::iterator dEnd = m_pNodeAlloc->end(); local
110 for (; data!=dEnd; ++data) {
145 NodeAlloc::iterator dEnd = m_pNodeAlloc->end(); local
146 for ( counter = 0; data!=dEnd; ++data) {
/frameworks/compile/mclinker/include/mcld/ADT/
H A DBinTree.h303 iterator dEnd = pClient.end(); local
304 for (data = pClient.begin(); data!=dEnd; ++data ) {

Completed in 56 milliseconds