Home
last modified time | relevance | path

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

/dflybsd-src/contrib/gcc-4.7/gcc/
H A Dc-decl.c257 struct c_scope *scope;
354 struct GTY((chain_next ("%h.outer"))) c_scope { struct
356 struct c_scope *outer; argument
359 struct c_scope *outer_function; argument
413 static GTY(()) struct c_scope *current_scope; argument
419 static GTY(()) struct c_scope *current_function_scope;
423 static GTY(()) struct c_scope *file_scope;
428 static GTY(()) struct c_scope *external_scope;
432 static GTY((deletable)) struct c_scope *scope_freelist;
440 struct c_scope *s_ = (scope); \
[all …]
/dflybsd-src/contrib/gcc-8.0/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 …]