Searched refs:which_construct (Results 1 – 9 of 9) sorted by relevance
2694 struct gfc_code *which_construct; member
6093 cycle_label = code->ext.which_construct->cycle_label; in gfc_trans_cycle()6110 exit_label = code->ext.which_construct->exit_label; in gfc_trans_exit()
2964 new_st.ext.which_construct = p->construct; in match_exit_cycle()
1062 c_exit->ext.which_construct = co; in convert_do_while()
2980 struct gfc_code *which_construct; member
6129 cycle_label = code->ext.which_construct->cycle_label; in gfc_trans_cycle()6146 exit_label = code->ext.which_construct->exit_label; in gfc_trans_exit()
2963 new_st.ext.which_construct = p->construct; in match_exit_cycle()
1696 `which_construct' as this is no longer restricted to loops.1705 (gfc_trans_exit): Use new name `which_construct' instead of `whichloop'.