Searched refs:OMP_SECTIONS_CLAUSES (Results 1 - 5 of 5) sorted by relevance

/freebsd-10.1-release/contrib/gcc/
H A Domp-low.c1222 scan_sharing_clauses (OMP_SECTIONS_CLAUSES (stmt), ctx);
3606 lower_rec_input_clauses (OMP_SECTIONS_CLAUSES (stmt), &ilist, &dlist, ctx);
3632 lower_lastprivate_clauses (OMP_SECTIONS_CLAUSES (stmt), NULL,
3646 lower_reduction_clauses (OMP_SECTIONS_CLAUSES (stmt), &olist, ctx);
3668 OMP_RETURN_NOWAIT (t) = !!find_omp_clause (OMP_SECTIONS_CLAUSES (stmt),
H A Dtree-pretty-print.c1783 dump_omp_clauses (buffer, OMP_SECTIONS_CLAUSES (node), spc, flags);
H A Dc-parser.c8260 OMP_SECTIONS_CLAUSES (ret) = clauses;
8337 OMP_SECTIONS_CLAUSES (stmt) = ws_clause;
H A Dtree.h1606 #define OMP_SECTIONS_CLAUSES(NODE) TREE_OPERAND (OMP_SECTIONS_CHECK (NODE), 1)
1600 #define OMP_SECTIONS_CLAUSES macro
/freebsd-10.1-release/contrib/gcc/cp/
H A Dparser.c21456 OMP_SECTIONS_CLAUSES (ret) = clauses;
21529 OMP_SECTIONS_CLAUSES (stmt) = ws_clause;

Completed in 746 milliseconds