Searched refs:OMP_FOR_BODY (Results 1 – 10 of 10) sorted by relevance
| /trueos/contrib/gcc/cp/ |
| HD | cp-gimplify.c | 382 OMP_FOR_BODY (for_stmt) in cp_gimplify_omp_for() 383 = finish_bc_block (bc_continue, cont_block, OMP_FOR_BODY (for_stmt)); in cp_gimplify_omp_for()
|
| HD | semantics.c | 4002 OMP_FOR_BODY (stmt) = body; in finish_omp_for()
|
| HD | pt.c | 8806 RECUR (OMP_FOR_BODY (t)); in tsubst_expr()
|
| /trueos/contrib/gcc/ |
| HD | c-omp.c | 377 OMP_FOR_BODY (t) = body; in c_finish_omp_for()
|
| HD | omp-low.c | 1209 scan_omp (&OMP_FOR_BODY (stmt), ctx); in scan_omp_for() 4058 lower_omp (&OMP_FOR_BODY (stmt), ctx); in lower_omp_for() 4062 if (TREE_CODE (OMP_FOR_BODY (stmt)) == BIND_EXPR) in lower_omp_for() 4063 record_vars_into (BIND_EXPR_VARS (OMP_FOR_BODY (stmt)), ctx->cb.dst_fn); in lower_omp_for() 4101 append_to_statement_list (OMP_FOR_BODY (stmt), body_p); in lower_omp_for() 4120 OMP_FOR_BODY (stmt) = NULL_TREE; in lower_omp_for() 4543 walk_stmts (wi, &OMP_FOR_BODY (t)); in diagnose_sb_1() 4594 walk_stmts (wi, &OMP_FOR_BODY (t)); in diagnose_sb_2()
|
| HD | tree-pretty-print.c | 1761 if (OMP_FOR_BODY (node)) in dump_generic_node() 1766 dump_generic_node (buffer, OMP_FOR_BODY (node), spc + 4, flags, in dump_generic_node()
|
| HD | tree.def | 976 Operand 0: OMP_FOR_BODY: Loop body.
|
| HD | tree.h | 1592 #define OMP_FOR_BODY(NODE) TREE_OPERAND (OMP_FOR_CHECK (NODE), 0) macro
|
| HD | gimplify.c | 5027 gimplify_to_stmt_list (&OMP_FOR_BODY (for_stmt)); in gimplify_omp_for()
|
| /trueos/contrib/gcc/doc/ |
| HD | c-tree.texi | 2605 Operand @code{OMP_FOR_BODY} contains the loop body.
|