Searched defs:finally (Results 1 – 6 of 6) sorted by relevance
/openbsd/gnu/gcc/gcc/ |
H A D | tree-eh.c | 791 tree protect_cleanup_actions, finally, x; in honor_protect_cleanup_actions() local 912 tree x, finally, lab, return_val; in lower_try_finally_nofallthru() local 949 tree x, finally, finally_label; in lower_try_finally_onedest() local 1026 tree finally, new_stmt; in lower_try_finally_copy() local 1144 tree finally, finally_tmp, finally_label; in lower_try_finally_switch() local 1315 decide_copy_try_finally (int ndests, tree finally) in decide_copy_try_finally()
|
/openbsd/gnu/usr.bin/perl/ |
H A D | sv.h | 2361 #define SvSetSV_and(dst,src,finally) \ argument 2371 #define SvSetSV_nosteal_and(dst,src,finally) \ argument
|
H A D | op.c | 9954 Perl_op_wrap_finally(pTHX_ OP *block, OP *finally) in Perl_op_wrap_finally()
|
/openbsd/gnu/usr.bin/gcc/gcc/java/ |
H A D | jcf-write.c | 2351 tree finally = TREE_OPERAND (exp, 1); local
|
H A D | parse.y | 15625 build_try_finally_statement (location, try_block, finally) in build_try_finally_statement() argument
|
H A D | parse.c | 19190 build_try_finally_statement (location, try_block, finally) in build_try_finally_statement() argument
|