Searched refs:goto_queue_node (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/contrib/gcc/
H A Dtree-eh.c323 struct goto_queue_node {
365 tree a = ((const struct goto_queue_node *)x)->stmt;
366 tree b = ((const struct goto_queue_node *)y)->stmt;
376 struct goto_queue_node tmp, *ret;
378 ret = (struct goto_queue_node *)
380 sizeof (struct goto_queue_node), goto_queue_cmp);
490 struct goto_queue_node *q;
547 = XRESIZEVEC (struct goto_queue_node, tf->goto_queue, size);
592 do_return_redirection (struct goto_queue_node *q, tree finlab, tree mod,
684 do_goto_redirection (struct goto_queue_node *
318 struct goto_queue_node { struct in struct:leh_tf_state
[all...]

Completed in 53 milliseconds