HomeSort by: relevance | last modified time | path
    Searched defs:order_concurrent (Results 1 - 6 of 6) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
omp-low.cc 171 bool order_concurrent; member in struct:omp_context
1727 ctx->order_concurrent = true;
3246 if (ctx->order_concurrent
3307 else if (ctx->order_concurrent
4098 if (octx->order_concurrent && omp_runtime_api_call (fndecl))
gimplify.cc 258 bool order_concurrent; member in struct:gimplify_omp_ctx
7861 || octx->order_concurrent)
7866 if (octx->order_concurrent)
13157 ctx->order_concurrent = true;
  /src/external/gpl3/gcc.old/dist/gcc/
omp-low.cc 171 bool order_concurrent; member in struct:omp_context
1692 ctx->order_concurrent = true;
3204 if (ctx->order_concurrent
3265 else if (ctx->order_concurrent
4138 if (octx->order_concurrent && omp_runtime_api_call (fndecl))
gimplify.cc 238 bool order_concurrent; member in struct:gimplify_omp_ctx
7431 || octx->order_concurrent)
7436 if (octx->order_concurrent)
10772 ctx->order_concurrent = true;
  /src/external/gpl3/gcc/dist/gcc/fortran/
gfortran.h 1590 unsigned non_rectangular:1, order_concurrent:1; member in struct:gfc_omp_clauses
  /src/external/gpl3/gcc.old/dist/gcc/fortran/
gfortran.h 1533 unsigned simd:1, threads:1, depend_source:1, destroy:1, order_concurrent:1; member in struct:gfc_omp_clauses

Completed in 77 milliseconds