Searched refs:gimple_catch_handler (Results 1 – 16 of 16) sorted by relevance
/dflybsd-src/contrib/gcc-4.7/gcc/ |
H A D | gimple-low.c | 397 lower_sequence (gimple_catch_handler (stmt), data); in lower_stmt() 599 if (gimple_seq_may_fallthru (gimple_catch_handler (gsi_stmt (i)))) in gimple_try_catch_may_fallthru()
|
H A D | tree-eh.c | 260 collect_finally_tree_1 (gimple_catch_handler (stmt), region); in collect_finally_tree() 517 replace_goto_queue_stmt_list (gimple_catch_handler (stmt), tf); in replace_goto_queue_1() 1739 handler = gimple_catch_handler (gcatch); in lower_catch() 2929 refactor_eh_r (gimple_catch_handler (one)); in refactor_eh_r()
|
H A D | gimple-pretty-print.c | 965 gimple_catch_types (gs), gimple_catch_handler (gs)); in dump_gimple_catch() 968 gimple_catch_types (gs), gimple_catch_handler (gs)); in dump_gimple_catch()
|
H A D | gimple.c | 1821 ret = walk_gimple_seq (gimple_catch_handler (stmt), callback_stmt, in walk_gimple_stmt() 2305 new_seq = gimple_seq_copy (gimple_catch_handler (stmt)); in gimple_copy()
|
H A D | tree-inline.c | 1281 s1 = remap_gimple_seq (gimple_catch_handler (stmt), id); in remap_gimple_stmt() 3626 return estimate_num_insns_seq (gimple_catch_handler (stmt), weights); in estimate_num_insns()
|
H A D | tree-cfg.c | 4358 err |= verify_gimple_in_seq_2 (gimple_catch_handler (stmt)); in verify_gimple_in_seq_2() 7677 do_warn_unused_result (gimple_catch_handler (g)); in do_warn_unused_result()
|
H A D | gimple.h | 3139 gimple_catch_handler (gimple gs) in gimple_catch_handler() function
|
H A D | omp-low.c | 6860 lower_omp (gimple_catch_handler (stmt), ctx); in lower_omp_1()
|
/dflybsd-src/contrib/gcc-8.0/gcc/ |
H A D | gimple-low.c | 575 if (gimple_seq_may_fallthru (gimple_catch_handler ( in gimple_try_catch_may_fallthru()
|
H A D | tree-eh.c | 261 collect_finally_tree_1 (gimple_catch_handler ( in collect_finally_tree() 1804 handler = gimple_catch_handler (catch_stmt); in lower_catch() 3192 refactor_eh_r (gimple_catch_handler (as_a <gcatch *> (one))); in refactor_eh_r()
|
H A D | gimple-pretty-print.c | 1246 gimple_catch_types (gs), gimple_catch_handler (gs)); in dump_gimple_catch() 1249 gimple_catch_types (gs), gimple_catch_handler (gs)); in dump_gimple_catch()
|
H A D | gimple.c | 1772 new_seq = gimple_seq_copy (gimple_catch_handler (catch_stmt)); in gimple_copy()
|
H A D | tree-inline.c | 1435 s1 = remap_gimple_seq (gimple_catch_handler (catch_stmt), id); in remap_gimple_stmt() 4178 return estimate_num_insns_seq (gimple_catch_handler ( in estimate_num_insns()
|
H A D | gimple.h | 4024 gimple_catch_handler (gcatch *catch_stmt)
|
H A D | tree-cfg.c | 5203 err |= verify_gimple_in_seq_2 (gimple_catch_handler ( in verify_gimple_in_seq_2() 9490 do_warn_unused_result (gimple_catch_handler ( in do_warn_unused_result()
|
/dflybsd-src/contrib/gcc-4.7/gcc/doc/ |
H A D | gimple.texi | 1301 @deftypefn {GIMPLE function} gimple_seq gimple_catch_handler (gimple g)
|