Searched refs:external_scope (Results 1 – 2 of 2) sorted by relevance
| /freebsd-12.1/contrib/gcc/ |
| H A D | c-decl.c | 373 static GTY(()) struct c_scope *external_scope; variable 812 && scope != external_scope) in pop_scope() 836 && scope != external_scope) in pop_scope() 2313 bind (name, x, external_scope, /*invisible=*/true, in pushdecl() 2376 bind (name, x, external_scope, /*invisible=*/true, /*nested=*/false); in pushdecl_top_level() 2414 if (B_IN_SCOPE (b, external_scope)) in implicitly_declare() 2800 external_scope = current_scope; in c_init_decl_processing() 2913 bind (id, decl, external_scope, /*invisible=*/true, /*nested=*/false); in builtin_function() 6701 if (B_IN_SCOPE (b, external_scope)) in start_function() 9062 external_scope = 0; in c_write_global_declarations()
|
| H A D | ChangeLog-2004 | 37475 (external_scope, binding_freelist, bind, free_binding_and_advance)
|