Home
last modified time | relevance | path

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

/dragonfly/contrib/gcc-8.0/gcc/c-family/
H A Dc-pragma.h103 PRAGMA_OMP_CLAUSE_LINK, enumerator
167 PRAGMA_OACC_CLAUSE_LINK = PRAGMA_OMP_CLAUSE_LINK
/dragonfly/contrib/gcc-8.0/gcc/c/
H A Dc-parser.c11336 result = PRAGMA_OMP_CLAUSE_LINK; in c_parser_omp_clause_name()
14289 case PRAGMA_OMP_CLAUSE_LINK:
14295 if ((mask & (OMP_CLAUSE_MASK_1 << PRAGMA_OMP_CLAUSE_LINK)) != 0)
17496 | (OMP_CLAUSE_MASK_1 << PRAGMA_OMP_CLAUSE_LINK))
/dragonfly/contrib/gcc-8.0/gcc/cp/
H A Dparser.c31402 result = PRAGMA_OMP_CLAUSE_LINK; in cp_parser_omp_clause_name()
34109 case PRAGMA_OMP_CLAUSE_LINK:
34114 if ((mask & (OMP_CLAUSE_MASK_1 << PRAGMA_OMP_CLAUSE_LINK)) != 0)
37391 | (OMP_CLAUSE_MASK_1 << PRAGMA_OMP_CLAUSE_LINK))