Home
last modified time | relevance | path

Searched refs:try_body (Results 1 – 7 of 7) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/
Domp-oacc-kernels-decompose.cc107 gimple_seq try_body = gimple_try_eval (maybe_for_or_try); in top_level_omp_for_in_stmt() local
108 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() local
1256 gsi_insert_seq_before (&gsi, try_body, GSI_CONTINUE_LINKING); in decompose_kernels_region_body()
/netbsd/src/external/gpl3/gcc/dist/gcc/objc/
Dobjc-act.h711 tree try_body; member
Dobjc-next-runtime-abi-01.cc2756 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()
Dobjc-next-runtime-abi-02.cc3964 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()
Dobjc-gnu-runtime-abi-01.cc2254 tree stmt = c->try_body; in finish_try_stmt()
Dobjc-act.cc4306 c->try_body = body; in objc_begin_try_stmt()
/netbsd/src/external/gpl3/gcc/dist/gcc/cp/
DChangeLog-1999343 * init.c (build_vec_init): Initialize variable `try_body'.