Home
last modified time | relevance | path

Searched refs:OMP_CLAUSE_COPYIN (Results 1 – 25 of 27) sorted by relevance

12

/dragonfly/contrib/gcc-4.7/gcc/c-family/
H A Dc-omp.c610 case OMP_CLAUSE_COPYIN: in c_split_parallel_clauses()
/dragonfly/contrib/gcc-4.7/gcc/
H A Domp-low.c1456 case OMP_CLAUSE_COPYIN: in scan_sharing_clauses()
1520 case OMP_CLAUSE_COPYIN: in scan_sharing_clauses()
1651 OMP_CLAUSE_COPYIN) == NULL) in scan_omp_parallel()
2304 case OMP_CLAUSE_COPYIN: in lower_rec_input_clauses()
2320 if (c_kind != OMP_CLAUSE_COPYIN) in lower_rec_input_clauses()
2323 if (c_kind == OMP_CLAUSE_SHARED || c_kind == OMP_CLAUSE_COPYIN) in lower_rec_input_clauses()
2489 case OMP_CLAUSE_COPYIN: in lower_rec_input_clauses()
2811 case OMP_CLAUSE_COPYIN: in lower_send_clauses()
2822 if (OMP_CLAUSE_CODE (c) != OMP_CLAUSE_COPYIN in lower_send_clauses()
2833 case OMP_CLAUSE_COPYIN: in lower_send_clauses()
H A Dtree-nested.c1112 case OMP_CLAUSE_COPYIN: in convert_nonlocal_omp_clauses()
1611 case OMP_CLAUSE_COPYIN: in convert_local_omp_clauses()
H A Dtree-pretty-print.c312 case OMP_CLAUSE_COPYIN: in dump_omp_clause()
H A Dgimplify.c6033 case OMP_CLAUSE_COPYIN: in gimplify_scan_omp_clauses()
6202 case OMP_CLAUSE_COPYIN: in gimplify_adjust_omp_clauses()
H A Dtree.h375 OMP_CLAUSE_COPYIN, enumerator
H A Dc-parser.c8840 return c_parser_omp_var_list_parens (parser, OMP_CLAUSE_COPYIN, list); in c_parser_omp_clause_copyin()
H A Dtree.c10633 case OMP_CLAUSE_COPYIN: in walk_tree_1()
H A Dc-typeck.c10836 case OMP_CLAUSE_COPYIN: in c_finish_omp_clauses()
/dragonfly/contrib/gcc-8.0/gcc/
H A Domp-low.c1159 case OMP_CLAUSE_COPYIN:
1460 case OMP_CLAUSE_COPYIN:
1770 OMP_CLAUSE_COPYIN) == NULL) in scan_omp_parallel()
3677 case OMP_CLAUSE_COPYIN: in lower_rec_input_clauses()
3769 if (c_kind != OMP_CLAUSE_COPYIN) in lower_rec_input_clauses()
3772 if (c_kind == OMP_CLAUSE_SHARED || c_kind == OMP_CLAUSE_COPYIN) in lower_rec_input_clauses()
4356 case OMP_CLAUSE_COPYIN: in lower_rec_input_clauses()
5462 case OMP_CLAUSE_COPYIN: in lower_send_clauses()
5505 if (OMP_CLAUSE_CODE (c) != OMP_CLAUSE_COPYIN in lower_send_clauses()
5551 case OMP_CLAUSE_COPYIN: in lower_send_clauses()
H A Dtree-core.h276 OMP_CLAUSE_COPYIN, enumerator
H A Dtree-nested.c1280 case OMP_CLAUSE_COPYIN: in convert_nonlocal_omp_clauses()
1986 case OMP_CLAUSE_COPYIN: in convert_local_omp_clauses()
H A Dtree-pretty-print.c407 case OMP_CLAUSE_COPYIN: in dump_omp_clause()
H A Dgimplify.c8463 case OMP_CLAUSE_COPYIN: in gimplify_scan_omp_clauses()
9331 case OMP_CLAUSE_COPYIN: in gimplify_adjust_omp_clauses()
H A Dtree.c11529 case OMP_CLAUSE_COPYIN: in walk_tree_1()
/dragonfly/contrib/gcc-4.7/gcc/cp/
H A Dcp-gimplify.c928 case OMP_CLAUSE_COPYIN: in cp_genericize_r()
H A Dsemantics.c4006 case OMP_CLAUSE_COPYIN: in finish_omp_clauses()
4197 case OMP_CLAUSE_COPYIN: in finish_omp_clauses()
4247 case OMP_CLAUSE_COPYIN: in finish_omp_clauses()
H A Dpt.c12320 case OMP_CLAUSE_COPYIN: in tsubst_omp_clauses()
H A Dparser.c25501 clauses = cp_parser_omp_var_list (parser, OMP_CLAUSE_COPYIN, clauses); in cp_parser_omp_all_clauses()
/dragonfly/contrib/gcc-8.0/gcc/c-family/
H A Dc-omp.c1104 case OMP_CLAUSE_COPYIN: in c_omp_split_clauses()
/dragonfly/contrib/gcc-8.0/gcc/cp/
H A Dcp-gimplify.c1166 case OMP_CLAUSE_COPYIN: in cp_genericize_r()
H A Dsemantics.c5928 case OMP_CLAUSE_COPYIN: in finish_omp_clauses()
7221 case OMP_CLAUSE_COPYIN: in finish_omp_clauses()
7294 case OMP_CLAUSE_COPYIN: in finish_omp_clauses()
/dragonfly/contrib/gcc-4.7/gcc/doc/
H A Dgeneric.texi2187 @code{OMP_CLAUSE_LASTPRIVATE}, @code{OMP_CLAUSE_COPYIN},
/dragonfly/contrib/gcc-8.0/gcc/c/
H A Dc-typeck.c13360 case OMP_CLAUSE_COPYIN: in c_finish_omp_clauses()
H A Dc-parser.c11849 return c_parser_omp_var_list_parens (parser, OMP_CLAUSE_COPYIN, list); in c_parser_omp_clause_copyin()

12