Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/gcc/
Dtree-nested.c1088 c = build_omp_clause (OMP_CLAUSE_FIRSTPRIVATE); in convert_nonlocal_reference()
1150 case OMP_CLAUSE_FIRSTPRIVATE: in convert_nonlocal_omp_clauses()
1436 case OMP_CLAUSE_FIRSTPRIVATE: in convert_local_omp_clauses()
1718 if ((OMP_CLAUSE_CODE (c) == OMP_CLAUSE_FIRSTPRIVATE in convert_call_expr()
1724 c = build_omp_clause (OMP_CLAUSE_FIRSTPRIVATE); in convert_call_expr()
Dc-omp.c407 case OMP_CLAUSE_FIRSTPRIVATE: in c_split_parallel_clauses()
Domp-low.c964 OMP_CLAUSE_SET_CODE (c, OMP_CLAUSE_FIRSTPRIVATE); in scan_sharing_clauses()
974 case OMP_CLAUSE_FIRSTPRIVATE: in scan_sharing_clauses()
1033 case OMP_CLAUSE_FIRSTPRIVATE: in scan_sharing_clauses()
1643 case OMP_CLAUSE_FIRSTPRIVATE: in lower_rec_input_clauses()
1780 case OMP_CLAUSE_FIRSTPRIVATE: in lower_rec_input_clauses()
2039 case OMP_CLAUSE_FIRSTPRIVATE: in lower_send_clauses()
2061 case OMP_CLAUSE_FIRSTPRIVATE: in lower_send_clauses()
Dgimplify.c4693 case OMP_CLAUSE_FIRSTPRIVATE: in gimplify_scan_omp_clauses()
4837 code = OMP_CLAUSE_FIRSTPRIVATE; in gimplify_adjust_omp_clauses_1()
4866 case OMP_CLAUSE_FIRSTPRIVATE: in gimplify_adjust_omp_clauses()
Dtree-pretty-print.c276 case OMP_CLAUSE_FIRSTPRIVATE: in dump_omp_clause()
Dtree.h293 OMP_CLAUSE_FIRSTPRIVATE, enumerator
Dtree.c7639 case OMP_CLAUSE_FIRSTPRIVATE: in walk_tree()
Dc-parser.c7475 return c_parser_omp_var_list_parens (parser, OMP_CLAUSE_FIRSTPRIVATE, list); in c_parser_omp_clause_firstprivate()
Dc-typeck.c9188 case OMP_CLAUSE_FIRSTPRIVATE: in c_finish_omp_clauses()
DChangeLog-200613826 OMP_CLAUSE_FIRSTPRIVATE, OMP_CLAUSE_LASTPRIVATE,
15195 OMP_CLAUSE_SHARED, OMP_CLAUSE_FIRSTPRIVATE,
/freebsd-12-stable/contrib/gcc/cp/
Dcp-gimplify.c719 case OMP_CLAUSE_FIRSTPRIVATE: in cp_genericize_r()
Dsemantics.c3530 case OMP_CLAUSE_FIRSTPRIVATE: in finish_omp_clauses()
3640 case OMP_CLAUSE_FIRSTPRIVATE: in finish_omp_clauses()
Dpt.c8426 case OMP_CLAUSE_FIRSTPRIVATE: in tsubst_omp_clauses()
Dparser.c20940 clauses = cp_parser_omp_var_list (parser, OMP_CLAUSE_FIRSTPRIVATE, in cp_parser_omp_all_clauses()
/freebsd-12-stable/contrib/gcc/doc/
Dc-tree.texi2722 @code{OMP_CLAUSE_FIRSTPRIVATE},