Home
last modified time | relevance | path

Searched refs:chain_prev (Results 1 – 8 of 8) sorted by relevance

/NextBSD/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.c2039 const char *chain_prev = NULL; in write_func_for_structure() local
2056 chain_prev = opt->info; in write_func_for_structure()
2058 if (chain_prev != NULL && chain_next == NULL) in write_func_for_structure()
2116 if (chain_prev != NULL) in write_func_for_structure()
2125 output_escaped_param (&d, chain_prev, "chain_prev"); in write_func_for_structure()
HDbasic-block.h214 struct basic_block_def GTY((chain_next ("%h.next_bb"), chain_prev ("%h.prev_bb")))
HDrtl.h240 chain_prev ("RTX_PREV (&%h)")))
HDtree.h3209 GTY ((chain_next ("%h.next"), chain_prev ("%h.prev")))
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-20027414 chain_prev options.
/NextBSD/contrib/gcc/doc/
HDgty.texi308 @findex chain_prev
310 @itemx chain_prev ("@var{expression}")
316 @code{chain_prev} is an expression for the previous item. For singly