Home
last modified time | relevance | path

Searched refs:m_CacheFull (Results 1 – 6 of 6) sorted by relevance

/frameworks/compile/mclinker/lib/Support/
DDirectory.cpp40 m_CacheFull(false) { in Directory()
49 m_CacheFull(false) { in Directory()
66 m_CacheFull(false) { in Directory()
119 if (m_CacheFull && m_Cache.empty()) in begin()
183 if (!m_pParent->m_CacheFull) { in operator ++()
185 if (m_pEntry == 0 && m_pParent->m_CacheFull) in operator ++()
204 if (!m_pParent->m_CacheFull) { in operator ++()
206 if (m_pEntry == 0 && m_pParent->m_CacheFull) in operator ++()
/frameworks/compile/mclinker/lib/Support/Unix/
DFileSystem.inc68 pDir.m_CacheFull = true;
85 pDir.m_CacheFull = true;
DPathV3.inc202 pIter.m_pParent->m_CacheFull = true;
/frameworks/compile/mclinker/include/mcld/Support/
DDirectory.h96 bool m_CacheFull; variable
/frameworks/compile/mclinker/lib/Support/Windows/
DFileSystem.inc54 pDir.m_CacheFull = true;
DPathV3.inc176 pIter.m_pParent->m_CacheFull = true;