HomeSort by: relevance | last modified time | path
    Searched defs:match_io_element (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/fortran/
io.cc 3528 mutually recursive with match_io_element(). */
3530 static match match_io_element (io_kind, gfc_code **);
3548 m = match_io_element (k, &head);
3571 m = match_io_element (k, &new_code);
3620 match_io_element (io_kind k, gfc_code **cpp) function
3707 m = match_io_element (k, &new_code);
io.cc 3528 mutually recursive with match_io_element(). */
3530 static match match_io_element (io_kind, gfc_code **);
3548 m = match_io_element (k, &head);
3571 m = match_io_element (k, &new_code);
3620 match_io_element (io_kind k, gfc_code **cpp) function
3707 m = match_io_element (k, &new_code);
  /src/external/gpl3/gcc.old/dist/gcc/fortran/
io.cc 3537 mutually recursive with match_io_element(). */
3539 static match match_io_element (io_kind, gfc_code **);
3557 m = match_io_element (k, &head);
3580 m = match_io_element (k, &new_code);
3629 match_io_element (io_kind k, gfc_code **cpp) function
3716 m = match_io_element (k, &new_code);
io.cc 3537 mutually recursive with match_io_element(). */
3539 static match match_io_element (io_kind, gfc_code **);
3557 m = match_io_element (k, &head);
3580 m = match_io_element (k, &new_code);
3629 match_io_element (io_kind k, gfc_code **cpp) function
3716 m = match_io_element (k, &new_code);

Completed in 60 milliseconds