Home
last modified time | relevance | path

Searched refs:PRAGMA_OMP_CLAUSE_FIRSTPRIVATE (Results 1 – 2 of 2) sorted by relevance

/freebsd-10-stable/contrib/gcc/
Dc-parser.c237 PRAGMA_OMP_CLAUSE_FIRSTPRIVATE, enumerator
7280 result = PRAGMA_OMP_CLAUSE_FIRSTPRIVATE; in c_parser_omp_clause_name()
7772 case PRAGMA_OMP_CLAUSE_FIRSTPRIVATE: in c_parser_omp_all_clauses()
8098 | (1u << PRAGMA_OMP_CLAUSE_FIRSTPRIVATE) \
8239 | (1u << PRAGMA_OMP_CLAUSE_FIRSTPRIVATE) \
8271 | (1u << PRAGMA_OMP_CLAUSE_FIRSTPRIVATE) \
8351 | (1u << PRAGMA_OMP_CLAUSE_FIRSTPRIVATE) \
/freebsd-10-stable/contrib/gcc/cp/
Dparser.c20447 PRAGMA_OMP_CLAUSE_FIRSTPRIVATE, enumerator
20490 result = PRAGMA_OMP_CLAUSE_FIRSTPRIVATE; in cp_parser_omp_clause_name()
20939 case PRAGMA_OMP_CLAUSE_FIRSTPRIVATE: in cp_parser_omp_all_clauses()
21298 | (1u << PRAGMA_OMP_CLAUSE_FIRSTPRIVATE) \
21438 | (1u << PRAGMA_OMP_CLAUSE_FIRSTPRIVATE) \
21466 | (1u << PRAGMA_OMP_CLAUSE_FIRSTPRIVATE) \
21546 | (1u << PRAGMA_OMP_CLAUSE_FIRSTPRIVATE) \