HomeSort by: relevance | last modified time | path
    Searched defs:m_limited (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/cp/
name-lookup.cc 6904 bool m_limited;
6916 m_limited = false;
6930 if (!m_limited)
6956 while (!m_limited && !children.is_empty ())
6959 m_limited = true;
7013 if (m_limited)
6900 bool m_limited; member in class:namespace_hints
  /src/external/gpl3/gcc.old/dist/gcc/cp/
name-lookup.cc 6487 bool m_limited;
6499 m_limited = false;
6513 if (!m_limited)
6539 while (!m_limited && !children.is_empty ())
6542 m_limited = true;
6596 if (m_limited)
6483 bool m_limited; member in class:namespace_hints

Completed in 36 milliseconds