Searched refs:gfc_expr_list (Results 1 – 15 of 15) sorted by relevance
/netbsd/external/gpl3/gcc.old/dist/gcc/fortran/ |
H A D | gfortran.h | 1163 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 D | openmp.c | 133 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 D | trans-openmp.c | 3478 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 D | dump-parse-tree.c | 1529 gfc_expr_list *list; in show_omp_clauses() 1541 gfc_expr_list *list; in show_omp_clauses()
|
H A D | match.c | 2906 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 D | gfortran.h | 1241 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 D | openmp.c | 133 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 D | openmp.cc | 138 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 D | trans-openmp.c | 3478 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 D | dump-parse-tree.c | 1529 gfc_expr_list *list; in show_omp_clauses() 1541 gfc_expr_list *list; in show_omp_clauses()
|
H A D | dump-parse-tree.cc | 1606 gfc_expr_list *list; in show_omp_clauses() 1618 gfc_expr_list *list; in show_omp_clauses()
|
H A D | trans-openmp.cc | 4255 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 D | match.c | 2906 gfc_expr_list *el = o->previous->tail->ext.omp_clauses->tile_list; in match_exit_cycle()
|
H A D | match.cc | 2883 gfc_expr_list *el in match_exit_cycle()
|
H A D | ChangeLog-2015 | 2700 (struct gfc_expr_list): New data type.
|