Searched refs:omp_is_private (Results 1 – 8 of 8) sorted by relevance
| /netbsd/src/external/gpl3/gcc/dist/gcc/ |
| D | gimplify.cc | 8010 omp_is_private (struct gimplify_omp_ctx *ctx, tree decl, int simd) in omp_is_private() function 8059 return omp_is_private (ctx->outer_context, decl, simd); in omp_is_private() 12767 omp_is_private (gimplify_omp_ctxp, decl, in gimplify_omp_for() 12876 else if (omp_is_private (gimplify_omp_ctxp, decl, 0)) in gimplify_omp_for()
|
| D | ChangeLog-2006 | 12814 (omp_is_private): Issue errors if iteration variable is firstprivate 13348 * gimplify.c (omp_is_private): If var is shared in some outer context, 22258 omp_add_variable, omp_notice_variable, omp_is_private
|
| D | ChangeLog-2008 | 15285 * gimplify.c (omp_is_private): Don't return true if decl is not 17314 omp_is_private, omp_check_private): Adjust ctx->is_parallel and
|
| D | ChangeLog-2015 | 6704 (omp_notice_variable, omp_is_private, omp_check_private): Add 8531 (omp_is_private): Diagnose linear iteration variables on non-simd
|
| D | ChangeLog-2014 | 41345 * gimplify.c (omp_is_private): Change last argument's type to int. 41348 (gimplify_omp_for): Adjust omp_is_private callers. When adding
|
| D | ChangeLog-2009 | 24610 * gimplify.c (omp_notice_variable, omp_is_private,
|
| D | ChangeLog-2018 | 5299 (omp_is_private): Handle ORT_TASKGROUP like ORT_WORKSHARE. Allow simd
|
| D | ChangeLog-2013 | 21390 (omp_is_private): Add SIMD argument and handle it as well as ORT_SIMD.
|