Searched refs:GOMP_MAP_ALWAYS_TOFROM (Results 1 - 21 of 21) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/include/
H A Dgomp-constants.h120 GOMP_MAP_ALWAYS_TOFROM = (GOMP_MAP_FLAG_SPECIAL_2 enumerator in enum:gomp_map_kind
178 (((X) == GOMP_MAP_ALWAYS_TO) || ((X) == GOMP_MAP_ALWAYS_TOFROM))
181 (((X) == GOMP_MAP_ALWAYS_FROM) || ((X) == GOMP_MAP_ALWAYS_TOFROM))
/netbsd-current/external/gpl3/gcc/dist/include/
H A Dgomp-constants.h131 GOMP_MAP_ALWAYS_TOFROM = (GOMP_MAP_FLAG_SPECIAL_2 enumerator in enum:gomp_map_kind
204 (((X) == GOMP_MAP_ALWAYS_TO) || ((X) == GOMP_MAP_ALWAYS_TOFROM))
207 (((X) == GOMP_MAP_ALWAYS_FROM) || ((X) == GOMP_MAP_ALWAYS_TOFROM))
/netbsd-current/external/gpl3/gcc/dist/gcc/c-family/
H A Dc-omp.cc2387 OMP_CLAUSE_SET_MAP_KIND (c, GOMP_MAP_ALWAYS_TOFROM);
3068 || OMP_CLAUSE_MAP_KIND (c) == GOMP_MAP_ALWAYS_TOFROM)
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dtree-pretty-print.c830 case GOMP_MAP_ALWAYS_TOFROM:
H A Domp-low.c1368 && OMP_CLAUSE_MAP_KIND (c) != GOMP_MAP_ALWAYS_TOFROM
11558 case GOMP_MAP_ALWAYS_TOFROM:
11997 case GOMP_MAP_ALWAYS_TOFROM:
H A Dgimplify.c9260 || OMP_CLAUSE_MAP_KIND (c) == GOMP_MAP_ALWAYS_TOFROM)
/netbsd-current/external/gpl3/gcc.old/dist/libgomp/
H A Dtarget.c1177 case GOMP_MAP_ALWAYS_TOFROM:
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dtree-pretty-print.cc907 case GOMP_MAP_ALWAYS_TOFROM:
H A Domp-low.cc1555 && OMP_CLAUSE_MAP_KIND (c) != GOMP_MAP_ALWAYS_TOFROM
12715 case GOMP_MAP_ALWAYS_TOFROM:
13249 case GOMP_MAP_ALWAYS_TOFROM:
H A Dgimplify.cc8952 || k == GOMP_MAP_ALWAYS_TOFROM)
9012 || k == GOMP_MAP_ALWAYS_TOFROM
10288 || OMP_CLAUSE_MAP_KIND (c) == GOMP_MAP_ALWAYS_TOFROM)
/netbsd-current/external/gpl3/gcc/dist/gcc/c/
H A Dc-parser.cc16273 kind = always_modifier ? GOMP_MAP_ALWAYS_TOFROM : GOMP_MAP_TOFROM;
20805 case GOMP_MAP_ALWAYS_TOFROM:
21254 OMP_CLAUSE_SET_MAP_KIND (nc, GOMP_MAP_ALWAYS_TOFROM);
21282 case GOMP_MAP_ALWAYS_TOFROM:
H A Dc-typeck.cc13869 case GOMP_MAP_ALWAYS_TOFROM:
/netbsd-current/external/gpl3/gcc/dist/libgomp/
H A Dtarget.c1583 case GOMP_MAP_ALWAYS_TOFROM:
/netbsd-current/external/gpl3/gcc/dist/gcc/cp/
H A Dsemantics.cc5739 case GOMP_MAP_ALWAYS_TOFROM:
9922 case GOMP_MAP_ALWAYS_TOFROM:
H A Dparser.cc[all...]
/netbsd-current/external/gpl3/gcc.old/dist/gcc/c/
H A Dc-parser.c15696 kind = always ? GOMP_MAP_ALWAYS_TOFROM : GOMP_MAP_TOFROM;
19460 case GOMP_MAP_ALWAYS_TOFROM:
19917 case GOMP_MAP_ALWAYS_TOFROM:
H A Dc-typeck.c13630 case GOMP_MAP_ALWAYS_TOFROM:
/netbsd-current/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dtrans-openmp.c2855 OMP_CLAUSE_SET_MAP_KIND (node, GOMP_MAP_ALWAYS_TOFROM);
/netbsd-current/external/gpl3/gcc.old/dist/gcc/cp/
H A Dparser.c[all...]
H A Dsemantics.c5334 case GOMP_MAP_ALWAYS_TOFROM:
/netbsd-current/external/gpl3/gcc/dist/gcc/fortran/
H A Dtrans-openmp.cc3011 OMP_CLAUSE_SET_MAP_KIND (node, GOMP_MAP_ALWAYS_TOFROM);

Completed in 704 milliseconds