Home
last modified time | relevance | path

Searched refs:OMP_CLAUSE_PRIVATE (Results 1 – 25 of 31) sorted by relevance

12

/dragonfly/contrib/gcc-4.7/gcc/cp/
HDcp-gimplify.c909 case OMP_CLAUSE_PRIVATE: in cp_genericize_r()
1076 case OMP_CLAUSE_PRIVATE: in cp_genericize_r()
1089 if (OMP_CLAUSE_CODE (c) != OMP_CLAUSE_PRIVATE in cp_genericize_r()
HDsemantics.c3997 case OMP_CLAUSE_PRIVATE: in finish_omp_clauses()
4171 case OMP_CLAUSE_PRIVATE: in finish_omp_clauses()
HDparser.c25552 clauses = cp_parser_omp_var_list (parser, OMP_CLAUSE_PRIVATE, in cp_parser_omp_all_clauses()
26393 if (OMP_CLAUSE_CODE (*c) == OMP_CLAUSE_PRIVATE in cp_parser_omp_for_loop()
26405 if ((OMP_CLAUSE_CODE (c) == OMP_CLAUSE_PRIVATE in cp_parser_omp_for_loop()
26421 c = build_omp_clause (loc, OMP_CLAUSE_PRIVATE); in cp_parser_omp_for_loop()
HDpt.c12316 case OMP_CLAUSE_PRIVATE: in tsubst_omp_clauses()
12439 if ((OMP_CLAUSE_CODE (c) == OMP_CLAUSE_PRIVATE in tsubst_omp_for_iterator()
12452 c = build_omp_clause (input_location, OMP_CLAUSE_PRIVATE); in tsubst_omp_for_iterator()
HDcp-tree.h3934 TREE_TYPE (OMP_CLAUSE_RANGE_CHECK (NODE, OMP_CLAUSE_PRIVATE, \
/dragonfly/contrib/gcc-8.0/gcc/
HDomp-low.c541 || (code == OMP_CLAUSE_PRIVATE
1011 case OMP_CLAUSE_PRIVATE:
1363 case OMP_CLAUSE_PRIVATE:
1383 OMP_CLAUSE_CODE (c) == OMP_CLAUSE_PRIVATE
3628 case OMP_CLAUSE_PRIVATE: in lower_rec_input_clauses()
3662 case OMP_CLAUSE_PRIVATE: in lower_rec_input_clauses()
4175 case OMP_CLAUSE_PRIVATE: in lower_rec_input_clauses()
4176 if (OMP_CLAUSE_CODE (c) != OMP_CLAUSE_PRIVATE) in lower_rec_input_clauses()
4183 x = build_outer_var_ref (var, ctx, OMP_CLAUSE_PRIVATE); in lower_rec_input_clauses()
4997 || OMP_CLAUSE_CODE (cls) == OMP_CLAUSE_PRIVATE) in lower_oacc_reductions()
[all …]
HDtree-nested.c1158 case OMP_CLAUSE_PRIVATE: in convert_nonlocal_omp_clauses()
1177 if (OMP_CLAUSE_CODE (clause) != OMP_CLAUSE_PRIVATE) in convert_nonlocal_omp_clauses()
1272 if (OMP_CLAUSE_CODE (clause) != OMP_CLAUSE_PRIVATE) in convert_nonlocal_omp_clauses()
1854 case OMP_CLAUSE_PRIVATE: in convert_local_omp_clauses()
HDtree-core.h252 OMP_CLAUSE_PRIVATE, enumerator
HDgimplify.c7603 case OMP_CLAUSE_PRIVATE: in gimplify_scan_omp_clauses()
8796 code = OMP_CLAUSE_PRIVATE; in gimplify_adjust_omp_clauses_1()
8828 code = OMP_CLAUSE_PRIVATE; in gimplify_adjust_omp_clauses_1()
8859 else if (code == OMP_CLAUSE_PRIVATE && (flags & GOVD_PRIVATE_OUTER_REF)) in gimplify_adjust_omp_clauses_1()
9034 case OMP_CLAUSE_PRIVATE: in gimplify_adjust_omp_clauses()
9049 OMP_CLAUSE_SET_CODE (c, OMP_CLAUSE_PRIVATE); in gimplify_adjust_omp_clauses()
10115 : OMP_CLAUSE_PRIVATE); in gimplify_omp_for()
10448 case OMP_CLAUSE_PRIVATE: in gimplify_omp_for()
10500 OMP_CLAUSE_PRIVATE); in gimplify_omp_for()
10549 t = build_omp_clause (input_location, OMP_CLAUSE_PRIVATE); in gimplify_omp_for()
HDomp-grid.c1067 tree priv = build_omp_clause (UNKNOWN_LOCATION, OMP_CLAUSE_PRIVATE); in grid_eliminate_combined_simd_part()
HDtree.h1429 OMP_CLAUSE_PRIVATE, \
1466 (OMP_CLAUSE_SUBCODE_CHECK (NODE, OMP_CLAUSE_PRIVATE)->base.public_flag)
1471 TREE_PRIVATE (OMP_CLAUSE_SUBCODE_CHECK (NODE, OMP_CLAUSE_PRIVATE))
1477 TREE_PROTECTED (OMP_CLAUSE_SUBCODE_CHECK (NODE, OMP_CLAUSE_PRIVATE))
HDtree-pretty-print.c395 case OMP_CLAUSE_PRIVATE: in dump_omp_clause()
/dragonfly/contrib/gcc-4.7/gcc/c-family/
HDc-omp.c605 case OMP_CLAUSE_PRIVATE: in c_split_parallel_clauses()
/dragonfly/contrib/gcc-8.0/gcc/c-family/
HDc-omp.c993 case OMP_CLAUSE_PRIVATE: in c_oacc_split_loop_clauses()
1181 case OMP_CLAUSE_PRIVATE: in c_omp_split_clauses()
/dragonfly/contrib/gcc-8.0/gcc/cp/
HDcp-gimplify.c1147 case OMP_CLAUSE_PRIVATE: in cp_genericize_r()
1353 case OMP_CLAUSE_PRIVATE: in cp_genericize_r()
1366 if (OMP_CLAUSE_CODE (c) != OMP_CLAUSE_PRIVATE && omp_ctx.outer) in cp_genericize_r()
HDsemantics.c5888 case OMP_CLAUSE_PRIVATE: in finish_omp_clauses()
6113 else if (OMP_CLAUSE_CODE (c) == OMP_CLAUSE_PRIVATE in finish_omp_clauses()
7183 case OMP_CLAUSE_PRIVATE: in finish_omp_clauses()
7873 && OMP_CLAUSE_CODE (c) == OMP_CLAUSE_PRIVATE in handle_omp_for_class_iterator()
HDparser.c33851 clauses = cp_parser_omp_var_list (parser, OMP_CLAUSE_PRIVATE,
34042 clauses = cp_parser_omp_var_list (parser, OMP_CLAUSE_PRIVATE,
35281 if (OMP_CLAUSE_CODE (*c) == OMP_CLAUSE_PRIVATE in cp_parser_omp_for_loop()
35293 if ((OMP_CLAUSE_CODE (c) == OMP_CLAUSE_PRIVATE in cp_parser_omp_for_loop()
35310 c = build_omp_clause (loc, OMP_CLAUSE_PRIVATE); in cp_parser_omp_for_loop()
HDpt.c16037 case OMP_CLAUSE_PRIVATE: in tsubst_omp_clauses()
16155 case OMP_CLAUSE_PRIVATE: in tsubst_omp_clauses()
16397 if (OMP_CLAUSE_CODE (*pc) == OMP_CLAUSE_PRIVATE in tsubst_omp_for_iterator()
16433 tree c = build_omp_clause (input_location, OMP_CLAUSE_PRIVATE); in tsubst_omp_for_iterator()
HDcp-tree.h4839 TREE_TYPE (OMP_CLAUSE_RANGE_CHECK (NODE, OMP_CLAUSE_PRIVATE, \
/dragonfly/contrib/gcc-4.7/gcc/
HDtree-nested.c1078 case OMP_CLAUSE_PRIVATE: in convert_nonlocal_omp_clauses()
1091 if (OMP_CLAUSE_CODE (clause) != OMP_CLAUSE_PRIVATE) in convert_nonlocal_omp_clauses()
1572 case OMP_CLAUSE_PRIVATE: in convert_local_omp_clauses()
HDomp-low.c1388 case OMP_CLAUSE_PRIVATE: in scan_sharing_clauses()
1499 case OMP_CLAUSE_PRIVATE: in scan_sharing_clauses()
1506 OMP_CLAUSE_CODE (c) == OMP_CLAUSE_PRIVATE in scan_sharing_clauses()
2293 case OMP_CLAUSE_PRIVATE: in lower_rec_input_clauses()
2439 case OMP_CLAUSE_PRIVATE: in lower_rec_input_clauses()
2440 if (OMP_CLAUSE_CODE (c) != OMP_CLAUSE_PRIVATE) in lower_rec_input_clauses()
2806 case OMP_CLAUSE_PRIVATE: in lower_send_clauses()
2831 case OMP_CLAUSE_PRIVATE: in lower_send_clauses()
6620 case OMP_CLAUSE_PRIVATE: in create_task_copyfn()
HDgimplify.c5949 case OMP_CLAUSE_PRIVATE: in gimplify_scan_omp_clauses()
6118 code = OMP_CLAUSE_PRIVATE; in gimplify_adjust_omp_clauses_1()
6139 code = OMP_CLAUSE_PRIVATE; in gimplify_adjust_omp_clauses_1()
6150 else if (code == OMP_CLAUSE_PRIVATE && (flags & GOVD_PRIVATE_OUTER_REF)) in gimplify_adjust_omp_clauses_1()
6171 case OMP_CLAUSE_PRIVATE: in gimplify_adjust_omp_clauses()
6186 OMP_CLAUSE_SET_CODE (c, OMP_CLAUSE_PRIVATE); in gimplify_adjust_omp_clauses()
HDtree.h354 OMP_CLAUSE_PRIVATE, enumerator
1865 OMP_CLAUSE_PRIVATE, \
1885 (OMP_CLAUSE_SUBCODE_CHECK (NODE, OMP_CLAUSE_PRIVATE)->base.public_flag)
1890 TREE_PRIVATE (OMP_CLAUSE_SUBCODE_CHECK (NODE, OMP_CLAUSE_PRIVATE))
HDtree-pretty-print.c300 case OMP_CLAUSE_PRIVATE: in dump_omp_clause()
/dragonfly/contrib/gcc-8.0/gcc/c/
HDc-typeck.c13125 case OMP_CLAUSE_PRIVATE: in c_finish_omp_clauses()
13467 else if (OMP_CLAUSE_CODE (c) == OMP_CLAUSE_PRIVATE in c_finish_omp_clauses()

12