Searched refs:array_loop_spec (Results 1 – 10 of 10) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/libgfortran/io/ |
H A D | io.h | 86 typedef struct array_loop_spec struct 100 array_loop_spec; argument 205 array_loop_spec * ls; 700 array_loop_spec *ls; 831 extern gfc_offset next_array_record (st_parameter_dt *, array_loop_spec *, 835 extern gfc_offset init_loop_spec (gfc_array_char *, array_loop_spec *,
|
H A D | unit.c | 485 iunit->ls = (array_loop_spec *) in set_internal_unit() 486 xmallocarray (iunit->rank, sizeof (array_loop_spec)); in set_internal_unit()
|
H A D | transfer.c | 3601 init_loop_spec (gfc_array_char *desc, array_loop_spec *ls, in init_loop_spec() 3646 next_array_record (st_parameter_dt *dtp, array_loop_spec *ls, int *finished) in next_array_record() 4735 nml->ls = (array_loop_spec*) in set_nml_var() 4736 xmallocarray (nml->var_rank, sizeof (array_loop_spec)); in set_nml_var()
|
H A D | list_read.c | 2408 array_loop_spec *ls, int rank, bt nml_elem_type, in nml_parse_qualifier() 3418 array_loop_spec ind[1] = { {1, clow, nl->string_length, 1} }; in nml_get_obj_data()
|
/netbsd-src/external/gpl3/gcc.old/dist/libgfortran/io/ |
H A D | io.h | 82 typedef struct array_loop_spec struct 96 array_loop_spec; argument 201 array_loop_spec * ls; 696 array_loop_spec *ls; 827 extern gfc_offset next_array_record (st_parameter_dt *, array_loop_spec *, 831 extern gfc_offset init_loop_spec (gfc_array_char *, array_loop_spec *,
|
H A D | unit.c | 486 iunit->ls = (array_loop_spec *) in set_internal_unit() 487 xmallocarray (iunit->rank, sizeof (array_loop_spec)); in set_internal_unit()
|
H A D | transfer.c | 3438 init_loop_spec (gfc_array_char *desc, array_loop_spec *ls, in init_loop_spec() 3483 next_array_record (st_parameter_dt *dtp, array_loop_spec *ls, int *finished) in next_array_record() 4540 nml->ls = (array_loop_spec*) in set_nml_var() 4541 xmallocarray (nml->var_rank, sizeof (array_loop_spec)); in set_nml_var()
|
H A D | list_read.c | 2409 array_loop_spec *ls, int rank, bt nml_elem_type, in nml_parse_qualifier() 3419 array_loop_spec ind[1] = { {1, clow, nl->string_length, 1} }; in nml_get_obj_data()
|
/netbsd-src/external/gpl3/gcc/dist/libgfortran/ |
H A D | ChangeLog-2005 | 669 * io/io.h: Change name of 'nml_loop_spec' to 'array_loop_spec' to be 670 generic. Add pointer to array_loop_spec and rank to gfc_unit 672 * io/list_read.c: Revise nml_loop_spec references to array_loop_spec. 674 an array_loop_spec. 676 record by incrementing through the array_loop_spec. 679 (finalize_transfer): Free memory allocated for array_loop_spec. 681 function init_loop_spec to initialize the array_loop_spec.
|
H A D | ChangeLog-2011 | 991 * io/io.h (array_loop_spec): Use index_type instead of ssize_t.
|