Home
last modified time | relevance | path

Searched refs:OMP_CLAUSE_SHARED (Results 1 – 15 of 15) sorted by relevance

/openbsd/gnu/gcc/gcc/
H A Dtree-nested.c1154 case OMP_CLAUSE_SHARED: in convert_nonlocal_omp_clauses()
1374 c = build_omp_clause (OMP_CLAUSE_SHARED); in convert_local_reference()
1440 case OMP_CLAUSE_SHARED: in convert_local_omp_clauses()
1724 || OMP_CLAUSE_CODE (c) == OMP_CLAUSE_SHARED) in convert_call_expr()
H A Dc-omp.c406 case OMP_CLAUSE_SHARED: in c_split_parallel_clauses()
H A Domp-low.c945 case OMP_CLAUSE_SHARED: in scan_sharing_clauses()
1046 case OMP_CLAUSE_SHARED: in scan_sharing_clauses()
1637 case OMP_CLAUSE_SHARED: in lower_rec_input_clauses()
1663 if (c_kind == OMP_CLAUSE_SHARED || c_kind == OMP_CLAUSE_COPYIN) in lower_rec_input_clauses()
1738 case OMP_CLAUSE_SHARED: in lower_rec_input_clauses()
H A Dgimplify.c4690 case OMP_CLAUSE_SHARED: in gimplify_scan_omp_clauses()
4832 code = OMP_CLAUSE_SHARED; in gimplify_adjust_omp_clauses_1()
4865 case OMP_CLAUSE_SHARED: in gimplify_adjust_omp_clauses()
4872 bool shared = OMP_CLAUSE_CODE (c) == OMP_CLAUSE_SHARED; in gimplify_adjust_omp_clauses()
H A Dtree-pretty-print.c273 case OMP_CLAUSE_SHARED: in dump_omp_clause()
H A Dtree.h285 OMP_CLAUSE_SHARED, enumerator
H A Dc-parser.c7155 return c_parser_omp_var_list_parens (parser, OMP_CLAUSE_SHARED, list); in c_parser_omp_clause_shared()
H A Dtree.c7610 case OMP_CLAUSE_SHARED: in walk_tree()
H A Dc-typeck.c8644 case OMP_CLAUSE_SHARED: in c_finish_omp_clauses()
/openbsd/gnu/gcc/gcc/cp/
H A Dcp-gimplify.c679 case OMP_CLAUSE_SHARED: in cp_genericize_r()
H A Dsemantics.c3326 case OMP_CLAUSE_SHARED: in finish_omp_clauses()
3464 case OMP_CLAUSE_SHARED: in finish_omp_clauses()
H A Dpt.c8411 case OMP_CLAUSE_SHARED: in tsubst_omp_clauses()
H A Dparser.c18588 clauses = cp_parser_omp_var_list (parser, OMP_CLAUSE_SHARED, in cp_parser_omp_all_clauses()
/openbsd/gnu/gcc/gcc/doc/
H A Dc-tree.texi2721 @code{OMP_CLAUSE_PRIVATE}, @code{OMP_CLAUSE_SHARED},
H A Dgccint.info6240 `OMP_CLAUSE_SHARED', `OMP_CLAUSE_FIRSTPRIVATE',