Searched refs:match_io_element (Results 1 – 9 of 9) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/ |
H A D | io.c | 3539 static match match_io_element (io_kind, gfc_code **); 3557 m = match_io_element (k, &head); in match_io_iterator() 3580 m = match_io_element (k, &new_code); in match_io_iterator() 3629 match_io_element (io_kind k, gfc_code **cpp) in match_io_element() function 3716 m = match_io_element (k, &new_code); in match_io_list()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/ |
H A D | io.cc | 3539 static match match_io_element (io_kind, gfc_code **); 3557 m = match_io_element (k, &head); in match_io_iterator() 3580 m = match_io_element (k, &new_code); in match_io_iterator() 3629 match_io_element (io_kind k, gfc_code **cpp) in match_io_element() function 3716 m = match_io_element (k, &new_code); in match_io_list()
|
H A D | ChangeLog-2019 | 965 * gcc/fortran/io.c (match_io_element): An inquiry parameter cannot be 1117 * io.c (match_io_element): An output IO list item cannot be a BOZ. 2904 * io.c (match_io_element): input-item cannot be an external function.
|
H A D | ChangeLog-2013 | 536 * io.c (match_io_iterator, match_io_element, terminate_io, get_io_list,
|
H A D | ChangeLog-2009 | 1732 (match_io_element): Don't segfault if current_dt->io_unit is NULL. 2666 * io.c (match_io_element, gfc_match_inquire): Ditto.
|
H A D | ChangeLog-2020 | 1220 using G_() in all calls to warn_or_error. (match_io_element):
|
H A D | ChangeLog-2004 | 1412 (match_io_iterator, match_io_element): Add missing check.
|
H A D | ChangeLog-2011 | 3635 * io.c (match_io_element): Do not set dt if not inquire.
|
H A D | ChangeLog-2010 | 1096 (match_io_element): Remove INTENT and PURE checks here and
|