Searched refs:gfc_forall_iterator (Results 1 - 5 of 5) sorted by relevance

/haiku-buildtools/gcc/gcc/fortran/
H A Dmatch.c1965 gfc_free_forall_iterator (gfc_forall_iterator *iter)
1967 gfc_forall_iterator *next;
1990 match_forall_iterator (gfc_forall_iterator **result)
1992 gfc_forall_iterator *iter;
1997 iter = XCNEW (gfc_forall_iterator);
2055 match_forall_header (gfc_forall_iterator **phead, gfc_expr **mask)
2057 gfc_forall_iterator *head, *tail, *new_iter;
2127 gfc_forall_iterator *head;
2188 gfc_forall_iterator *head;
2303 gfc_forall_iterator *hea
[all...]
H A Dgfortran.h2286 typedef struct gfc_forall_iterator struct
2289 struct gfc_forall_iterator *next;
2291 gfc_forall_iterator; typedef in typeref:struct:gfc_forall_iterator
2416 gfc_forall_iterator *forall_iterator;
2912 void gfc_free_forall_iterator (gfc_forall_iterator *);
H A Dfrontend-passes.c2161 gfc_forall_iterator *fa;
H A Dresolve.c6501 resolve_forall_iterators (gfc_forall_iterator *it)
6503 gfc_forall_iterator *iter, *iter2;
9085 gfc_forall_iterator *fa;
9121 gfc_forall_iterator *fa;
H A Dtrans-stmt.c4093 gfc_forall_iterator *fa;

Completed in 216 milliseconds