Lines Matching defs:GTY
123 static GTY(()) struct stmt_tree_s c_stmt_tree;
130 static GTY(()) tree visible_builtins;
198 struct GTY((chain_next ("%h.prev"))) c_binding {
199 union GTY(()) { /* first so GTY desc can use decl */
200 tree GTY((tag ("0"))) type; /* the type in this scope */
201 struct c_label_vars * GTY((tag ("1"))) label; /* for warnings */
202 } GTY((desc ("TREE_CODE (%0.decl) == LABEL_DECL"))) u;
223 struct GTY(()) lang_identifier {
326 union GTY((desc ("TREE_CODE (&%h.generic) == IDENTIFIER_NODE"),
329 union tree_node GTY ((tag ("0"),
332 struct lang_identifier GTY ((tag ("1"))) identifier;
341 struct GTY(()) c_spot_bindings {
365 struct GTY(()) c_goto_bindings {
377 struct GTY(()) c_label_vars {
439 struct GTY((chain_next ("%h.outer"))) c_scope {
498 static GTY(()) struct c_scope *current_scope;
504 static GTY(()) struct c_scope *current_function_scope;
508 static GTY(()) struct c_scope *file_scope;
513 static GTY(()) struct c_scope *external_scope;
517 static GTY((deletable)) struct c_scope *scope_freelist;
521 static GTY((deletable)) struct c_binding *binding_freelist;
550 struct GTY((chain_next ("%h.next"))) c_inline_static {
569 static GTY(()) struct c_inline_static *c_inline_statics;
1679 static GTY(()) tree last_structptr_types[builtin_structptr_type_count];
12277 static GTY(()) tree ext_block;