Searched refs:octx (Results 1 - 3 of 3) sorted by relevance

/haiku-buildtools/gcc/gcc/
H A Dgimplify.c5758 struct gimplify_omp_ctx *octx;
5760 for (octx = ctx; octx; octx = octx->outer_context)
5761 if (octx->region_type == ORT_TARGET)
5763 n = splay_tree_lookup (octx->variables, (splay_tree_key)decl);
5768 error_at (octx->location, "enclosing target region");
5769 splay_tree_insert (octx->variables, (splay_tree_key)decl, 0);
5772 splay_tree_insert (octx
5755 struct gimplify_omp_ctx *octx; local
5846 struct gimplify_omp_ctx *octx; local
6194 struct gimplify_omp_ctx *octx = outer_ctx; local
6734 struct gimplify_omp_ctx *octx; local
[all...]
H A Domp-low.c2170 omp_context *octx; local
2171 for (octx = ctx; octx; octx = octx->outer)
2172 if (is_gimple_omp_offloaded (octx->stmt))
9708 omp_context *octx;
9714 octx = ctx;
9716 octx = ctx->outer;
9717 gcc_checking_assert (gimple_code (octx
9706 omp_context *octx; local
10466 omp_context *octx; local
[all...]
/haiku-buildtools/gcc/gcc/cp/
H A Dcp-gimplify.c864 struct cp_genericize_omp_taskreg *octx; local
866 for (octx = omp_ctx->outer; octx; octx = octx->outer)
868 n = splay_tree_lookup (octx->variables, (splay_tree_key) decl);
874 if (octx->is_parallel)
877 if (octx == NULL

Completed in 147 milliseconds