Searched refs:this_tf (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/contrib/gcc/
H A Dtree-eh.c1353 struct leh_tf_state this_tf;
1359 memset (&this_tf, 0, sizeof (this_tf));
1360 this_tf.try_finally_expr = *tp;
1361 this_tf.top_p = tp;
1362 this_tf.outer = state;
1364 this_tf.region
1367 this_tf.region = NULL;
1369 this_state.cur_region = this_tf.region;
1371 this_state.tf = &this_tf;
1348 struct leh_tf_state this_tf; local
[all...]

Completed in 106 milliseconds