Home
last modified time | relevance | path

Searched refs:replace_goto_queue_stmt_list (Results 1 – 2 of 2) sorted by relevance

/NextBSD/contrib/gcc/
HDtree-eh.c411 static void replace_goto_queue_stmt_list (tree, struct leh_tf_state *);
436 replace_goto_queue_stmt_list (TREE_OPERAND (t, 0), tf); in replace_goto_queue_1()
437 replace_goto_queue_stmt_list (TREE_OPERAND (t, 1), tf); in replace_goto_queue_1()
440 replace_goto_queue_stmt_list (CATCH_BODY (t), tf); in replace_goto_queue_1()
443 replace_goto_queue_stmt_list (EH_FILTER_FAILURE (t), tf); in replace_goto_queue_1()
460 replace_goto_queue_stmt_list (tree t, struct leh_tf_state *tf) in replace_goto_queue_stmt_list() function
474 replace_goto_queue_stmt_list (*tf->top_p, tf); in replace_goto_queue()
HDChangeLog.tree-ssa5478 (replace_goto_queue_stmt_list): New.