HomeSort by: relevance | last modified time | path
    Searched refs:replace_goto_queue_stmt_list (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
tree-eh.cc 492 static void replace_goto_queue_stmt_list (gimple_seq *, struct leh_tf_state *);
526 replace_goto_queue_stmt_list (gimple_try_eval_ptr (stmt), tf);
527 replace_goto_queue_stmt_list (gimple_try_cleanup_ptr (stmt), tf);
530 replace_goto_queue_stmt_list (gimple_catch_handler_ptr (
535 replace_goto_queue_stmt_list (gimple_eh_filter_failure_ptr (stmt), tf);
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),
558 replace_goto_queue_stmt_list (gimple_seq *seq, struct leh_tf_state *tf) function
573 replace_goto_queue_stmt_list (&tf->top_p_seq, tf);
574 replace_goto_queue_stmt_list (&eh_seq, tf)
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
tree-eh.cc 492 static void replace_goto_queue_stmt_list (gimple_seq *, struct leh_tf_state *);
526 replace_goto_queue_stmt_list (gimple_try_eval_ptr (stmt), tf);
527 replace_goto_queue_stmt_list (gimple_try_cleanup_ptr (stmt), tf);
530 replace_goto_queue_stmt_list (gimple_catch_handler_ptr (
535 replace_goto_queue_stmt_list (gimple_eh_filter_failure_ptr (stmt), tf);
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),
558 replace_goto_queue_stmt_list (gimple_seq *seq, struct leh_tf_state *tf) function
573 replace_goto_queue_stmt_list (&tf->top_p_seq, tf);
574 replace_goto_queue_stmt_list (&eh_seq, tf)
    [all...]

Completed in 107 milliseconds