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

/freebsd-9.3-release/contrib/gcc/
H A Domp-low.c822 new_omp_context (tree stmt, omp_context *outer_ctx) function
1167 ctx = new_omp_context (*stmt_p, outer_ctx);
1201 ctx = new_omp_context (stmt, outer_ctx);
1221 ctx = new_omp_context (stmt, outer_ctx);
1235 ctx = new_omp_context (stmt, outer_ctx);
1371 ctx = new_omp_context (*tp, ctx);
H A Dgimplify.c263 new_omp_context (bool is_parallel, bool is_combined_parallel) function
4673 ctx = new_omp_context (in_parallel, in_combined_parallel);

Completed in 114 milliseconds