Home
last modified time | relevance | path

Searched refs:chain_next (Results 1 – 20 of 20) sorted by relevance

/trueos/contrib/gcc/
HDcgraph.h115 struct cgraph_node GTY((chain_next ("%h.next"), chain_prev ("%h.previous")))
175 struct cgraph_edge GTY((chain_next ("%h.next_caller"), chain_prev ("%h.prev_caller")))
HDgengtype.c2038 const char *chain_next = NULL; in write_func_for_structure() local
2054 chain_next = opt->info; in write_func_for_structure()
2058 if (chain_prev != NULL && chain_next == NULL) in write_func_for_structure()
2086 chain_next == NULL ? "const " : "", in write_func_for_structure()
2088 if (chain_next != NULL) in write_func_for_structure()
2091 if (chain_next == NULL) in write_func_for_structure()
2114 output_escaped_param (&d, chain_next, "chain_next"); in write_func_for_structure()
2148 if (chain_next != NULL) in write_func_for_structure()
2151 output_escaped_param (&d, chain_next, "chain_next"); in write_func_for_structure()
HDtree-ssa-operands.h85 struct ssa_operand_memory_d GTY((chain_next("%h.next")))
HDprotoize.c320 const f_list_chain_item * chain_next; /* -> to next item on chain */ member
960 next = curr->chain_next; in free_def_dec()
1565 cip->chain_next = def_dec_p->f_list_chain; in save_def_or_dec()
3033 this_f_list_chain_item = this_f_list_chain_item->chain_next; in edit_fn_declaration()
3179 flci_p = flci_p->chain_next; in edit_formals_lists()
HDtree-flow.h361 struct edge_prediction GTY((chain_next ("%h.ep_next")))
HDbasic-block.h214 struct basic_block_def GTY((chain_next ("%h.next_bb"), chain_prev ("%h.prev_bb")))
HDtree-nested.c86 struct nesting_info GTY ((chain_next ("%h.next")))
HDc-decl.c207 struct c_binding GTY((chain_next ("%h.prev")))
260chain_next ("TREE_CODE (&%h.generic) == INTEGER_TYPE ? (union lang_tree_node *) TYPE_NEXT_VARIANT …
313 struct c_scope GTY((chain_next ("%h.outer")))
HDrtl.h239 struct rtx_def GTY((chain_next ("RTX_NEXT (&%h)"),
HDtree.h3209 GTY ((chain_next ("%h.next"), chain_prev ("%h.prev")))
HDvarasm.c3012 struct constant_descriptor_rtx GTY((chain_next ("%h.next")))
HDdwarf2out.c3877 struct var_loc_node GTY ((chain_next ("%h.next")))
HDChangeLog.tree-ssa4319 * cgraph.h (cgraph_edge): Add call_expr argument; add chain_next.
7067 (union lang_tree_node): Use it for chain_next annotation.
HDChangeLog-20027409 (adjust_field_rtx_def): Skip fields marked by chain_next.
7413 (write_gc_marker_routine_for_structure): Handle chain_next and
7417 * c-tree.h (union lang_tree_node): Add chain_next option.
HDChangeLog-200314332 * cgraph.h (struct cgraph_node): Add chain_next and chain_prev GTY
36206 * doc/gty.texi (GTY Options): Document chain_next, chain_prev,
HDChangeLog-200437020 (struct c_binding, struct c_scope): Add chain_next
/trueos/contrib/gcc/doc/
HDgty.texi122 GTY ((chain_next ("TREE_CODE (&%h.generic) == INTEGER_TYPE"
307 @findex chain_next
309 @item chain_next ("@var{expression}")
315 it. @code{chain_next} is an expression for the next item in the list,
317 linked lists, use only @code{chain_next}; for doubly linked lists, use
/trueos/contrib/gcc/cp/
HDtypeck2.c123 struct pending_abstract_type GTY((chain_next ("%h.next")))
HDcp-tree.h465 chain_next ("(union lang_tree_node *)TREE_CHAIN (&%h.generic)")))
HDChangeLog-20021591 * cp-tree.h (union lang_tree_node): Add chain_next option.