Home
last modified time | relevance | path

Searched refs:which_construct (Results 1 – 9 of 9) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dgfortran.h2694 struct gfc_code *which_construct; member
H A Dtrans-stmt.c6093 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()
H A Dmatch.c2964 new_st.ext.which_construct = p->construct; in match_exit_cycle()
H A Dfrontend-passes.c1062 c_exit->ext.which_construct = co; in convert_do_while()
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A Dgfortran.h2980 struct gfc_code *which_construct; member
H A Dtrans-stmt.cc6129 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()
H A Dmatch.cc2963 new_st.ext.which_construct = p->construct; in match_exit_cycle()
H A Dfrontend-passes.cc1062 c_exit->ext.which_construct = co; in convert_do_while()
H A DChangeLog-20101696 `which_construct' as this is no longer restricted to loops.
1705 (gfc_trans_exit): Use new name `which_construct' instead of `whichloop'.