Home
last modified time | relevance | path

Searched refs:CLEANUP_EH_ONLY (Results 1 – 10 of 10) sorted by relevance

/freebsd-10-stable/contrib/gcc/cp/
Dcp-gimplify.c740 *stmt_p = build2 (CLEANUP_EH_ONLY (stmt) ? TRY_CATCH_EXPR in cp_genericize_r()
Dsemantics.c485 CLEANUP_EH_ONLY (stmt) = eh_only; in push_cleanup()
3409 CLEANUP_EH_ONLY (*tp) = 1; in finalize_nrv_r()
Dcxx-pretty-print.c1712 pp_cxx_identifier (pp, CLEANUP_EH_ONLY (t) ? "catch" : "finally"); in pp_cxx_statement()
Dinit.c1996 CLEANUP_EH_ONLY (begin) = 1; in build_new_1()
DChangeLog-20023349 * init.c (build_new_1): Set CLEANUP_EH_ONLY on deleting cleanup.
3352 * semantics.c (nullify_returns_r): Just set CLEANUP_EH_ONLY on
Ddecl.c6260 CLEANUP_EH_ONLY (begin) = 1; in expand_static_init()
/freebsd-10-stable/contrib/gcc/
Dgimplify.c4147 if (CLEANUP_EH_ONLY (wce)) in gimplify_cleanup_point_expr()
4232 CLEANUP_EH_ONLY (wce) = eh_only; in gimple_push_cleanup()
4278 CLEANUP_EH_ONLY (targ), pre_p); in gimplify_target_expr()
Dtree.h1064 #define CLEANUP_EH_ONLY(NODE) ((NODE)->common.static_flag) macro
DChangeLog-200226356 * tree.h (CLEANUP_EH_ONLY): New macro.
26358 (expand_cleanups): Check CLEANUP_EH_ONLY.
DChangeLog-200416484 * gimplify.c (gimplify_cleanup_point_expr): Handle CLEANUP_EH_ONLY.
28849 * tree.h (CLEANUP_EH_ONLY): Update documentation.