Searched refs:file_scope (Results 1 – 7 of 7) sorted by relevance
497 static GTY(()) struct c_scope *file_scope; variable962 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 …]
506 static GTY(()) struct c_scope *file_scope; variable971 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 …]
39 static struct coff_scope * file_scope; variable759 file_scope = n->scope = top_scope; in doit()854 if (file_scope == NULL) in doit()856 i = do_define (i, file_scope); in doit()
39 static struct coff_scope * file_scope; variable739 file_scope = n->scope = top_scope; in doit()834 if (file_scope == NULL) in doit()836 i = do_define (i, file_scope); in doit()
11624 * c-typeck.c (c_begin_vm_scope): Fix file_scope processing.
34301 (pop_scope): If popping file_scope, construct a37474 (I_TAG_DECL, I_LABEL_BINDING, I_LABEL_DECL, file_scope)
1568 for debug info if scope is file_scope.