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

  /src/external/gpl3/gcc/dist/gcc/cp/
init.cc 611 bool push_to_top = maybe_push_to_top_level (member); local
639 maybe_pop_from_top_level (push_to_top);
name-lookup.cc 8733 const bool push_to_top
8741 if (push_to_top)
8750 return push_to_top;
8756 maybe_pop_from_top_level (bool push_to_top)
8758 if (push_to_top)
8728 const bool push_to_top local
pt.cc 27031 const bool push_to_top = maybe_push_to_top_level (fn);
27067 maybe_pop_from_top_level (push_to_top);
27146 bool push_to_top = maybe_push_to_top_level (d);
27208 local_specialization_stack lss (push_to_top ? lss_blank : lss_copy);
27260 maybe_pop_from_top_level (push_to_top);
27029 const bool push_to_top = maybe_push_to_top_level (fn); local
27144 bool push_to_top = maybe_push_to_top_level (d); local
  /src/external/gpl3/gcc.old/dist/gcc/cp/
init.cc 613 bool push_to_top = maybe_push_to_top_level (member); local
644 maybe_pop_from_top_level (push_to_top);
name-lookup.cc 8470 bool push_to_top
8475 if (push_to_top)
8485 return push_to_top;
8491 maybe_pop_from_top_level (bool push_to_top)
8493 if (push_to_top)
8465 bool push_to_top local

Completed in 41 milliseconds