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

/freebsd-9.3-release/contrib/gcc/cp/
H A Dsemantics.c482 push_cleanup (tree decl, tree cleanup, bool eh_only) argument
485 CLEANUP_EH_ONLY (stmt) = eh_only;
/freebsd-9.3-release/contrib/gcc/
H A Dgimplify.c4182 gimple_push_cleanup (tree var, tree cleanup, bool eh_only, tree *pre_p)
4233 CLEANUP_EH_ONLY (wce) = eh_only;
4181 gimple_push_cleanup(tree var, tree cleanup, bool eh_only, tree *pre_p) argument
H A Dc-typeck.c7760 push_cleanup (tree ARG_UNUSED (decl), tree cleanup, bool eh_only)
7766 code = eh_only ? TRY_CATCH_EXPR : TRY_FINALLY_EXPR;

Completed in 217 milliseconds