Home
last modified time | relevance | path

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

12

/netbsd/src/external/gpl3/gcc/dist/gcc/lto/
Dlto-tree.h49chain_next ("CODE_CONTAINS_STRUCT (TREE_CODE (&%h.generic), TS_TYPE_COMMON) ? ((union lang_tree_no…
DChangeLog2016 instead of TREE_CHAIN as chain_next.
5003 * lto-tree.h (chain_next): Replace GENERIC_NEXT with
/netbsd/src/external/gpl3/gcc/dist/gcc/
Dcfgloop.h49 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 {
Dctfc.h53 typedef struct GTY ((chain_next ("%h.cts_next"))) ctf_string
130 typedef struct GTY ((chain_next ("%h.dmd_next"))) ctf_dmdef
Dtree-ssa-operands.h48 struct GTY((chain_next("%h.next"))) ssa_operand_memory_d {
Dgengtype.cc3496 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 …]
Dggc-tests.cc320 struct GTY(( chain_next ("%h.m_next"),
Ddwarf2out.h286 struct GTY((chain_next ("%h.dw_loc_next"))) dw_loc_descr_node {
Dbasic-block.h117 struct GTY((chain_next ("%h.next_bb"), chain_prev ("%h.prev_bb"))) basic_block_def {
Dbitmap.h310 struct GTY((chain_next ("%h.next"))) bitmap_element {
Dcgraph.h106 chain_next ("%h.next"), chain_prev ("%h.previous")))
1694 class GTY((chain_next ("%h.next_caller"), chain_prev ("%h.prev_caller"),
Dtree-core.h1990 struct GTY ((chain_next ("%h.next"), chain_prev ("%h.prev"))) tree_statement_list_node
Dcoverage.cc58 struct GTY((chain_next ("%h.next"))) coverage_data
Dgimple.h223 chain_next ("%h.next"), variable_size))
Drtl.h310 chain_next ("RTX_NEXT (&%h)"),
Dvarasm.cc3728 class GTY((chain_next ("%h.next"), for_user)) constant_descriptor_rtx {
Ddwarf2out.cc3548 struct GTY ((chain_next ("%h.next"))) var_loc_node {
3586 struct GTY ((chain_next ("%h.next"))) call_arg_loc_node {
DChangeLog.tree-ssa4319 * 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/
Dgty.texi154 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/
DChangeLog-20112591 * 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.
Dcp-tree.h1786 chain_next ("(union lang_tree_node *) c_tree_chain_next (&%h.generic)"))) lang_tree_node {
6402 struct GTY((chain_next ("%h.next"))) tinst_level {
DChangeLog-20072253 instead of checking GIMPLE_STMT_P in chain_next.
DChangeLog-20021591 * cp-tree.h (union lang_tree_node): Add chain_next option.
Ddecl.cc172 struct GTY((chain_next ("%h.next"))) named_label_use_entry {
Dmodule.cc3391 class GTY((chain_next ("%h.parent"), for_user)) module_state {

12