Home
last modified time | relevance | path

Searched refs:teams_nested_p (Results 1 – 8 of 8) sorted by relevance

/dports/lang/gcc11-devel/gcc-11-20211009/gcc/
H A Domp-low.c177 bool teams_nested_p; member
2968 if (ctx->teams_nested_p && ctx->nonteams_nested_p) in scan_omp_target()
3047 if (gimple_code (stmt) == GIMPLE_OMP_TEAMS && !ctx->teams_nested_p) in check_omp_nesting_restrictions()
3048 ctx->teams_nested_p = true; in check_omp_nesting_restrictions()
H A DChangeLog5139 * omp-low.c (struct omp_context): Add teams_nested_p and
5143 (check_omp_nesting_restrictions): Set ctx->teams_nested_p or
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/
H A Domp-low.c177 bool teams_nested_p; member
2968 if (ctx->teams_nested_p && ctx->nonteams_nested_p) in scan_omp_target()
3047 if (gimple_code (stmt) == GIMPLE_OMP_TEAMS && !ctx->teams_nested_p) in check_omp_nesting_restrictions()
3048 ctx->teams_nested_p = true; in check_omp_nesting_restrictions()
H A DChangeLog4284 * omp-low.c (struct omp_context): Add teams_nested_p and
4288 (check_omp_nesting_restrictions): Set ctx->teams_nested_p or
/dports/lang/gcc11/gcc-11.2.0/gcc/
H A Domp-low.c177 bool teams_nested_p; member
2968 if (ctx->teams_nested_p && ctx->nonteams_nested_p) in scan_omp_target()
3047 if (gimple_code (stmt) == GIMPLE_OMP_TEAMS && !ctx->teams_nested_p) in check_omp_nesting_restrictions()
3048 ctx->teams_nested_p = true; in check_omp_nesting_restrictions()
H A DChangeLog4284 * omp-low.c (struct omp_context): Add teams_nested_p and
4288 (check_omp_nesting_restrictions): Set ctx->teams_nested_p or
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/
H A Domp-low.c178 bool teams_nested_p; member
3051 if (ctx->teams_nested_p && ctx->nonteams_nested_p) in scan_omp_target()
3141 if (gimple_code (stmt) == GIMPLE_OMP_TEAMS && !ctx->teams_nested_p) in check_omp_nesting_restrictions()
3142 ctx->teams_nested_p = true; in check_omp_nesting_restrictions()
H A DChangeLog30048 * omp-low.c (struct omp_context): Add teams_nested_p and
30052 (check_omp_nesting_restrictions): Set ctx->teams_nested_p or