Searched refs:io_code (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/ |
H A D | io.c | 3266 check_io_constraints (io_kind k, gfc_dt *dt, gfc_code *io_code, 3301 gfc_code *io_code = NULL; in gfc_resolve_dt() local 3304 io_code = dt_code->block->next; in gfc_resolve_dt() 3306 if (!check_io_constraints (k, dt, io_code, loc)) in gfc_resolve_dt() 3747 terminate_io (gfc_code *io_code) in terminate_io() argument 3751 if (io_code == NULL) in terminate_io() 3752 io_code = new_st.block; in terminate_io() 3758 gfc_append_code (io_code, c); in terminate_io() 3770 check_io_constraints (io_kind k, gfc_dt *dt, gfc_code *io_code, in check_io_constraints() argument 3878 for (gfc_code *xfer = io_code; xfer && xfer->op == EXEC_TRANSFER; in check_io_constraints() [all …]
|
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/ |
H A D | io.cc | 3266 check_io_constraints (io_kind k, gfc_dt *dt, gfc_code *io_code, 3301 gfc_code *io_code = NULL; in gfc_resolve_dt() local 3304 io_code = dt_code->block->next; in gfc_resolve_dt() 3306 if (!check_io_constraints (k, dt, io_code, loc)) in gfc_resolve_dt() 3747 terminate_io (gfc_code *io_code) in terminate_io() argument 3751 if (io_code == NULL) in terminate_io() 3752 io_code = new_st.block; in terminate_io() 3758 gfc_append_code (io_code, c); in terminate_io() 3770 check_io_constraints (io_kind k, gfc_dt *dt, gfc_code *io_code, in check_io_constraints() argument 3878 for (gfc_code *xfer = io_code; xfer && xfer->op == EXEC_TRANSFER; in check_io_constraints() [all …]
|
H A D | ChangeLog-2020 | 1856 the io_code parameter if present.
|