Home
last modified time | relevance | path

Searched refs:save_scope (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/gcc/
H A Dc-decl.c7785 struct c_scope *save_scope = current_scope; in build_block_byref_decl() local
7791 current_scope = save_scope; in build_block_byref_decl()
7888 struct c_scope *save_scope = current_scope; in build_block_ref_decl() local
7894 current_scope = save_scope; in build_block_ref_decl()
/freebsd-12.1/contrib/gcc/cp/
H A Dparser.c20026 struct cp_binding_level *save_scope = current_binding_level; in build_block_byref_decl() local
20034 current_binding_level = save_scope; in build_block_byref_decl()
20139 struct cp_binding_level *save_scope = current_binding_level; in build_block_ref_decl() local
20147 current_binding_level = save_scope; in build_block_ref_decl()
H A DChangeLog5941 (struct save_scope): Adjust.