Home
last modified time | relevance | path

Searched refs:need_pop_function_context (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dname-lookup.c7169 s->need_pop_function_context = need_pop; in do_push_to_top_level()
7212 if (s->need_pop_function_context) in do_pop_from_top_level()
H A Dcp-tree.h1710 BOOL_BITFIELD need_pop_function_context : 1; member
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dname-lookup.cc8396 s->need_pop_function_context = need_pop; in push_to_top_level()
8441 if (s->need_pop_function_context) in pop_from_top_level()
H A Dcp-tree.h1844 BOOL_BITFIELD need_pop_function_context : 1; member