Searched refs:OMP_CLAUSE_WAIT (Results 1 - 25 of 29) sorted by relevance

12

/netbsd-current/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dopenmp.c829 OMP_CLAUSE_WAIT, enumerator in enum:omp_mask2
1943 if ((mask & OMP_CLAUSE_WAIT)
2007 | OMP_CLAUSE_DEFAULT | OMP_CLAUSE_WAIT | OMP_CLAUSE_ATTACH)
2013 | OMP_CLAUSE_DEFAULT | OMP_CLAUSE_WAIT | OMP_CLAUSE_ATTACH)
2019 | OMP_CLAUSE_DEFAULT | OMP_CLAUSE_WAIT | OMP_CLAUSE_ATTACH)
2046 | OMP_CLAUSE_DEVICE | OMP_CLAUSE_WAIT | OMP_CLAUSE_IF_PRESENT)
2048 (omp_mask (OMP_CLAUSE_IF) | OMP_CLAUSE_ASYNC | OMP_CLAUSE_WAIT \
2051 (omp_mask (OMP_CLAUSE_IF) | OMP_CLAUSE_ASYNC | OMP_CLAUSE_WAIT \
H A Dtrans-openmp.c3482 c = build_omp_clause (gfc_get_location (&where), OMP_CLAUSE_WAIT);
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dtree-core.h341 OMP_CLAUSE_WAIT, enumerator in enum:omp_clause_code
H A Dtree-nested.c1285 case OMP_CLAUSE_WAIT:
2048 case OMP_CLAUSE_WAIT:
H A Dtree-pretty-print.c1162 case OMP_CLAUSE_WAIT:
H A Domp-expand.c8459 c = omp_find_clause (clauses, OMP_CLAUSE_WAIT);
8465 if (OMP_CLAUSE_CODE (c) == OMP_CLAUSE_WAIT)
H A Dtree.h1588 OMP_CLAUSE_SUBCODE_CHECK (NODE, OMP_CLAUSE_WAIT), 0)
H A Dgimplify.c9591 case OMP_CLAUSE_WAIT:
10632 case OMP_CLAUSE_WAIT:
H A Domp-low.c1497 case OMP_CLAUSE_WAIT:
1695 case OMP_CLAUSE_WAIT:
H A Dtree.c310 1, /* OMP_CLAUSE_WAIT */
12187 case OMP_CLAUSE_WAIT:
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dtree-core.h364 OMP_CLAUSE_WAIT, enumerator in enum:omp_clause_code
H A Dtree-nested.cc1388 case OMP_CLAUSE_WAIT:
2177 case OMP_CLAUSE_WAIT:
H A Dtree-pretty-print.cc1275 case OMP_CLAUSE_WAIT:
H A Dtree.h1655 OMP_CLAUSE_SUBCODE_CHECK (NODE, OMP_CLAUSE_WAIT), 0)
H A Domp-expand.cc10243 c = omp_find_clause (clauses, OMP_CLAUSE_WAIT);
10249 if (OMP_CLAUSE_CODE (c) == OMP_CLAUSE_WAIT)
H A Domp-low.cc1712 case OMP_CLAUSE_WAIT:
1928 case OMP_CLAUSE_WAIT:
H A Dgimplify.cc10709 case OMP_CLAUSE_WAIT:
11870 case OMP_CLAUSE_WAIT:
/netbsd-current/external/gpl3/gcc/dist/gcc/fortran/
H A Dopenmp.cc942 OMP_CLAUSE_WAIT, enumerator in enum:omp_mask2
2955 if ((mask & OMP_CLAUSE_WAIT)
3042 | OMP_CLAUSE_DEFAULT | OMP_CLAUSE_WAIT | OMP_CLAUSE_ATTACH)
3048 | OMP_CLAUSE_DEFAULT | OMP_CLAUSE_WAIT | OMP_CLAUSE_ATTACH)
3054 | OMP_CLAUSE_DEFAULT | OMP_CLAUSE_WAIT | OMP_CLAUSE_ATTACH)
3081 | OMP_CLAUSE_DEVICE | OMP_CLAUSE_WAIT | OMP_CLAUSE_IF_PRESENT)
3083 (omp_mask (OMP_CLAUSE_IF) | OMP_CLAUSE_ASYNC | OMP_CLAUSE_WAIT \
3086 (omp_mask (OMP_CLAUSE_IF) | OMP_CLAUSE_ASYNC | OMP_CLAUSE_WAIT \
H A Dtrans-openmp.cc4259 c = build_omp_clause (gfc_get_location (&where), OMP_CLAUSE_WAIT);
/netbsd-current/external/gpl3/gcc.old/dist/gcc/c/
H A Dc-parser.c12912 tree c = build_omp_clause (clause_loc, OMP_CLAUSE_WAIT);
14488 tree c = build_omp_clause (clause_loc, OMP_CLAUSE_WAIT);
/netbsd-current/external/gpl3/gcc/dist/gcc/c/
H A Dc-parser.cc12991 tree c = build_omp_clause (clause_loc, OMP_CLAUSE_WAIT);
14712 tree c = build_omp_clause (clause_loc, OMP_CLAUSE_WAIT);
/netbsd-current/external/gpl3/gcc.old/dist/gcc/cp/
H A Dsemantics.c6976 case OMP_CLAUSE_WAIT:
H A Dparser.c[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/cp/
H A Dsemantics.cc7460 case OMP_CLAUSE_WAIT:
H A Dparser.cc[all...]

Completed in 1235 milliseconds

12