Searched refs:try_body (Results 1 – 7 of 7) sorted by relevance
107 gimple_seq try_body = gimple_try_eval (maybe_for_or_try); in top_level_omp_for_in_stmt() local108 if (!gimple_seq_singleton_p (try_body)) in top_level_omp_for_in_stmt()110 gimple *maybe_omp_for_stmt = gimple_seq_first_stmt (try_body); in top_level_omp_for_in_stmt()1250 gimple *try_body = gimple_try_eval (try_stmt); in decompose_kernels_region_body() local1256 gsi_insert_seq_before (&gsi, try_body, GSI_CONTINUE_LINKING); in decompose_kernels_region_body()
711 tree try_body; member
2756 COND_EXPR_ELSE (t) = cur_try_context->try_body; in next_sjlj_build_try_catch_finally()2948 stmt = c->try_body; in finish_try_stmt()
3964 try_exp = build_stmt (loc, TRY_FINALLY_EXPR, ct->try_body, ct->finally_body); in finish_catch()3975 tree stmt = c->try_body; in finish_try_stmt()
2254 tree stmt = c->try_body; in finish_try_stmt()
4306 c->try_body = body; in objc_begin_try_stmt()
343 * init.c (build_vec_init): Initialize variable `try_body'.