Home
last modified time | relevance | path

Searched refs:PRAGMA_OMP_CLAUSE_DETACH (Results 1 – 6 of 6) sorted by relevance

/netbsd/external/gpl3/gcc/dist/gcc/c-family/
H A Dc-pragma.h107 PRAGMA_OMP_CLAUSE_DETACH, enumerator
189 PRAGMA_OACC_CLAUSE_DETACH = PRAGMA_OMP_CLAUSE_DETACH,
H A DChangeLog1347 * c-pragma.h (pragma_omp_clause): Add PRAGMA_OMP_CLAUSE_DETACH.
/netbsd/external/gpl3/gcc/dist/gcc/cp/
H A DChangeLog-20215328 (cp_parser_omp_all_clauses): Handle PRAGMA_OMP_CLAUSE_DETACH.
5329 (OMP_TASK_CLAUSE_MASK): Add mask for PRAGMA_OMP_CLAUSE_DETACH.
H A Dparser.cc40339 case PRAGMA_OMP_CLAUSE_DETACH: in cp_parser_omp_all_clauses()
43633 | (OMP_CLAUSE_MASK_1 << PRAGMA_OMP_CLAUSE_DETACH) \
/netbsd/external/gpl3/gcc/dist/gcc/c/
H A DChangeLog941 (c_parser_omp_all_clauses): Handle PRAGMA_OMP_CLAUSE_DETACH clause.
942 (OMP_TASK_CLAUSE_MASK): Add mask for PRAGMA_OMP_CLAUSE_DETACH.
943 * c-typeck.c (c_finish_omp_clauses): Handle PRAGMA_OMP_CLAUSE_DETACH
H A Dc-parser.cc16881 case PRAGMA_OMP_CLAUSE_DETACH: in c_parser_omp_all_clauses()
20416 | (OMP_CLAUSE_MASK_1 << PRAGMA_OMP_CLAUSE_DETACH) \