/netbsd/external/gpl3/gcc.old/dist/gcc/fortran/ |
H A D | ioparm.def | 104 IOPARM (dt, iolength, 1 << 11, pintio)
|
H A D | io.c | 4501 gfc_free_expr (inquire->iolength); in gfc_free_inquire() 4558 RETM m = match_out_tag (&tag_iolength, &inquire->iolength); in match_inquire_element() 4601 if (inquire->iolength != NULL) in gfc_match_inquire() 4624 new_st.expr1 = inquire->iolength; in gfc_match_inquire() 4656 if (inquire->iolength != NULL) in gfc_match_inquire() 4764 INQUIRE_RESOLVE_TAG (&tag_iolength, inquire->iolength); in gfc_resolve_inquire()
|
H A D | trans-io.c | 1852 gcc_assert (inq->iolength != NULL); in build_dt() 1856 IOPARM_dt_iolength, inq->iolength); in build_dt()
|
H A D | gfortran.h | 2518 *write, *readwrite, *delim, *pad, *iolength, *iomsg, *convert, *strm_pos, member
|
H A D | frontend-passes.c | 5238 WALK_SUBEXPR (co->ext.inquire->iolength); in gfc_code_walker()
|
/netbsd/external/gpl3/gcc/dist/gcc/fortran/ |
H A D | ioparm.def | 104 IOPARM (dt, iolength, 1 << 11, pintio)
|
H A D | io.c | 4501 gfc_free_expr (inquire->iolength); in gfc_free_inquire() 4558 RETM m = match_out_tag (&tag_iolength, &inquire->iolength); in match_inquire_element() 4601 if (inquire->iolength != NULL) in gfc_match_inquire() 4624 new_st.expr1 = inquire->iolength; in gfc_match_inquire() 4656 if (inquire->iolength != NULL) in gfc_match_inquire() 4764 INQUIRE_RESOLVE_TAG (&tag_iolength, inquire->iolength); in gfc_resolve_inquire()
|
H A D | io.cc | 4501 gfc_free_expr (inquire->iolength); in gfc_free_inquire() 4558 RETM m = match_out_tag (&tag_iolength, &inquire->iolength); in match_inquire_element() 4601 if (inquire->iolength != NULL) in gfc_match_inquire() 4624 new_st.expr1 = inquire->iolength; in gfc_match_inquire() 4656 if (inquire->iolength != NULL) in gfc_match_inquire() 4764 INQUIRE_RESOLVE_TAG (&tag_iolength, inquire->iolength); in gfc_resolve_inquire()
|
H A D | ChangeLog-2004 | 1850 * io.c (gfc_match_inquire): Bugfix for iolength related stuff. 1851 (gfc_resolve_inquire): Resolve the iolength tag. Return 1853 * resolve.c (resolve_code): Resolve if iolength is encountered. 1857 (gfc_build_io_library_fndecls ): Set iolength related variables. 1859 (gfc_trans_dt_end): Treat iolength as a third form of data transfer.
|
H A D | trans-io.c | 1852 gcc_assert (inq->iolength != NULL); in build_dt() 1856 IOPARM_dt_iolength, inq->iolength); in build_dt()
|
H A D | trans-io.cc | 1877 gcc_assert (inq->iolength != NULL); in build_dt() 1881 IOPARM_dt_iolength, inq->iolength); in build_dt()
|
H A D | frontend-passes.cc | 2447 CHECK_INQ(iolength); in doloop_contained_procedure_code() 5518 WALK_SUBEXPR (co->ext.inquire->iolength); in gfc_code_walker()
|
H A D | gfortran.h | 2807 *write, *readwrite, *delim, *pad, *iolength, *iomsg, *convert, *strm_pos, member
|
H A D | frontend-passes.c | 5238 WALK_SUBEXPR (co->ext.inquire->iolength); in gfc_code_walker()
|
H A D | ChangeLog-2016 | 1318 with iolength.
|
H A D | ChangeLog-2019 | 1099 * io.c (gfc_match_inquire): null() cannot be in an iolength inquire
|
H A D | ChangeLog-2006 | 48 *ioparm.def: Change size and iolength parameters to ioint pointer, which
|
H A D | gfortran.texi | 1133 inquire (iolength=i) a
|
/netbsd/external/gpl3/gcc.old/dist/libgfortran/io/ |
H A D | io.h | 470 GFC_IO_INT *size, *iolength; member
|
H A D | transfer.c | 4265 *dtp->iolength += (GFC_IO_INT) (size * nelems); in iolength_transfer() 4277 *dtp->iolength = 0; in iolength_transfer_init()
|
/netbsd/external/gpl3/gcc/dist/libgfortran/io/ |
H A D | io.h | 474 GFC_IO_INT *size, *iolength; member
|
H A D | transfer.c | 4442 *dtp->iolength += (GFC_IO_INT) (size * nelems); in iolength_transfer() 4454 *dtp->iolength = 0; in iolength_transfer_init()
|
/netbsd/external/gpl3/gcc/dist/libgfortran/ |
H A D | ChangeLog-2004 | 706 * io.h (st_parameter): Add iolength.
|
H A D | ChangeLog-2006 | 109 *io/io.h (st_parameter_dt): Change *size and *iolength type to
|
H A D | ChangeLog-2005 | 1215 from type. Return correct length for inquire(iolength=)
|