Searched refs:next_array_record (Results 1 – 13 of 13) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/libgfortran/io/ |
H A D | io.h | 831 extern gfc_offset next_array_record (st_parameter_dt *, array_loop_spec *, 833 internal_proto(next_array_record);
|
H A D | transfer.c | 3646 next_array_record (st_parameter_dt *dtp, array_loop_spec *ls, int *finished) in next_array_record() function 3795 record = next_array_record (dtp, dtp->u.p.current_unit->ls, in next_record_r() 4132 gfc_offset record = next_array_record in next_record_w()
|
H A D | write.c | 2077 record = next_array_record (dtp, dtp->u.p.current_unit->ls, in namelist_write_newline()
|
H A D | list_read.c | 248 record = next_array_record (dtp, dtp->u.p.current_unit->ls, in next_char_internal()
|
/netbsd-src/external/gpl3/gcc.old/dist/libgfortran/io/ |
H A D | io.h | 827 extern gfc_offset next_array_record (st_parameter_dt *, array_loop_spec *, 829 internal_proto(next_array_record);
|
H A D | transfer.c | 3483 next_array_record (st_parameter_dt *dtp, array_loop_spec *ls, int *finished) in next_array_record() function 3632 record = next_array_record (dtp, dtp->u.p.current_unit->ls, in next_record_r() 3965 gfc_offset record = next_array_record in next_record_w()
|
H A D | write.c | 2025 record = next_array_record (dtp, dtp->u.p.current_unit->ls, in namelist_write_newline()
|
H A D | list_read.c | 249 record = next_array_record (dtp, dtp->u.p.current_unit->ls, in next_char_internal()
|
/netbsd-src/external/gpl3/gcc/dist/libgfortran/ |
H A D | ChangeLog-2008 | 2512 next_array_record() and init_loop_spec(). 2514 of next_array_record to check for end on internal file. 2522 (next_array_record): Use an extra flag to signal that the 2524 (next_record_r): Use the new flag to next_array_record().
|
H A D | ChangeLog-2005 | 302 (is_internal_unit, is_array_io, next_array_record, 411 next_array_record): Add dtp argument, pass it all around, adjust for 675 (next_array_record): New function to return the index to the next array
|
H A D | ChangeLog-2006 | 896 * io/transfer.c (next_record_w): Use next_array_record result to set
|
H A D | ChangeLog-2018 | 1885 of next_array_record.
|
H A D | ChangeLog-2007 | 2224 * io/transfer.c (init_loop_spec, next_array_record): Change to
|