Searched refs:gfc_resolve_open (Results 1 – 11 of 11) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/ |
H A D | ChangeLog-2020 | 1833 * gfortran.h (gfc_resolve_open, gfc_resolve_close): Add 1844 (gfc_resolve_open, gfc_resolve_close): Call new functions 1867 (gfc_resolve_code): Pass code locus to gfc_resolve_open,
|
H A D | gfortran.h | 3786 bool gfc_resolve_open (gfc_open *, locus *);
|
H A D | ChangeLog-2005 | 373 (gfc_resolve_open): Likewise. 475 * io.c (gfc_resolve_open): RESOLVE_TAG access field as well. 1562 (gfc_resolve_open): Add iomsg.
|
H A D | ChangeLog-2008 | 3102 (gfc_resolve_open): Resolve new tags. (gfc_match_open): Enable encoding 3172 (gfc_free_open): Free new pointers. (gfc_resolve_open): Resolve new 3173 tags. (gfc_resolve_open): Remove comment around check for allowed
|
H A D | io.cc | 2028 gfc_resolve_open (gfc_open *open, locus *where) in gfc_resolve_open() function
|
H A D | ChangeLog-2016 | 1088 * io.c (gfc_free_open, gfc_resolve_open, gfc_match_open): Ditto.
|
H A D | ChangeLog-2009 | 2264 (gfc_resolve_open): Add newunit to resolution and check constraints.
|
H A D | resolve.cc | 12278 if (!gfc_resolve_open (code->ext.open, &code->loc)) in gfc_resolve_code()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/ |
H A D | gfortran.h | 3500 bool gfc_resolve_open (gfc_open *, locus *);
|
H A D | io.c | 2028 gfc_resolve_open (gfc_open *open, locus *where) in gfc_resolve_open() function
|
H A D | resolve.c | 12096 if (!gfc_resolve_open (code->ext.open, &code->loc)) in gfc_resolve_code()
|