Searched refs:tag_iostat (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/ |
H A D | io.c | 72 tag_iostat = {"IOSTAT", " iostat =", " %v", BT_INTEGER}, variable 1842 if ((tag == &tag_iostat || tag == &tag_size || tag == &tag_iolength in resolve_tag() 1868 if (tag == &tag_newunit || tag == &tag_iostat in resolve_tag() 1904 m = match_out_tag (&tag_iostat, &open->iostat); in match_open_element() 2032 RESOLVE_TAG (&tag_iostat, open->iostat); in gfc_resolve_open() 2641 m = match_out_tag (&tag_iostat, &close->iostat); in match_close_element() 2757 RESOLVE_TAG (&tag_iostat, close->iostat); in gfc_resolve_close() 2792 m = match_out_tag (&tag_iostat, &fp->iostat); in match_file_element() 2880 RESOLVE_TAG (&tag_iostat, fp->iostat); in gfc_resolve_filepos() 3196 m = match_out_tag (&tag_iostat, &dt->iostat); in match_dt_element() [all …]
|
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/ |
H A D | io.cc | 72 tag_iostat = {"IOSTAT", " iostat =", " %v", BT_INTEGER}, variable 1842 if ((tag == &tag_iostat || tag == &tag_size || tag == &tag_iolength in resolve_tag() 1868 if (tag == &tag_newunit || tag == &tag_iostat in resolve_tag() 1904 m = match_out_tag (&tag_iostat, &open->iostat); in match_open_element() 2032 RESOLVE_TAG (&tag_iostat, open->iostat); in gfc_resolve_open() 2641 m = match_out_tag (&tag_iostat, &close->iostat); in match_close_element() 2757 RESOLVE_TAG (&tag_iostat, close->iostat); in gfc_resolve_close() 2792 m = match_out_tag (&tag_iostat, &fp->iostat); in match_file_element() 2880 RESOLVE_TAG (&tag_iostat, fp->iostat); in gfc_resolve_filepos() 3196 m = match_out_tag (&tag_iostat, &dt->iostat); in match_dt_element() [all …]
|