Searched refs:chain_next (Results 1 – 25 of 29) sorted by relevance
12
| /openbsd/src/gnu/gcc/gcc/ |
| D | 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")))
|
| D | 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()
|
| D | tree-ssa-operands.h | 85 struct ssa_operand_memory_d GTY((chain_next("%h.next")))
|
| D | 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()
|
| D | tree-flow.h | 361 struct edge_prediction GTY((chain_next ("%h.ep_next")))
|
| D | basic-block.h | 214 struct basic_block_def GTY((chain_next ("%h.next_bb"), chain_prev ("%h.prev_bb")))
|
| D | tree-nested.c | 86 struct nesting_info GTY ((chain_next ("%h.next")))
|
| D | c-decl.c | 204 struct c_binding GTY((chain_next ("%h.prev"))) 257 …chain_next ("TREE_CODE (&%h.generic) == INTEGER_TYPE ? (union lang_tree_node *) TYPE_NEXT_VARIANT … 310 struct c_scope GTY((chain_next ("%h.outer")))
|
| D | rtl.h | 234 struct rtx_def GTY((chain_next ("RTX_NEXT (&%h)"),
|
| D | tree.h | 3135 GTY ((chain_next ("%h.next"), chain_prev ("%h.prev")))
|
| D | varasm.c | 3013 struct constant_descriptor_rtx GTY((chain_next ("%h.next")))
|
| D | dwarf2out.c | 3870 struct var_loc_node GTY ((chain_next ("%h.next")))
|
| /openbsd/src/gnu/gcc/gcc/doc/ |
| D | 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
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/ |
| D | gengtype.c | 1886 const char *chain_next = NULL; local 1900 chain_next = (const char *) opt->info; 1904 if (chain_prev != NULL && chain_next == NULL) 1921 chain_next == NULL ? "const " : "", 1923 if (chain_next != NULL) 1926 if (chain_next == NULL) 1932 output_escaped_param (f, chain_next, "*xlimit", "*xlimit", 1959 if (chain_next != NULL) 1962 output_escaped_param (f, chain_next, "*x", "*x",
|
| D | c-tree.h | 52 chain_next ("(union lang_tree_node *)TREE_CHAIN (&%h.generic)")))
|
| D | protoize.c | 328 const f_list_chain_item * chain_next; /* -> to next item on chain */ member 1030 next = curr->chain_next; 1664 cip->chain_next = def_dec_p->f_list_chain; 3157 this_f_list_chain_item = this_f_list_chain_item->chain_next; 3305 flci_p = flci_p->chain_next;
|
| D | rtl.h | 128 struct rtx_def GTY((chain_next ("RTX_NEXT (&%h)"),
|
| /openbsd/src/gnu/gcc/gcc/config/score/ |
| D | score.h | 953 struct extern_list GTY ((chain_next ("%h.next")))
|
| /openbsd/src/gnu/gcc/gcc/cp/ |
| D | typeck2.c | 123 struct pending_abstract_type GTY((chain_next ("%h.next")))
|
| D | cp-tree.h | 465 chain_next ("(union lang_tree_node *)TREE_CHAIN (&%h.generic)")))
|
| D | ChangeLog-2002 | 1591 * cp-tree.h (union lang_tree_node): Add chain_next option.
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/java/ |
| D | java-tree.h | 712 chain_next ("(union lang_tree_node *)TREE_CHAIN (&%h.generic)")))
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/cp/ |
| D | cp-tree.h | 549 chain_next ("(union lang_tree_node *)TREE_CHAIN (&%h.generic)")))
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/f/ |
| D | ChangeLog | 308 * com.c (union lang_tree_node): Add chain_next option.
|
| D | com.c | 609 chain_next ("(union lang_tree_node *)TREE_CHAIN (&%h.generic)")))
|
12