Searched refs:order_concurrent (Results 1 – 10 of 10) sorted by relevance
3851 if (clauses->order_concurrent) in gfc_trans_omp_clauses()6118 clausesa[GFC_OMP_SPLIT_DISTRIBUTE].order_concurrent in gfc_split_omp_clauses()6119 = code->ext.omp_clauses->order_concurrent; in gfc_split_omp_clauses()6176 clausesa[GFC_OMP_SPLIT_DO].order_concurrent in gfc_split_omp_clauses()6177 = code->ext.omp_clauses->order_concurrent; in gfc_split_omp_clauses()6196 clausesa[GFC_OMP_SPLIT_SIMD].order_concurrent in gfc_split_omp_clauses()6197 = code->ext.omp_clauses->order_concurrent; in gfc_split_omp_clauses()
2533 && (m = gfc_match_dupl_check (!c->order_concurrent, "order (")) in gfc_match_omp_clauses()2551 c->order_concurrent = true; in gfc_match_omp_clauses()6297 if (omp_clauses->order_concurrent && omp_clauses->ordered) in resolve_omp_clauses()
1533 unsigned simd:1, threads:1, depend_source:1, destroy:1, order_concurrent:1; member
1632 if (omp_clauses->order_concurrent) in show_omp_clauses()
926 * gfortran.h (struct gfc_omp_clauses): Add order_concurrent.
168 bool order_concurrent; member1477 ctx->order_concurrent = true; in scan_sharing_clauses()2861 if (ctx->order_concurrent in check_omp_nesting_restrictions()2922 else if (ctx->order_concurrent in check_omp_nesting_restrictions()3726 if (octx->order_concurrent && omp_runtime_api_call (fndecl)) in scan_omp_1_stmt()
232 bool order_concurrent; member7102 || octx->order_concurrent) in omp_notice_threadprivate_variable()7107 if (octx->order_concurrent) in omp_notice_threadprivate_variable()9632 ctx->order_concurrent = true; in gimplify_scan_omp_clauses()
171 bool order_concurrent; member1692 ctx->order_concurrent = true; in scan_sharing_clauses()3204 if (ctx->order_concurrent in check_omp_nesting_restrictions()3265 else if (ctx->order_concurrent in check_omp_nesting_restrictions()4138 if (octx->order_concurrent && omp_runtime_api_call (fndecl)) in scan_omp_1_stmt()
238 bool order_concurrent; member7426 || octx->order_concurrent) in omp_notice_threadprivate_variable()7431 if (octx->order_concurrent) in omp_notice_threadprivate_variable()10767 ctx->order_concurrent = true; in gimplify_scan_omp_clauses()
21120 * gimplify.c (struct gimplify_omp_ctx): Add order_concurrent member.21123 (gimplify_scan_omp_clauses): Set ctx->order_concurrent if21125 * omp-low.c (struct omp_context): Add order_concurrent member.21126 (scan_sharing_clauses): Set ctx->order_concurrent if