Searched refs:current_lang_base (Results 1 – 4 of 4) sorted by relevance
| /freebsd-12.1/contrib/gcc/cp/ |
| H A D | class.c | 5695 return VEC_length (tree, current_lang_base); in current_lang_depth() 5704 VEC_safe_push (tree, gc, current_lang_base, current_lang_name); in push_lang_context() 5739 current_lang_name = VEC_pop (tree, current_lang_base); in pop_lang_context()
|
| H A D | name-lookup.c | 5118 current_lang_base = VEC_alloc (tree, gc, 10); in push_to_top_level() 5139 current_lang_base = 0; in pop_from_top_level()
|
| H A D | ChangeLog-1999 | 2657 (current_lang_base): Likewise. 2675 (push_lang_context): Adjust now that current_lang_base is a varray. 2690 current_lang_base, current_lang_name, current_function_parms, 2702 (current_function_parms, current_lang_base): Remove. 2710 (duplicate_decls): Adjust now that current_lang_base is a varray. 2714 (xref_basetypes): Adjust now that current_lang_base is a varray.
|
| H A D | cp-tree.h | 704 #define current_lang_base scope_chain->lang_base macro
|