Home
last modified time | relevance | path

Searched refs:OMP_FOR_CLAUSES (Results 1 – 9 of 9) sorted by relevance

/NextBSD/contrib/gcc/
HDomp-low.c211 for (t = OMP_FOR_CLAUSES (for_stmt); t ; t = OMP_CLAUSE_CHAIN (t)) in extract_omp_for_data()
405 tree clauses = OMP_FOR_CLAUSES (ws_stmt); in determine_parallel_type()
1203 scan_sharing_clauses (OMP_FOR_CLAUSES (stmt), ctx); in scan_omp_for()
4023 clauses = OMP_FOR_CLAUSES (fd->for_stmt); in lower_omp_for_lastprivate()
4073 lower_rec_input_clauses (OMP_FOR_CLAUSES (stmt), body_p, &dlist, ctx); in lower_omp_for()
4107 lower_reduction_clauses (OMP_FOR_CLAUSES (stmt), body_p, ctx); in lower_omp_for()
4536 walk_tree (&OMP_FOR_CLAUSES (t), diagnose_sb_1, wi, NULL); in diagnose_sb_1()
4588 walk_tree (&OMP_FOR_CLAUSES (t), diagnose_sb_2, wi, NULL); in diagnose_sb_2()
HDgimplify.c4959 gimplify_scan_omp_clauses (&OMP_FOR_CLAUSES (for_stmt), pre_p, false, false); in gimplify_omp_for()
5028 gimplify_adjust_omp_clauses (&OMP_FOR_CLAUSES (for_stmt)); in gimplify_omp_for()
HDtree-pretty-print.c1740 dump_omp_clauses (buffer, OMP_FOR_CLAUSES (node), spc, flags); in dump_generic_node()
HDc-parser.c8116 OMP_FOR_CLAUSES (ret) = clauses; in c_parser_omp_for()
8322 OMP_FOR_CLAUSES (stmt) = ws_clause; in c_parser_omp_parallel()
HDtree.def977 Operand 1: OMP_FOR_CLAUSES: List of clauses.
HDtree.h1593 #define OMP_FOR_CLAUSES(NODE) TREE_OPERAND (OMP_FOR_CHECK (NODE), 1) macro
/NextBSD/contrib/gcc/cp/
HDpt.c8790 clauses = tsubst_omp_clauses (OMP_FOR_CLAUSES (t), in tsubst_expr()
8812 OMP_FOR_CLAUSES (t) = clauses; in tsubst_expr()
HDparser.c21319 OMP_FOR_CLAUSES (ret) = clauses; in cp_parser_omp_for()
21519 OMP_FOR_CLAUSES (stmt) = ws_clause; in cp_parser_omp_parallel()
/NextBSD/contrib/gcc/doc/
HDc-tree.texi2607 Operand @code{OMP_FOR_CLAUSES} is the list of clauses