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

/haiku-buildtools/gcc/gcc/
H A Domp-low.c10257 gimple_seq bind_body, bind_body_tail = NULL, dlist;
10264 bind_body = NULL;
10267 &bind_body, &dlist, ctx, NULL);
10270 gimple_seq_add_stmt (&bind_body, single_stmt);
10273 lower_omp_single_copy (single_stmt, &bind_body, ctx);
10275 lower_omp_single_simple (single_stmt, &bind_body);
10279 gimple_seq_add_seq (&bind_body, dlist);
10281 bind_body = maybe_catch_exception (bind_body);
10296 gimple_seq_add_seq (&bind_body, bind_body_tai
10255 gimple_seq bind_body, bind_body_tail = NULL, dlist; local
10265 &bind_body, &dlist, ctx, NULL); local
11634 gimple_seq bind_body = NULL; local
11661 &bind_body, &dlist, ctx, NULL); local
[all...]

Completed in 120 milliseconds