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

  /src/external/gpl3/gcc/dist/gcc/
tree-eh.cc 1659 struct leh_tf_state this_tf; local
1666 memset (&this_tf, 0, sizeof (this_tf));
1667 this_tf.try_finally_expr = tp;
1668 this_tf.top_p = tp;
1669 this_tf.outer = state;
1672 this_tf.region = gen_eh_region_cleanup (state->cur_region);
1673 this_state.cur_region = this_tf.region;
1677 this_tf.region = NULL;
1683 this_state.tf = &this_tf;
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
tree-eh.cc 1658 struct leh_tf_state this_tf; local
1665 memset (&this_tf, 0, sizeof (this_tf));
1666 this_tf.try_finally_expr = tp;
1667 this_tf.top_p = tp;
1668 this_tf.outer = state;
1671 this_tf.region = gen_eh_region_cleanup (state->cur_region);
1672 this_state.cur_region = this_tf.region;
1676 this_tf.region = NULL;
1682 this_state.tf = &this_tf;
    [all...]

Completed in 66 milliseconds