Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/c/
H A Dc-decl.c428 struct GTY((chain_next ("%h.outer"))) c_scope { struct
430 struct c_scope *outer; argument
433 struct c_scope *outer_function; argument
436 struct c_binding *bindings;
440 tree blocks;
441 tree blocks_last;
445 unsigned int depth : 28;
449 BOOL_BITFIELD parm_flag : 1;
453 BOOL_BITFIELD had_vla_unspec : 1;
458 BOOL_BITFIELD warned_forward_parm_decls : 1;
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/c/
H A Dc-decl.cc437 struct GTY((chain_next ("%h.outer"))) c_scope { struct
439 struct c_scope *outer; argument
442 struct c_scope *outer_function; argument
445 struct c_binding *bindings;
449 tree blocks;
450 tree blocks_last;
454 unsigned int depth : 28;
458 BOOL_BITFIELD parm_flag : 1;
462 BOOL_BITFIELD had_vla_unspec : 1;
467 BOOL_BITFIELD warned_forward_parm_decls : 1;
[all …]