Home
last modified time | relevance | path

Searched refs:gfc_check_do_variable (Results 1 – 11 of 11) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A Dparse.h66 int gfc_check_do_variable (gfc_symtree *);
H A Dmatch.cc1365 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()
H A Dio.cc1523 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()
H A DChangeLog-20211575 * parse.c (gfc_check_do_variable): Avoid comparison with NULL
1588 * parse.c (gfc_check_do_variable): Avoid comparison with NULL
1598 * parse.c (gfc_check_do_variable): Avoid comparison with NULL
H A DChangeLog-20041399 (gfc_check_do_variable): Add prototype.
1401 (gfc_check_do_variable): New function.
1416 * parse.c (gfc_check_do_variable): Fix error locus.
H A Dparse.cc4692 gfc_check_do_variable (gfc_symtree *st) in gfc_check_do_variable() function
H A DChangeLog-2014434 next_fixed, gfc_check_do_variable): Ditto.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dparse.h66 int gfc_check_do_variable (gfc_symtree *);
H A Dmatch.c1390 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()
H A Dio.c1523 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()
H A Dparse.c4442 gfc_check_do_variable (gfc_symtree *st) in gfc_check_do_variable() function