Home
last modified time | relevance | path

Searched refs:gfc_expr_list (Results 1 – 15 of 15) sorted by relevance

/netbsd/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dgfortran.h1163 typedef struct gfc_expr_list struct
1166 struct gfc_expr_list *next; argument
1168 gfc_expr_list; typedef
1170 #define gfc_get_expr_list() XCNEW (gfc_expr_list)
1373 gfc_expr_list *wait_list;
1374 gfc_expr_list *tile_list;
3285 void gfc_free_expr_list (gfc_expr_list *);
H A Dopenmp.c133 gfc_free_expr_list (gfc_expr_list *list) in gfc_free_expr_list()
135 gfc_expr_list *n; in gfc_free_expr_list()
527 match_oacc_expr_list (const char *str, gfc_expr_list **list, in match_oacc_expr_list()
530 gfc_expr_list *head, *tail, *p; in match_oacc_expr_list()
1959 gfc_expr_list **expr_list = &c->wait_list;
2269 gfc_expr_list *wait_list = NULL, *el; in gfc_match_oacc_wait()
4088 gfc_expr_list *el;
6170 gfc_expr_list *el; in resolve_oacc_loop_blocks()
6247 gfc_expr_list *el; in resolve_oacc_loop()
H A Dtrans-openmp.c3478 gfc_expr_list *el;
3515 gfc_expr_list *el;
3700 gfc_expr_list *el; in gfc_trans_oacc_wait_directive()
4108 gfc_expr_list *tile = do_clauses ? do_clauses->tile_list : clauses->tile_list; in gfc_trans_omp_do()
4116 for (gfc_expr_list *el = tile; el; el = el->next) in gfc_trans_omp_do()
H A Ddump-parse-tree.c1529 gfc_expr_list *list; in show_omp_clauses()
1541 gfc_expr_list *list; in show_omp_clauses()
H A Dmatch.c2906 gfc_expr_list *el = o->previous->tail->ext.omp_clauses->tile_list; in match_exit_cycle()
/netbsd/external/gpl3/gcc/dist/gcc/fortran/
H A Dgfortran.h1241 typedef struct gfc_expr_list struct
1244 struct gfc_expr_list *next; argument
1246 gfc_expr_list; typedef
1248 #define gfc_get_expr_list() XCNEW (gfc_expr_list)
1557 gfc_expr_list *wait_list;
1558 gfc_expr_list *tile_list;
3577 void gfc_free_expr_list (gfc_expr_list *);
H A Dopenmp.c133 gfc_free_expr_list (gfc_expr_list *list) in gfc_free_expr_list()
135 gfc_expr_list *n; in gfc_free_expr_list()
527 match_oacc_expr_list (const char *str, gfc_expr_list **list, in match_oacc_expr_list()
530 gfc_expr_list *head, *tail, *p; in match_oacc_expr_list()
1959 gfc_expr_list **expr_list = &c->wait_list;
2269 gfc_expr_list *wait_list = NULL, *el; in gfc_match_oacc_wait()
4088 gfc_expr_list *el;
6170 gfc_expr_list *el; in resolve_oacc_loop_blocks()
6247 gfc_expr_list *el; in resolve_oacc_loop()
H A Dopenmp.cc138 gfc_free_expr_list (gfc_expr_list *list) in gfc_free_expr_list()
140 gfc_expr_list *n; in gfc_free_expr_list()
621 match_oacc_expr_list (const char *str, gfc_expr_list **list, in match_oacc_expr_list()
624 gfc_expr_list *head, *tail, *p; in match_oacc_expr_list()
2968 gfc_expr_list **expr_list = &c->wait_list; in gfc_match_omp_clauses()
3305 gfc_expr_list *wait_list = NULL, *el; in gfc_match_oacc_wait()
6275 gfc_expr_list *el; in resolve_omp_clauses()
8969 gfc_expr_list *el; in resolve_oacc_loop_blocks()
9046 gfc_expr_list *el; in resolve_oacc_loop()
H A Dtrans-openmp.c3478 gfc_expr_list *el;
3515 gfc_expr_list *el;
3700 gfc_expr_list *el; in gfc_trans_oacc_wait_directive()
4108 gfc_expr_list *tile = do_clauses ? do_clauses->tile_list : clauses->tile_list; in gfc_trans_omp_do()
4116 for (gfc_expr_list *el = tile; el; el = el->next) in gfc_trans_omp_do()
H A Ddump-parse-tree.c1529 gfc_expr_list *list; in show_omp_clauses()
1541 gfc_expr_list *list; in show_omp_clauses()
H A Ddump-parse-tree.cc1606 gfc_expr_list *list; in show_omp_clauses()
1618 gfc_expr_list *list; in show_omp_clauses()
H A Dtrans-openmp.cc4255 gfc_expr_list *el; in gfc_trans_omp_clauses()
4292 gfc_expr_list *el; in gfc_trans_omp_clauses()
4500 gfc_expr_list *el; in gfc_trans_oacc_wait_directive()
5050 gfc_expr_list *tile = do_clauses ? do_clauses->tile_list : clauses->tile_list; in gfc_trans_omp_do()
5058 for (gfc_expr_list *el = tile; el; el = el->next) in gfc_trans_omp_do()
H A Dmatch.c2906 gfc_expr_list *el = o->previous->tail->ext.omp_clauses->tile_list; in match_exit_cycle()
H A Dmatch.cc2883 gfc_expr_list *el in match_exit_cycle()
H A DChangeLog-20152700 (struct gfc_expr_list): New data type.