| /dragonfly/contrib/gcc-4.7/gcc/cp/ |
| HD | cp-gimplify.c | 909 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()
|
| HD | semantics.c | 3997 case OMP_CLAUSE_PRIVATE: in finish_omp_clauses() 4171 case OMP_CLAUSE_PRIVATE: in finish_omp_clauses()
|
| HD | parser.c | 25552 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()
|
| HD | pt.c | 12316 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()
|
| HD | cp-tree.h | 3934 TREE_TYPE (OMP_CLAUSE_RANGE_CHECK (NODE, OMP_CLAUSE_PRIVATE, \
|
| /dragonfly/contrib/gcc-8.0/gcc/ |
| HD | omp-low.c | 541 || (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 …]
|
| HD | tree-nested.c | 1158 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()
|
| HD | tree-core.h | 252 OMP_CLAUSE_PRIVATE, enumerator
|
| HD | gimplify.c | 7603 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()
|
| HD | omp-grid.c | 1067 tree priv = build_omp_clause (UNKNOWN_LOCATION, OMP_CLAUSE_PRIVATE); in grid_eliminate_combined_simd_part()
|
| HD | tree.h | 1429 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))
|
| HD | tree-pretty-print.c | 395 case OMP_CLAUSE_PRIVATE: in dump_omp_clause()
|
| /dragonfly/contrib/gcc-4.7/gcc/c-family/ |
| HD | c-omp.c | 605 case OMP_CLAUSE_PRIVATE: in c_split_parallel_clauses()
|
| /dragonfly/contrib/gcc-8.0/gcc/c-family/ |
| HD | c-omp.c | 993 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/ |
| HD | cp-gimplify.c | 1147 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()
|
| HD | semantics.c | 5888 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()
|
| HD | parser.c | 33851 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()
|
| HD | pt.c | 16037 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()
|
| HD | cp-tree.h | 4839 TREE_TYPE (OMP_CLAUSE_RANGE_CHECK (NODE, OMP_CLAUSE_PRIVATE, \
|
| /dragonfly/contrib/gcc-4.7/gcc/ |
| HD | tree-nested.c | 1078 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()
|
| HD | omp-low.c | 1388 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()
|
| HD | gimplify.c | 5949 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()
|
| HD | tree.h | 354 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))
|
| HD | tree-pretty-print.c | 300 case OMP_CLAUSE_PRIVATE: in dump_omp_clause()
|
| /dragonfly/contrib/gcc-8.0/gcc/c/ |
| HD | c-typeck.c | 13125 case OMP_CLAUSE_PRIVATE: in c_finish_omp_clauses() 13467 else if (OMP_CLAUSE_CODE (c) == OMP_CLAUSE_PRIVATE in c_finish_omp_clauses()
|