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

  /src/external/gpl3/gdb/dist/gdb/compile/
compile-cplus-types.c 249 bool must_push = m_scopes.empty () || m_scopes.back () != new_scope; local
251 new_scope.m_pushed = must_push;
256 if (must_push)
  /src/external/gpl3/gdb.old/dist/gdb/compile/
compile-cplus-types.c 249 bool must_push = m_scopes.empty () || m_scopes.back () != new_scope; local
251 new_scope.m_pushed = must_push;
256 if (must_push)

Completed in 28 milliseconds