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

/freebsd-10.1-release/contrib/gcc/
H A Dgimplify.c289 static void omp_add_variable (struct gimplify_omp_ctx *, tree, unsigned int);
743 omp_add_variable (ctx, tmp, GOVD_LOCAL | GOVD_SEEN);
1074 omp_add_variable (gimplify_omp_ctxp, t, GOVD_LOCAL | GOVD_SEEN);
4345 omp_add_variable (ctx, decl, GOVD_FIRSTPRIVATE);
4410 omp_add_variable (struct gimplify_omp_ctx *ctx, tree decl, unsigned int flags)
4457 omp_add_variable (ctx, t, nflags);
4565 omp_add_variable (ctx, decl, flags);
4714 omp_add_variable (ctx, decl, flags);
4718 omp_add_variable (ctx, OMP_CLAUSE_REDUCTION_PLACEHOLDER (c),
4972 omp_add_variable (gimplify_omp_ctx
4409 omp_add_variable (struct gimplify_omp_ctx *ctx, tree decl, unsigned int flags) function
[all...]

Completed in 106 milliseconds