Home
last modified time | relevance | path

Searched refs:refactor_eh_r (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtree-eh.cc3224 refactor_eh_r (gimple_seq seq) in refactor_eh_r() function
3249 refactor_eh_r (gimple_try_eval (one)); in refactor_eh_r()
3250 refactor_eh_r (gimple_try_cleanup (one)); in refactor_eh_r()
3253 refactor_eh_r (gimple_catch_handler (as_a <gcatch *> (one))); in refactor_eh_r()
3256 refactor_eh_r (gimple_eh_filter_failure (one)); in refactor_eh_r()
3261 refactor_eh_r (gimple_eh_else_n_body (eh_else_stmt)); in refactor_eh_r()
3262 refactor_eh_r (gimple_eh_else_e_body (eh_else_stmt)); in refactor_eh_r()
3301 refactor_eh_r (gimple_body (current_function_decl)); in execute()
H A DChangeLog.gimple-classes1037 (refactor_eh_r): Likewise.
2109 (refactor_eh_r): Convert code comparisons to dynamic casts.
3425 (refactor_eh_r): Add checked cast to gimple_eh_else within
3514 (refactor_eh_r): Add checked cast to gimple_catch within
H A DChangeLog.tuples1078 refactor_eh_r, refactor_eh): Tuplify.
5402 (refactor_eh_r): Likewise.
H A DChangeLog-20074815 (refactor_eh_r): New fn.
H A DChangeLog-20114247 (refactor_eh_r): Likewise.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtree-eh.c3229 refactor_eh_r (gimple_seq seq) in refactor_eh_r() function
3254 refactor_eh_r (gimple_try_eval (one)); in refactor_eh_r()
3255 refactor_eh_r (gimple_try_cleanup (one)); in refactor_eh_r()
3258 refactor_eh_r (gimple_catch_handler (as_a <gcatch *> (one))); in refactor_eh_r()
3261 refactor_eh_r (gimple_eh_filter_failure (one)); in refactor_eh_r()
3266 refactor_eh_r (gimple_eh_else_n_body (eh_else_stmt)); in refactor_eh_r()
3267 refactor_eh_r (gimple_eh_else_e_body (eh_else_stmt)); in refactor_eh_r()
3306 refactor_eh_r (gimple_body (current_function_decl)); in execute()