Searched refs:OMP_FOR_CLAUSES (Results 1 - 7 of 7) sorted by relevance

/freebsd-10.1-release/contrib/gcc/
H A Domp-low.c211 for (t = OMP_FOR_CLAUSES (for_stmt); t ; t = OMP_CLAUSE_CHAIN (t))
405 tree clauses = OMP_FOR_CLAUSES (ws_stmt);
1203 scan_sharing_clauses (OMP_FOR_CLAUSES (stmt), ctx);
4025 clauses = OMP_FOR_CLAUSES (fd->for_stmt);
4075 lower_rec_input_clauses (OMP_FOR_CLAUSES (stmt), body_p, &dlist, ctx);
4109 lower_reduction_clauses (OMP_FOR_CLAUSES (stmt), body_p, ctx);
4540 walk_tree (&OMP_FOR_CLAUSES (t), diagnose_sb_1, wi, NULL);
4592 walk_tree (&OMP_FOR_CLAUSES (t), diagnose_sb_2, wi, NULL);
H A Dtree-pretty-print.c1740 dump_omp_clauses (buffer, OMP_FOR_CLAUSES (node), spc, flags);
H A Dgimplify.c4960 gimplify_scan_omp_clauses (&OMP_FOR_CLAUSES (for_stmt), pre_p, false, false);
5029 gimplify_adjust_omp_clauses (&OMP_FOR_CLAUSES (for_stmt));
H A Dc-parser.c8121 OMP_FOR_CLAUSES (ret) = clauses;
8327 OMP_FOR_CLAUSES (stmt) = ws_clause;
H A Dtree.h1599 #define OMP_FOR_CLAUSES(NODE) TREE_OPERAND (OMP_FOR_CHECK (NODE), 1)
1593 #define OMP_FOR_CLAUSES macro
/freebsd-10.1-release/contrib/gcc/cp/
H A Dpt.c8791 clauses = tsubst_omp_clauses (OMP_FOR_CLAUSES (t),
8813 OMP_FOR_CLAUSES (t) = clauses;
H A Dparser.c21322 OMP_FOR_CLAUSES (ret) = clauses;
21522 OMP_FOR_CLAUSES (stmt) = ws_clause;

Completed in 320 milliseconds