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

/haiku-buildtools/gcc/gcc/
H A Domp-low.c376 is_parallel_ctx (omp_context *ctx) function
1786 gcc_assert (is_parallel_ctx (ctx));
4053 gcc_assert (is_parallel_ctx (ctx));
4340 if (is_parallel_ctx (ctx))
4344 if (ctx == NULL || !is_parallel_ctx (ctx))
4445 if (is_parallel_ctx (ctx))
4449 if (ctx == NULL || !is_parallel_ctx (ctx))

Completed in 204 milliseconds