Lines Matching refs:asynchronous
1895 m = match_etag (&tag_e_async, &open->asynchronous); in match_open_element()
2006 gfc_free_expr (open->asynchronous); in gfc_free_open()
2045 RESOLVE_TAG (&tag_e_async, open->asynchronous); in gfc_resolve_open()
2233 if (open->asynchronous) in check_open_constraints()
2237 &open->asynchronous->where)) in check_open_constraints()
2240 if (open->asynchronous->expr_type == EXPR_CONSTANT) in check_open_constraints()
2242 static const char * asynchronous[] = { "YES", "NO", NULL }; in check_open_constraints() local
2244 if (!compare_to_allowed_values ("ASYNCHRONOUS", asynchronous, in check_open_constraints()
2245 NULL, NULL, open->asynchronous->value.character.string, in check_open_constraints()
2246 "OPEN", warn, &open->asynchronous->where)) in check_open_constraints()
3162 m = match_etag (&tag_e_async, &dt->asynchronous); in match_dt_element()
3295 RESOLVE_TAG (&tag_e_async, dt->asynchronous); in gfc_resolve_dt()
3817 io_constraint (dt->asynchronous != NULL, in check_io_constraints()
3819 &dt->asynchronous->where); in check_io_constraints()
3848 if (dt->asynchronous) in check_io_constraints()
3851 static const char * asynchronous[] = { "YES", "NO", NULL }; in check_io_constraints() local
3854 if (!gfc_reduce_init_expr (dt->asynchronous)) in check_io_constraints()
3858 ("ASYNCHRONOUS", asynchronous, NULL, NULL, in check_io_constraints()
3859 dt->asynchronous->value.character.string, in check_io_constraints()
3860 io_kind_name (k), warn, &dt->asynchronous->where, &num)) in check_io_constraints()
3870 dt->size->symtree->n.sym->attr.asynchronous = 1; in check_io_constraints()
3875 nl->sym->attr.asynchronous = 1; in check_io_constraints()
3887 expr->symtree->n.sym->attr.asynchronous = 1; in check_io_constraints()
3895 = !dt->asynchronous in check_io_constraints()
3896 || gfc_wide_strlen (dt->asynchronous->value.character.string) != 3 in check_io_constraints()
3897 || gfc_wide_strncasecmp (dt->asynchronous->value.character.string, in check_io_constraints()
4504 gfc_free_expr (inquire->asynchronous); in gfc_free_inquire()
4550 RETM m = match_vtag (&tag_s_async, &inquire->asynchronous); in match_inquire_element()
4767 INQUIRE_RESOLVE_TAG (&tag_s_async, inquire->asynchronous); in gfc_resolve_inquire()