Searched defs:c_scope (Results 1 – 2 of 2) sorted by relevance
354 struct GTY((chain_next ("%h.outer"))) c_scope { struct356 struct c_scope *outer; argument359 struct c_scope *outer_function; argument362 struct c_binding *bindings;366 tree blocks;367 tree blocks_last;371 unsigned int depth : 28;375 BOOL_BITFIELD parm_flag : 1;379 BOOL_BITFIELD had_vla_unspec : 1;384 BOOL_BITFIELD warned_forward_parm_decls : 1;[all …]
428 struct GTY((chain_next ("%h.outer"))) c_scope { struct430 struct c_scope *outer; argument433 struct c_scope *outer_function; argument436 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 …]