Searched refs:chain_next (Results 1 – 25 of 35) sorted by relevance
12
| /netbsd/src/external/gpl3/gcc/dist/gcc/lto/ |
| D | lto-tree.h | 49 …chain_next ("CODE_CONTAINS_STRUCT (TREE_CODE (&%h.generic), TS_TYPE_COMMON) ? ((union lang_tree_no…
|
| D | ChangeLog | 2016 instead of TREE_CHAIN as chain_next. 5003 * lto-tree.h (chain_next): Replace GENERIC_NEXT with
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/ |
| D | cfgloop.h | 49 class GTY ((chain_next ("%h.next"))) nb_iter_bound { 110 struct GTY ((chain_next ("%h.next"))) control_iv { 117 class GTY ((chain_next ("%h.next"))) loop {
|
| D | ctfc.h | 53 typedef struct GTY ((chain_next ("%h.cts_next"))) ctf_string 130 typedef struct GTY ((chain_next ("%h.dmd_next"))) ctf_dmdef
|
| D | tree-ssa-operands.h | 48 struct GTY((chain_next("%h.next"))) ssa_operand_memory_d {
|
| D | gengtype.cc | 3496 const char *chain_next = NULL; in write_func_for_structure() local 3527 chain_next = opt->info.string; in write_func_for_structure() 3536 if (chain_prev != NULL && chain_next == NULL) in write_func_for_structure() 3538 if (chain_circular != NULL && chain_next != NULL) in write_func_for_structure() 3541 chain_next = chain_circular; in write_func_for_structure() 3561 oprintf (d.of, " * %sx = (", chain_next == NULL ? "const " : ""); in write_func_for_structure() 3564 if (chain_next != NULL) in write_func_for_structure() 3574 if (chain_next == NULL) in write_func_for_structure() 3601 output_escaped_param (&d, chain_next, "chain_next"); in write_func_for_structure() 3652 if (chain_next != NULL) in write_func_for_structure() [all …]
|
| D | ggc-tests.cc | 320 struct GTY(( chain_next ("%h.m_next"),
|
| D | dwarf2out.h | 286 struct GTY((chain_next ("%h.dw_loc_next"))) dw_loc_descr_node {
|
| D | basic-block.h | 117 struct GTY((chain_next ("%h.next_bb"), chain_prev ("%h.prev_bb"))) basic_block_def {
|
| D | bitmap.h | 310 struct GTY((chain_next ("%h.next"))) bitmap_element {
|
| D | cgraph.h | 106 chain_next ("%h.next"), chain_prev ("%h.previous"))) 1694 class GTY((chain_next ("%h.next_caller"), chain_prev ("%h.prev_caller"),
|
| D | tree-core.h | 1990 struct GTY ((chain_next ("%h.next"), chain_prev ("%h.prev"))) tree_statement_list_node
|
| D | coverage.cc | 58 struct GTY((chain_next ("%h.next"))) coverage_data
|
| D | gimple.h | 223 chain_next ("%h.next"), variable_size))
|
| D | rtl.h | 310 chain_next ("RTX_NEXT (&%h)"),
|
| D | varasm.cc | 3728 class GTY((chain_next ("%h.next"), for_user)) constant_descriptor_rtx {
|
| D | dwarf2out.cc | 3548 struct GTY ((chain_next ("%h.next"))) var_loc_node { 3586 struct GTY ((chain_next ("%h.next"))) call_arg_loc_node {
|
| D | 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.
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/doc/ |
| D | gty.texi | 154 GTY ((chain_next ("TREE_CODE (&%h.generic) == INTEGER_TYPE" 305 @findex chain_next 308 @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 320 to @code{chain_next}, but can be used for circular single linked lists.
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/cp/ |
| D | ChangeLog-2011 | 2591 * cp-tree.h (union lang_tree_node): Use it in chain_next expression. 2610 instead of TYPE_CHAIN for chain_next for types. 2927 * cp-tree.h (struct tinst_level): Add chain_next GTY 4706 * pt.c (struct pending_template): Add chain_next GTY option.
|
| D | cp-tree.h | 1786 chain_next ("(union lang_tree_node *) c_tree_chain_next (&%h.generic)"))) lang_tree_node { 6402 struct GTY((chain_next ("%h.next"))) tinst_level {
|
| D | ChangeLog-2007 | 2253 instead of checking GIMPLE_STMT_P in chain_next.
|
| D | ChangeLog-2002 | 1591 * cp-tree.h (union lang_tree_node): Add chain_next option.
|
| D | decl.cc | 172 struct GTY((chain_next ("%h.next"))) named_label_use_entry {
|
| D | module.cc | 3391 class GTY((chain_next ("%h.parent"), for_user)) module_state {
|
12