Searched refs:chain_next (Results 1 – 20 of 20) sorted by relevance
| /trueos/contrib/gcc/ |
| HD | cgraph.h | 115 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")))
|
| HD | gengtype.c | 2038 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()
|
| HD | tree-ssa-operands.h | 85 struct ssa_operand_memory_d GTY((chain_next("%h.next")))
|
| HD | protoize.c | 320 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()
|
| HD | tree-flow.h | 361 struct edge_prediction GTY((chain_next ("%h.ep_next")))
|
| HD | basic-block.h | 214 struct basic_block_def GTY((chain_next ("%h.next_bb"), chain_prev ("%h.prev_bb")))
|
| HD | tree-nested.c | 86 struct nesting_info GTY ((chain_next ("%h.next")))
|
| HD | c-decl.c | 207 struct c_binding GTY((chain_next ("%h.prev"))) 260 …chain_next ("TREE_CODE (&%h.generic) == INTEGER_TYPE ? (union lang_tree_node *) TYPE_NEXT_VARIANT … 313 struct c_scope GTY((chain_next ("%h.outer")))
|
| HD | rtl.h | 239 struct rtx_def GTY((chain_next ("RTX_NEXT (&%h)"),
|
| HD | tree.h | 3209 GTY ((chain_next ("%h.next"), chain_prev ("%h.prev")))
|
| HD | varasm.c | 3012 struct constant_descriptor_rtx GTY((chain_next ("%h.next")))
|
| HD | dwarf2out.c | 3877 struct var_loc_node GTY ((chain_next ("%h.next")))
|
| HD | ChangeLog.tree-ssa | 4319 * cgraph.h (cgraph_edge): Add call_expr argument; add chain_next. 7067 (union lang_tree_node): Use it for chain_next annotation.
|
| HD | ChangeLog-2002 | 7409 (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.
|
| HD | ChangeLog-2003 | 14332 * cgraph.h (struct cgraph_node): Add chain_next and chain_prev GTY 36206 * doc/gty.texi (GTY Options): Document chain_next, chain_prev,
|
| HD | ChangeLog-2004 | 37020 (struct c_binding, struct c_scope): Add chain_next
|
| /trueos/contrib/gcc/doc/ |
| HD | gty.texi | 122 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/ |
| HD | typeck2.c | 123 struct pending_abstract_type GTY((chain_next ("%h.next")))
|
| HD | cp-tree.h | 465 chain_next ("(union lang_tree_node *)TREE_CHAIN (&%h.generic)")))
|
| HD | ChangeLog-2002 | 1591 * cp-tree.h (union lang_tree_node): Add chain_next option.
|