Lines Matching refs:gfc_code
3266 check_io_constraints (io_kind k, gfc_dt *dt, gfc_code *io_code,
3272 gfc_resolve_dt (gfc_code *dt_code, gfc_dt *dt, locus *loc) in gfc_resolve_dt()
3301 gfc_code *io_code = NULL; in gfc_resolve_dt()
3539 static match match_io_element (io_kind, gfc_code **);
3542 match_io_iterator (io_kind k, gfc_code **result) in match_io_iterator()
3544 gfc_code *head, *tail, *new_code; in match_io_iterator()
3629 match_io_element (io_kind k, gfc_code **cpp) in match_io_element()
3632 gfc_code *cp; in match_io_element()
3705 match_io_list (io_kind k, gfc_code **head_p) in match_io_list()
3707 gfc_code *head, *tail, *new_code; in match_io_list()
3747 terminate_io (gfc_code *io_code) in terminate_io()
3749 gfc_code *c; in terminate_io()
3770 check_io_constraints (io_kind k, gfc_dt *dt, gfc_code *io_code, in check_io_constraints()
3878 for (gfc_code *xfer = io_code; xfer && xfer->op == EXEC_TRANSFER; in check_io_constraints()
4168 gfc_code *io_code; in match_io()
4576 gfc_code *code; in gfc_match_inquire()
4612 for (gfc_code *c = code; c; c = c->next) in gfc_match_inquire()