Searched refs:OMP_CLAUSE_COPYIN (Results 1 - 13 of 13) sorted by relevance

/freebsd-10.1-release/contrib/gcc/
H A Dc-omp.c410 case OMP_CLAUSE_COPYIN:
H A Domp-low.c995 case OMP_CLAUSE_COPYIN:
1053 case OMP_CLAUSE_COPYIN:
1161 && find_omp_clause (OMP_CLAUSES (*stmt_p), OMP_CLAUSE_COPYIN) == NULL)
1645 case OMP_CLAUSE_COPYIN:
1661 if (c_kind != OMP_CLAUSE_COPYIN)
1664 if (c_kind == OMP_CLAUSE_SHARED || c_kind == OMP_CLAUSE_COPYIN)
1788 case OMP_CLAUSE_COPYIN:
2041 case OMP_CLAUSE_COPYIN:
2053 if (OMP_CLAUSE_CODE (c) != OMP_CLAUSE_COPYIN
2063 case OMP_CLAUSE_COPYIN
[all...]
H A Dtree-nested.c1181 case OMP_CLAUSE_COPYIN:
1472 case OMP_CLAUSE_COPYIN:
H A Dtree-pretty-print.c282 case OMP_CLAUSE_COPYIN:
H A Dgimplify.c4733 case OMP_CLAUSE_COPYIN:
4896 case OMP_CLAUSE_COPYIN:
H A Dtree.h310 OMP_CLAUSE_COPYIN,
308 OMP_CLAUSE_COPYIN, enumerator in enum:omp_clause_code
H A Dtree.c190 1, /* OMP_CLAUSE_COPYIN */
7671 case OMP_CLAUSE_COPYIN:
H A Dc-parser.c7409 return c_parser_omp_var_list_parens (parser, OMP_CLAUSE_COPYIN, list);
H A Dc-typeck.c9179 case OMP_CLAUSE_COPYIN:
/freebsd-10.1-release/contrib/gcc/cp/
H A Dsemantics.c3505 case OMP_CLAUSE_COPYIN:
3661 case OMP_CLAUSE_COPYIN:
3709 case OMP_CLAUSE_COPYIN:
H A Dcp-gimplify.c721 case OMP_CLAUSE_COPYIN:
H A Dpt.c8430 case OMP_CLAUSE_COPYIN:
H A Dparser.c20930 clauses = cp_parser_omp_var_list (parser, OMP_CLAUSE_COPYIN, clauses);

Completed in 284 milliseconds