Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/c/
H A Dc-decl.c333 struct c_scope *scope;
428 struct GTY((chain_next ("%h.outer"))) c_scope { struct
430 struct c_scope *outer; argument
433 struct c_scope *outer_function; argument
487 static GTY(()) struct c_scope *current_scope; argument
493 static GTY(()) struct c_scope *current_function_scope;
497 static GTY(()) struct c_scope *file_scope;
502 static GTY(()) struct c_scope *external_scope;
506 static GTY((deletable)) struct c_scope *scope_freelist;
514 struct c_scope *s_ = (scope); \
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/c/
H A Dc-decl.cc342 struct c_scope *scope;
437 struct GTY((chain_next ("%h.outer"))) c_scope { struct
439 struct c_scope *outer; argument
442 struct c_scope *outer_function; argument
496 static GTY(()) struct c_scope *current_scope; argument
502 static GTY(()) struct c_scope *current_function_scope;
506 static GTY(()) struct c_scope *file_scope;
511 static GTY(()) struct c_scope *external_scope;
515 static GTY((deletable)) struct c_scope *scope_freelist;
523 struct c_scope *s_ = (scope); \
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-20039711 * c-decl.c (struct c_scope): Remove "incomplete" field.
12078 (struct c_scope): Rewrite comment explaining this data structure.
12421 (struct c_scope): Add parms and warned_forward_parm_decls
12565 (struct c_scope): Fix indentation. Reorder members so
12625 * c-decl.c (struct c_scope): Remove keep_if_subblocks field.
12885 (struct binding_level): Now struct c_scope.
H A DChangeLog-200437020 (struct c_binding, struct c_scope): Add chain_next
37406 * c-decl.c (struct c_scope): Update commentary. Remove names,
45041 * c-decl.c (c_scope): Use BOOL_BITFIELD.
H A DChangeLog-200919252 (struct c_scope): Add has_label_bindings field.
24395 * c-decl.c (c_scope): New flag float_const_decimal64.
H A DChangeLog-200612697 * c-decl.c (struct c_scope): Add had_vla_unspec.
H A DChangeLog-201137849 * c-decl.c (struct c_scope): Add field has_jump_unsafe_decl.