Home
last modified time | relevance | path

Searched refs:PRAGMA_OMP_CLAUSE_TASKGROUP (Results 1 – 3 of 3) sorted by relevance

/dragonfly/contrib/gcc-8.0/gcc/c-family/
H A Dc-pragma.h124 PRAGMA_OMP_CLAUSE_TASKGROUP, enumerator
/dragonfly/contrib/gcc-8.0/gcc/c/
H A Dc-parser.c11414 result = PRAGMA_OMP_CLAUSE_TASKGROUP; in c_parser_omp_clause_name()
14281 case PRAGMA_OMP_CLAUSE_TASKGROUP:
16573 | (OMP_CLAUSE_MASK_1 << PRAGMA_OMP_CLAUSE_TASKGROUP) \
16598 | (OMP_CLAUSE_MASK_1 << PRAGMA_OMP_CLAUSE_TASKGROUP))
/dragonfly/contrib/gcc-8.0/gcc/cp/
H A Dparser.c31478 result = PRAGMA_OMP_CLAUSE_TASKGROUP; in cp_parser_omp_clause_name()
34102 case PRAGMA_OMP_CLAUSE_TASKGROUP:
36028 | (OMP_CLAUSE_MASK_1 << PRAGMA_OMP_CLAUSE_TASKGROUP) \
36046 | (OMP_CLAUSE_MASK_1 << PRAGMA_OMP_CLAUSE_TASKGROUP))