Searched refs:teams_nested_p (Results 1 – 2 of 2) sorted by relevance
178 bool teams_nested_p; member3100 if (ctx->teams_nested_p && ctx->nonteams_nested_p) in scan_omp_target()3190 if (gimple_code (stmt) == GIMPLE_OMP_TEAMS && !ctx->teams_nested_p) in check_omp_nesting_restrictions()3191 ctx->teams_nested_p = true; in check_omp_nesting_restrictions()
31903 * omp-low.c (struct omp_context): Add teams_nested_p and31907 (check_omp_nesting_restrictions): Set ctx->teams_nested_p or