Searched refs:external_scope (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c/ |
H A D | c-decl.c | 502 static GTY(()) struct c_scope *external_scope; variable 1267 && scope != external_scope) in pop_scope() 1281 && scope == external_scope) in pop_scope() 1297 && scope != external_scope) in pop_scope() 1627 bind (DECL_NAME (decl), decl, external_scope, true, false, loc); in c_bind() 3273 bind (name, x, external_scope, /*invisible=*/true, in pushdecl() 3589 if (B_IN_SCOPE (b, external_scope)) in implicitly_declare() 4408 external_scope = current_scope; in c_init_decl_processing() 4497 bind (id, decl, external_scope, /*invisible=*/true, /*nested=*/false, in c_builtin_function() 4520 if (external_scope) in c_builtin_function_ext_scope() [all …]
|
/netbsd-src/external/gpl3/gcc/dist/gcc/c/ |
H A D | c-decl.cc | 511 static GTY(()) struct c_scope *external_scope; variable 1276 && scope != external_scope) in pop_scope() 1290 && scope == external_scope) in pop_scope() 1306 && scope != external_scope) in pop_scope() 1639 bind (DECL_NAME (decl), decl, external_scope, true, false, loc); in c_bind() 3313 bind (name, x, external_scope, /*invisible=*/true, in pushdecl() 3651 if (B_IN_SCOPE (b, external_scope)) in implicitly_declare() 4499 external_scope = current_scope; in c_init_decl_processing() 4588 bind (id, decl, external_scope, /*invisible=*/true, /*nested=*/false, in c_builtin_function() 4611 if (external_scope) in c_builtin_function_ext_scope() [all …]
|
H A D | ChangeLog | 6605 * c-decl.c (pop_scope): Don't print warning in external_scope. 7575 external_scope is NULL.
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | ChangeLog-2004 | 37475 (external_scope, binding_freelist, bind, free_binding_and_advance)
|