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

/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Domp-oacc-kernels-decompose.cc107 gimple_seq try_body = gimple_try_eval (maybe_for_or_try); local
108 if (!gimple_seq_singleton_p (try_body))
110 gimple *maybe_omp_for_stmt = gimple_seq_first_stmt (try_body);
1250 gimple *try_body = gimple_try_eval (try_stmt); local
1256 gsi_insert_seq_before (&gsi, try_body, GSI_CONTINUE_LINKING);
/netbsd-current/external/gpl3/gcc.old/dist/gcc/objc/
H A Dobjc-act.h697 tree try_body; member in struct:objc_try_context
H A Dobjc-next-runtime-abi-01.c2755 COND_EXPR_ELSE (t) = cur_try_context->try_body;
2947 stmt = c->try_body;
H A Dobjc-gnu-runtime-abi-01.c2253 tree stmt = c->try_body;
H A Dobjc-next-runtime-abi-02.c3947 try_exp = build_stmt (loc, TRY_FINALLY_EXPR, ct->try_body, ct->finally_body);
3958 tree stmt = c->try_body;
H A Dobjc-act.c4230 c->try_body = body;
/netbsd-current/external/gpl3/gcc/dist/gcc/objc/
H A Dobjc-act.h711 tree try_body; member in struct:objc_try_context
H A Dobjc-next-runtime-abi-01.cc2756 COND_EXPR_ELSE (t) = cur_try_context->try_body;
2948 stmt = c->try_body;
H A Dobjc-gnu-runtime-abi-01.cc2254 tree stmt = c->try_body;
H A Dobjc-next-runtime-abi-02.cc3964 try_exp = build_stmt (loc, TRY_FINALLY_EXPR, ct->try_body, ct->finally_body);
3975 tree stmt = c->try_body;
H A Dobjc-act.cc4306 c->try_body = body;

Completed in 339 milliseconds