Searched refs:gfc_check_do_variable (Results 1 – 11 of 11) sorted by relevance
66 int gfc_check_do_variable (gfc_symtree *);
1365 gfc_check_do_variable (lvalue->symtree); in gfc_match_assignment()2698 gfc_check_do_variable (iter.var->symtree); in gfc_match_do()4333 if (gfc_check_do_variable (tail->expr->symtree)) in gfc_match_allocate()4471 if (gfc_check_do_variable (stat->symtree)) in gfc_match_allocate()4663 if (gfc_check_do_variable (p->symtree)) in gfc_match_nullify()4770 if (gfc_check_do_variable (tail->expr->symtree)) in gfc_match_deallocate()4836 if (gfc_check_do_variable (stat->symtree)) in gfc_match_deallocate()
1523 gfc_check_do_variable ((*result)->symtree); in match_out_tag()3576 gfc_check_do_variable (iter->var->symtree); in match_io_iterator()3683 if (m == MATCH_YES && k == M_READ && gfc_check_do_variable (expr->symtree)) in match_io_element()
1575 * parse.c (gfc_check_do_variable): Avoid comparison with NULL1588 * parse.c (gfc_check_do_variable): Avoid comparison with NULL1598 * parse.c (gfc_check_do_variable): Avoid comparison with NULL
1399 (gfc_check_do_variable): Add prototype.1401 (gfc_check_do_variable): New function.1416 * parse.c (gfc_check_do_variable): Fix error locus.
4692 gfc_check_do_variable (gfc_symtree *st) in gfc_check_do_variable() function
434 next_fixed, gfc_check_do_variable): Ditto.
1390 gfc_check_do_variable (lvalue->symtree); in gfc_match_assignment()2723 gfc_check_do_variable (iter.var->symtree); in gfc_match_do()4292 if (gfc_check_do_variable (tail->expr->symtree)) in gfc_match_allocate()4430 if (gfc_check_do_variable (stat->symtree)) in gfc_match_allocate()4622 if (gfc_check_do_variable (p->symtree)) in gfc_match_nullify()4729 if (gfc_check_do_variable (tail->expr->symtree)) in gfc_match_deallocate()4795 if (gfc_check_do_variable (stat->symtree)) in gfc_match_deallocate()
4442 gfc_check_do_variable (gfc_symtree *st) in gfc_check_do_variable() function