Searched refs:OMP_LIST_FROM (Results 1 – 15 of 15) sorted by relevance
/netbsd/external/gpl3/gcc/dist/gcc/fortran/ |
H A D | openmp.c | 1259 &c->lists[OMP_LIST_FROM], false, 4323 && list != OMP_LIST_FROM 4417 for (n = omp_clauses->lists[OMP_LIST_FROM]; n; n = n->next) 4506 case OMP_LIST_FROM: 6441 && code->ext.omp_clauses->lists[OMP_LIST_FROM] == NULL)) in gfc_resolve_omp_directive()
|
H A D | openmp.cc | 2111 &c->lists[OMP_LIST_FROM], false, in gfc_match_omp_clauses() 6568 && list != OMP_LIST_FROM in resolve_omp_clauses() 6739 for (n = omp_clauses->lists[OMP_LIST_FROM]; n; n = n->next) in resolve_omp_clauses() 6831 case OMP_LIST_FROM: in resolve_omp_clauses() 9260 && code->ext.omp_clauses->lists[OMP_LIST_FROM] == NULL)) in gfc_resolve_omp_directive()
|
H A D | ChangeLog-2014 | 1397 (OMP_LIST_DEPEND, OMP_LIST_MAP, OMP_LIST_TO, OMP_LIST_FROM): New. 1476 OMP_LIST_MAP, OMP_LIST_FROM, OMP_LIST_TO, num_teams, device, 1512 Handle OMP_LIST_MAP, OMP_LIST_TO, OMP_LIST_FROM, num_teams,
|
H A D | gfortran.h | 1379 OMP_LIST_FROM, enumerator
|
H A D | dump-parse-tree.c | 1587 case OMP_LIST_FROM: type = "FROM"; break; in show_omp_clauses()
|
H A D | trans-openmp.c | 2897 case OMP_LIST_FROM: 2909 case OMP_LIST_FROM:
|
H A D | dump-parse-tree.cc | 1674 case OMP_LIST_FROM: type = "FROM"; break; in show_omp_clauses()
|
H A D | trans-openmp.cc | 3569 case OMP_LIST_FROM: in gfc_trans_omp_clauses() 3581 case OMP_LIST_FROM: in gfc_trans_omp_clauses()
|
H A D | frontend-passes.c | 5346 OMP_LIST_MAP, OMP_LIST_TO, OMP_LIST_FROM }; in gfc_code_walker()
|
H A D | frontend-passes.cc | 5637 OMP_LIST_MAP, OMP_LIST_TO, OMP_LIST_FROM }; in gfc_code_walker()
|
/netbsd/external/gpl3/gcc.old/dist/gcc/fortran/ |
H A D | openmp.c | 1259 &c->lists[OMP_LIST_FROM], false, 4323 && list != OMP_LIST_FROM 4417 for (n = omp_clauses->lists[OMP_LIST_FROM]; n; n = n->next) 4506 case OMP_LIST_FROM: 6441 && code->ext.omp_clauses->lists[OMP_LIST_FROM] == NULL)) in gfc_resolve_omp_directive()
|
H A D | gfortran.h | 1269 OMP_LIST_FROM, enumerator
|
H A D | dump-parse-tree.c | 1587 case OMP_LIST_FROM: type = "FROM"; break; in show_omp_clauses()
|
H A D | trans-openmp.c | 2897 case OMP_LIST_FROM: 2909 case OMP_LIST_FROM:
|
H A D | frontend-passes.c | 5346 OMP_LIST_MAP, OMP_LIST_TO, OMP_LIST_FROM }; in gfc_code_walker()
|