Home
last modified time | relevance | path

Searched refs:push_to_top (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dname-lookup.cc8462 bool push_to_top in maybe_push_to_top_level() local
8467 if (push_to_top) in maybe_push_to_top_level()
8477 return push_to_top; in maybe_push_to_top_level()
8483 maybe_pop_from_top_level (bool push_to_top) in maybe_pop_from_top_level() argument
8485 if (push_to_top) in maybe_pop_from_top_level()
H A Dinit.cc613 bool push_to_top = maybe_push_to_top_level (member); in maybe_instantiate_nsdmi_init() local
644 maybe_pop_from_top_level (push_to_top); in maybe_instantiate_nsdmi_init()
H A Dpt.cc26510 bool push_to_top = maybe_push_to_top_level (d); in instantiate_body() local
26570 local_specialization_stack lss (push_to_top ? lss_blank : lss_copy); in instantiate_body()
26623 maybe_pop_from_top_level (push_to_top); in instantiate_body()
H A DChangeLog-20202414 push_to_top logic.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dpt.c25881 bool push_to_top, nested; in instantiate_decl() local
25888 push_to_top = !(nested && fn_context == current_function_decl); in instantiate_decl()
25894 if (push_to_top) in instantiate_decl()
25968 local_specialization_stack lss (push_to_top ? lss_blank : lss_copy); in instantiate_decl()
26025 if (push_to_top) in instantiate_decl()