Searched refs:gfc_forall_iterator (Results 1 – 17 of 17) sorted by relevance
/netbsd/external/gpl3/gcc/dist/gcc/fortran/ |
H A D | match.c | 2323 gfc_free_forall_iterator (gfc_forall_iterator *iter) in gfc_free_forall_iterator() 2325 gfc_forall_iterator *next; in gfc_free_forall_iterator() 2348 match_forall_iterator (gfc_forall_iterator **result) in match_forall_iterator() 2350 gfc_forall_iterator *iter; in match_forall_iterator() 2355 iter = XCNEW (gfc_forall_iterator); in match_forall_iterator() 2413 match_forall_header (gfc_forall_iterator **phead, gfc_expr **mask) in match_forall_header() 2415 gfc_forall_iterator *head, *tail, *new_iter; in match_forall_header() 2485 gfc_forall_iterator *head; in match_simple_forall() 2546 gfc_forall_iterator *head; in gfc_match_forall() 2661 gfc_forall_iterator *head; in gfc_match_do()
|
H A D | match.cc | 2298 gfc_free_forall_iterator (gfc_forall_iterator *iter) in gfc_free_forall_iterator() 2300 gfc_forall_iterator *next; in gfc_free_forall_iterator() 2323 match_forall_iterator (gfc_forall_iterator **result) in match_forall_iterator() 2325 gfc_forall_iterator *iter; in match_forall_iterator() 2330 iter = XCNEW (gfc_forall_iterator); in match_forall_iterator() 2388 match_forall_header (gfc_forall_iterator **phead, gfc_expr **mask) in match_forall_header() 2390 gfc_forall_iterator *head, *tail, *new_iter; in match_forall_header() 2460 gfc_forall_iterator *head; in match_simple_forall() 2521 gfc_forall_iterator *head; in gfc_match_forall() 2636 gfc_forall_iterator *head; in gfc_match_do()
|
H A D | gfortran.h | 2842 typedef struct gfc_forall_iterator struct 2845 struct gfc_forall_iterator *next; argument 2847 gfc_forall_iterator; typedef 2979 gfc_forall_iterator *forall_iterator; 3543 void gfc_free_forall_iterator (gfc_forall_iterator *);
|
H A D | frontend-passes.c | 4783 gfc_forall_iterator *fa; 4871 gfc_forall_iterator *fa; in index_interchange() 5156 gfc_forall_iterator *fa; in gfc_code_walker()
|
H A D | frontend-passes.cc | 5063 gfc_forall_iterator *fa; 5151 gfc_forall_iterator *fa; in index_interchange() 5436 gfc_forall_iterator *fa; in gfc_code_walker()
|
H A D | dump-parse-tree.c | 1934 gfc_forall_iterator *fa; in show_code_node()
|
H A D | dump-parse-tree.cc | 2243 gfc_forall_iterator *fa; in show_code_node()
|
H A D | resolve.c | 7373 resolve_forall_iterators (gfc_forall_iterator *it) in resolve_forall_iterators() 7375 gfc_forall_iterator *iter, *iter2; in resolve_forall_iterators() 10581 gfc_forall_iterator *fa; in gfc_count_forall_iterators() 10617 gfc_forall_iterator *fa; in gfc_resolve_forall()
|
H A D | resolve.cc | 7493 resolve_forall_iterators (gfc_forall_iterator *it) in resolve_forall_iterators() 7495 gfc_forall_iterator *iter, *iter2; in resolve_forall_iterators() 10731 gfc_forall_iterator *fa; in gfc_count_forall_iterators() 10767 gfc_forall_iterator *fa; in gfc_resolve_forall()
|
H A D | trans-stmt.c | 4927 gfc_forall_iterator *fa; in gfc_trans_forall_1()
|
H A D | trans-stmt.cc | 4963 gfc_forall_iterator *fa; in gfc_trans_forall_1()
|
/netbsd/external/gpl3/gcc.old/dist/gcc/fortran/ |
H A D | match.c | 2323 gfc_free_forall_iterator (gfc_forall_iterator *iter) in gfc_free_forall_iterator() 2325 gfc_forall_iterator *next; in gfc_free_forall_iterator() 2348 match_forall_iterator (gfc_forall_iterator **result) in match_forall_iterator() 2350 gfc_forall_iterator *iter; in match_forall_iterator() 2355 iter = XCNEW (gfc_forall_iterator); in match_forall_iterator() 2413 match_forall_header (gfc_forall_iterator **phead, gfc_expr **mask) in match_forall_header() 2415 gfc_forall_iterator *head, *tail, *new_iter; in match_forall_header() 2485 gfc_forall_iterator *head; in match_simple_forall() 2546 gfc_forall_iterator *head; in gfc_match_forall() 2661 gfc_forall_iterator *head; in gfc_match_do()
|
H A D | gfortran.h | 2553 typedef struct gfc_forall_iterator struct 2556 struct gfc_forall_iterator *next; argument 2558 gfc_forall_iterator; typedef 2693 gfc_forall_iterator *forall_iterator; 3255 void gfc_free_forall_iterator (gfc_forall_iterator *);
|
H A D | frontend-passes.c | 4783 gfc_forall_iterator *fa; 4871 gfc_forall_iterator *fa; in index_interchange() 5156 gfc_forall_iterator *fa; in gfc_code_walker()
|
H A D | dump-parse-tree.c | 1934 gfc_forall_iterator *fa; in show_code_node()
|
H A D | resolve.c | 7373 resolve_forall_iterators (gfc_forall_iterator *it) in resolve_forall_iterators() 7375 gfc_forall_iterator *iter, *iter2; in resolve_forall_iterators() 10581 gfc_forall_iterator *fa; in gfc_count_forall_iterators() 10617 gfc_forall_iterator *fa; in gfc_resolve_forall()
|
H A D | trans-stmt.c | 4927 gfc_forall_iterator *fa; in gfc_trans_forall_1()
|