Searched refs:replace_goto_queue_stmt_list (Results 1 – 2 of 2) sorted by relevance
/dflybsd-src/contrib/gcc-4.7/gcc/ |
H A D | tree-eh.c | 483 static void replace_goto_queue_stmt_list (gimple_seq, struct leh_tf_state *); 513 replace_goto_queue_stmt_list (gimple_try_eval (stmt), tf); in replace_goto_queue_1() 514 replace_goto_queue_stmt_list (gimple_try_cleanup (stmt), tf); in replace_goto_queue_1() 517 replace_goto_queue_stmt_list (gimple_catch_handler (stmt), tf); in replace_goto_queue_1() 520 replace_goto_queue_stmt_list (gimple_eh_filter_failure (stmt), tf); in replace_goto_queue_1() 523 replace_goto_queue_stmt_list (gimple_eh_else_n_body (stmt), tf); in replace_goto_queue_1() 524 replace_goto_queue_stmt_list (gimple_eh_else_e_body (stmt), tf); in replace_goto_queue_1() 538 replace_goto_queue_stmt_list (gimple_seq seq, struct leh_tf_state *tf) in replace_goto_queue_stmt_list() function 553 replace_goto_queue_stmt_list (tf->top_p_seq, tf); in replace_goto_queue() 554 replace_goto_queue_stmt_list (eh_seq, tf); in replace_goto_queue()
|
/dflybsd-src/contrib/gcc-8.0/gcc/ |
H A D | tree-eh.c | 488 static void replace_goto_queue_stmt_list (gimple_seq *, struct leh_tf_state *); 518 replace_goto_queue_stmt_list (gimple_try_eval_ptr (stmt), tf); in replace_goto_queue_1() 519 replace_goto_queue_stmt_list (gimple_try_cleanup_ptr (stmt), tf); in replace_goto_queue_1() 522 replace_goto_queue_stmt_list (gimple_catch_handler_ptr ( in replace_goto_queue_1() 527 replace_goto_queue_stmt_list (gimple_eh_filter_failure_ptr (stmt), tf); in replace_goto_queue_1() 532 replace_goto_queue_stmt_list (gimple_eh_else_n_body_ptr (eh_else_stmt), in replace_goto_queue_1() 534 replace_goto_queue_stmt_list (gimple_eh_else_e_body_ptr (eh_else_stmt), in replace_goto_queue_1() 550 replace_goto_queue_stmt_list (gimple_seq *seq, struct leh_tf_state *tf) in replace_goto_queue_stmt_list() function 565 replace_goto_queue_stmt_list (&tf->top_p_seq, tf); in replace_goto_queue() 566 replace_goto_queue_stmt_list (&eh_seq, tf); in replace_goto_queue()
|