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

  /src/external/gpl3/gcc/dist/gcc/
omp-low.cc 394 is_taskreg_ctx (omp_context *ctx) function
534 if ((is_taskreg_ctx (up)
679 else if (is_taskreg_ctx (ctx))
698 if (outer && is_taskreg_ctx (outer))
951 while (!is_taskreg_ctx (ctx))
1210 gcc_assert (is_taskreg_ctx (ctx));
1297 if (is_taskreg_ctx (ctx)
1410 else if (is_taskreg_ctx (ctx))
1481 gcc_assert (is_taskreg_ctx (ctx));
4961 if (is_taskreg_ctx (ctx)
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
omp-low.cc 392 is_taskreg_ctx (omp_context *ctx) function
532 if ((is_taskreg_ctx (up)
677 else if (is_taskreg_ctx (ctx))
695 if (outer && is_taskreg_ctx (outer))
948 while (!is_taskreg_ctx (ctx))
1198 gcc_assert (is_taskreg_ctx (ctx));
1285 if (is_taskreg_ctx (ctx)
1396 else if (is_taskreg_ctx (ctx))
1458 gcc_assert (is_taskreg_ctx (ctx));
5003 if (is_taskreg_ctx (ctx)
    [all...]

Completed in 24 milliseconds