Home
last modified time | relevance | path

Searched refs:file_scope (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/c/
H A Dc-decl.c497 static GTY(()) struct c_scope *file_scope; variable
962 return current_scope == file_scope; in global_bindings_p()
1203 else if (scope == file_scope) in pop_scope()
1266 && scope != file_scope in pop_scope()
1296 && scope != file_scope in pop_scope()
1324 else if (VAR_OR_FUNCTION_DECL_P (p) && scope != file_scope) in pop_scope()
1350 if (scope == file_scope) in pop_scope()
1384 if ((scope->function_body || scope == file_scope) && context) in pop_scope()
1417 if (file_scope) in push_file_scope()
1421 file_scope = current_scope; in push_file_scope()
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/c/
H A Dc-decl.cc506 static GTY(()) struct c_scope *file_scope; variable
971 return current_scope == file_scope; in global_bindings_p()
1212 else if (scope == file_scope) in pop_scope()
1275 && scope != file_scope in pop_scope()
1305 && scope != file_scope in pop_scope()
1336 else if (VAR_OR_FUNCTION_DECL_P (p) && scope != file_scope) in pop_scope()
1362 if (scope == file_scope) in pop_scope()
1396 if ((scope->function_body || scope == file_scope) && context) in pop_scope()
1429 if (file_scope) in push_file_scope()
1433 file_scope = current_scope; in push_file_scope()
[all …]
/netbsd-src/external/gpl3/binutils.old/dist/binutils/
H A Dcoffgrok.c39 static struct coff_scope * file_scope; variable
759 file_scope = n->scope = top_scope; in doit()
854 if (file_scope == NULL) in doit()
856 i = do_define (i, file_scope); in doit()
/netbsd-src/external/gpl3/binutils/dist/binutils/
H A Dcoffgrok.c39 static struct coff_scope * file_scope; variable
739 file_scope = n->scope = top_scope; in doit()
834 if (file_scope == NULL) in doit()
836 i = do_define (i, file_scope); in doit()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-200611624 * c-typeck.c (c_begin_vm_scope): Fix file_scope processing.
H A DChangeLog-200434301 (pop_scope): If popping file_scope, construct a
37474 (I_TAG_DECL, I_LABEL_BINDING, I_LABEL_DECL, file_scope)
H A DChangeLog-20111568 for debug info if scope is file_scope.