Searched refs:is_parallel_ctx (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/contrib/gcc/
H A Domp-low.c133 is_parallel_ctx (omp_context *ctx) function
577 else if (is_parallel_ctx (ctx))
695 while (!is_parallel_ctx (ctx))
946 gcc_assert (is_parallel_ctx (ctx));
980 else if (is_parallel_ctx (ctx)
1857 if (is_parallel_ctx (ctx))
1861 if (ctx == NULL || !is_parallel_ctx (ctx))

Completed in 99 milliseconds