HomeSort by: relevance | last modified time | path
    Searched defs:eh_else_stmt (Results 1 - 6 of 6) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/gcc/
gimple-walk.cc 652 geh_else *eh_else_stmt = as_a <geh_else *> (stmt); local
653 ret = walk_gimple_seq_mod (gimple_eh_else_n_body_ptr (eh_else_stmt),
657 ret = walk_gimple_seq_mod (gimple_eh_else_e_body_ptr (eh_else_stmt),
gimple-low.cc 305 geh_else *eh_else_stmt = as_a <geh_else *> (stmt); local
306 lower_sequence (gimple_eh_else_n_body_ptr (eh_else_stmt), data);
307 lower_sequence (gimple_eh_else_e_body_ptr (eh_else_stmt), data);
665 geh_else *eh_else_stmt = as_a <geh_else *> (stmt); local
666 return (gimple_seq_may_fallthru (gimple_eh_else_n_body (eh_else_stmt))
668 eh_else_stmt)));
tree-eh.cc 273 geh_else *eh_else_stmt = as_a <geh_else *> (stmt); local
274 collect_finally_tree_1 (gimple_eh_else_n_body (eh_else_stmt), region);
275 collect_finally_tree_1 (gimple_eh_else_e_body (eh_else_stmt), region);
539 geh_else *eh_else_stmt = as_a <geh_else *> (stmt); local
540 replace_goto_queue_stmt_list (gimple_eh_else_n_body_ptr (eh_else_stmt),
542 replace_goto_queue_stmt_list (gimple_eh_else_e_body_ptr (eh_else_stmt),
3269 geh_else *eh_else_stmt = as_a <geh_else *> (one);
3270 refactor_eh_r (gimple_eh_else_n_body (eh_else_stmt));
3271 refactor_eh_r (gimple_eh_else_e_body (eh_else_stmt));
3266 geh_else *eh_else_stmt = as_a <geh_else *> (one); local
  /src/external/gpl3/gcc/dist/gcc/
gimple-walk.cc 668 geh_else *eh_else_stmt = as_a <geh_else *> (stmt); local
669 ret = walk_gimple_seq_mod (gimple_eh_else_n_body_ptr (eh_else_stmt),
673 ret = walk_gimple_seq_mod (gimple_eh_else_e_body_ptr (eh_else_stmt),
gimple-low.cc 717 geh_else *eh_else_stmt = as_a <geh_else *> (stmt); local
718 lower_sequence (gimple_eh_else_n_body_ptr (eh_else_stmt), data);
719 lower_sequence (gimple_eh_else_e_body_ptr (eh_else_stmt), data);
1108 geh_else *eh_else_stmt = as_a <geh_else *> (stmt); local
1109 return (gimple_seq_may_fallthru (gimple_eh_else_n_body (eh_else_stmt))
1111 eh_else_stmt)));
tree-eh.cc 273 geh_else *eh_else_stmt = as_a <geh_else *> (stmt); local
274 collect_finally_tree_1 (gimple_eh_else_n_body (eh_else_stmt), region);
275 collect_finally_tree_1 (gimple_eh_else_e_body (eh_else_stmt), region);
539 geh_else *eh_else_stmt = as_a <geh_else *> (stmt); local
540 replace_goto_queue_stmt_list (gimple_eh_else_n_body_ptr (eh_else_stmt),
542 replace_goto_queue_stmt_list (gimple_eh_else_e_body_ptr (eh_else_stmt),
3273 geh_else *eh_else_stmt = as_a <geh_else *> (one);
3274 refactor_eh_r (gimple_eh_else_n_body (eh_else_stmt));
3275 refactor_eh_r (gimple_eh_else_e_body (eh_else_stmt));
3270 geh_else *eh_else_stmt = as_a <geh_else *> (one); local

Completed in 25 milliseconds