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

/haiku-buildtools/gcc/gcc/
H A Dgimplify.c414 static bool omp_notice_variable (struct gimplify_omp_ctx *, tree, bool);
1809 if (gimplify_omp_ctxp && omp_notice_variable (gimplify_omp_ctxp, decl, true))
5721 in this case omp_notice_variable will be called later
5725 omp_notice_variable (ctx, TYPE_SIZE_UNIT (TREE_TYPE (decl)), true);
5738 omp_notice_variable (ctx, t, true);
5797 omp_notice_variable (struct gimplify_omp_ctx *ctx, tree decl, bool in_code)
5901 omp_notice_variable (ctx->outer_context, decl, in_code);
5980 && omp_notice_variable (ctx->outer_context, decl, in_code))
6248 omp_notice_variable (octx, decl, true);
6454 omp_notice_variable (outer_ct
5794 omp_notice_variable (struct gimplify_omp_ctx *ctx, tree decl, bool in_code) function
[all...]

Completed in 113 milliseconds