Searched refs:OMP_FOR_CLAUSES (Results 1 – 9 of 9) sorted by relevance
| /NextBSD/contrib/gcc/ |
| HD | omp-low.c | 211 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()
|
| HD | gimplify.c | 4959 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()
|
| HD | tree-pretty-print.c | 1740 dump_omp_clauses (buffer, OMP_FOR_CLAUSES (node), spc, flags); in dump_generic_node()
|
| HD | c-parser.c | 8116 OMP_FOR_CLAUSES (ret) = clauses; in c_parser_omp_for() 8322 OMP_FOR_CLAUSES (stmt) = ws_clause; in c_parser_omp_parallel()
|
| HD | tree.def | 977 Operand 1: OMP_FOR_CLAUSES: List of clauses.
|
| HD | tree.h | 1593 #define OMP_FOR_CLAUSES(NODE) TREE_OPERAND (OMP_FOR_CHECK (NODE), 1) macro
|
| /NextBSD/contrib/gcc/cp/ |
| HD | pt.c | 8790 clauses = tsubst_omp_clauses (OMP_FOR_CLAUSES (t), in tsubst_expr() 8812 OMP_FOR_CLAUSES (t) = clauses; in tsubst_expr()
|
| HD | parser.c | 21319 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/ |
| HD | c-tree.texi | 2607 Operand @code{OMP_FOR_CLAUSES} is the list of clauses
|