Home
last modified time | relevance | path

Searched refs:OMP_MAP_ALWAYS_TOFROM (Results 1 – 9 of 9) sorted by relevance

/netbsd/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dgfortran.h1220 OMP_MAP_ALWAYS_TOFROM enumerator
H A Dopenmp.c1451 map_op = always ? OMP_MAP_ALWAYS_TOFROM : OMP_MAP_TOFROM;
4644 case OMP_MAP_ALWAYS_TOFROM:
H A Dtrans-openmp.c2854 case OMP_MAP_ALWAYS_TOFROM:
/netbsd/external/gpl3/gcc/dist/gcc/fortran/
H A Dopenmp.cc1354 p->u.map_op = OMP_MAP_ALWAYS_TOFROM; in gfc_match_omp_clause_reduction()
2366 map_op = always_modifier ? OMP_MAP_ALWAYS_TOFROM : OMP_MAP_TOFROM; in gfc_match_omp_clauses()
7060 case OMP_MAP_ALWAYS_TOFROM: in resolve_omp_clauses()
H A Dgfortran.h1301 OMP_MAP_ALWAYS_TOFROM enumerator
H A Dopenmp.c1451 map_op = always ? OMP_MAP_ALWAYS_TOFROM : OMP_MAP_TOFROM;
4644 case OMP_MAP_ALWAYS_TOFROM:
H A Dtrans-openmp.c2854 case OMP_MAP_ALWAYS_TOFROM:
H A DChangeLog-2016804 OMP_MAP_ALWAYS_TO, OMP_MAP_ALWAYS_FROM and OMP_MAP_ALWAYS_TOFROM.
H A Dtrans-openmp.cc3009 case OMP_MAP_ALWAYS_TOFROM: in gfc_trans_omp_clauses()