Searched refs:record_in_goto_queue_label (Results 1 – 2 of 2) sorted by relevance
/dflybsd-src/contrib/gcc-4.7/gcc/ |
H A D | tree-eh.c | 595 record_in_goto_queue_label (struct leh_tf_state *tf, treemple stmt, tree label) in record_in_goto_queue_label() function 654 record_in_goto_queue_label (tf, new_stmt, gimple_cond_true_label (stmt)); in maybe_record_in_goto_queue() 656 record_in_goto_queue_label (tf, new_stmt, gimple_cond_false_label (stmt)); in maybe_record_in_goto_queue() 660 record_in_goto_queue_label (tf, new_stmt, gimple_goto_dest (stmt)); in maybe_record_in_goto_queue()
|
/dflybsd-src/contrib/gcc-8.0/gcc/ |
H A D | tree-eh.c | 609 record_in_goto_queue_label (struct leh_tf_state *tf, treemple stmt, tree label, in record_in_goto_queue_label() function 671 record_in_goto_queue_label (tf, new_stmt, in maybe_record_in_goto_queue() 675 record_in_goto_queue_label (tf, new_stmt, in maybe_record_in_goto_queue() 682 record_in_goto_queue_label (tf, new_stmt, gimple_goto_dest (stmt), in maybe_record_in_goto_queue()
|