Home
last modified time | relevance | path

Searched refs:new_omp_context (Results 1 – 3 of 3) sorted by relevance

/trueos/contrib/gcc/
HDomp-low.c822 new_omp_context (tree stmt, omp_context *outer_ctx) in new_omp_context() function
1167 ctx = new_omp_context (*stmt_p, outer_ctx); in scan_omp_parallel()
1201 ctx = new_omp_context (stmt, outer_ctx); in scan_omp_for()
1221 ctx = new_omp_context (stmt, outer_ctx); in scan_omp_sections()
1235 ctx = new_omp_context (stmt, outer_ctx); in scan_omp_single()
1371 ctx = new_omp_context (*tp, ctx); in scan_omp_1()
HDgimplify.c263 new_omp_context (bool is_parallel, bool is_combined_parallel) in new_omp_context() function
4672 ctx = new_omp_context (in_parallel, in_combined_parallel); in gimplify_scan_omp_clauses()
HDChangeLog-20065725 (new_omp_context): Add is_combined_parallel argument.
5727 new_omp_context caller.
15165 (new_omp_context): New.