Searched refs:OMP_CLAUSE_FIRSTPRIVATE (Results 1 – 15 of 15) sorted by relevance
| /freebsd-12-stable/contrib/gcc/ |
| D | tree-nested.c | 1088 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()
|
| D | c-omp.c | 407 case OMP_CLAUSE_FIRSTPRIVATE: in c_split_parallel_clauses()
|
| D | omp-low.c | 964 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()
|
| D | gimplify.c | 4693 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()
|
| D | tree-pretty-print.c | 276 case OMP_CLAUSE_FIRSTPRIVATE: in dump_omp_clause()
|
| D | tree.h | 293 OMP_CLAUSE_FIRSTPRIVATE, enumerator
|
| D | tree.c | 7639 case OMP_CLAUSE_FIRSTPRIVATE: in walk_tree()
|
| D | c-parser.c | 7475 return c_parser_omp_var_list_parens (parser, OMP_CLAUSE_FIRSTPRIVATE, list); in c_parser_omp_clause_firstprivate()
|
| D | c-typeck.c | 9188 case OMP_CLAUSE_FIRSTPRIVATE: in c_finish_omp_clauses()
|
| D | ChangeLog-2006 | 13826 OMP_CLAUSE_FIRSTPRIVATE, OMP_CLAUSE_LASTPRIVATE, 15195 OMP_CLAUSE_SHARED, OMP_CLAUSE_FIRSTPRIVATE,
|
| /freebsd-12-stable/contrib/gcc/cp/ |
| D | cp-gimplify.c | 719 case OMP_CLAUSE_FIRSTPRIVATE: in cp_genericize_r()
|
| D | semantics.c | 3530 case OMP_CLAUSE_FIRSTPRIVATE: in finish_omp_clauses() 3640 case OMP_CLAUSE_FIRSTPRIVATE: in finish_omp_clauses()
|
| D | pt.c | 8426 case OMP_CLAUSE_FIRSTPRIVATE: in tsubst_omp_clauses()
|
| D | parser.c | 20940 clauses = cp_parser_omp_var_list (parser, OMP_CLAUSE_FIRSTPRIVATE, in cp_parser_omp_all_clauses()
|
| /freebsd-12-stable/contrib/gcc/doc/ |
| D | c-tree.texi | 2722 @code{OMP_CLAUSE_FIRSTPRIVATE},
|