Home
last modified time | relevance | path

Searched refs:finally (Results 1 – 25 of 155) sorted by relevance

1234567

/openbsd/gnu/gcc/gcc/
H A Dtree-eh.c801 finally = TREE_OPERAND (*tf->top_p, 1); in honor_protect_cleanup_actions()
831 finally = lower_try_finally_dup_block (finally, outer_state); in honor_protect_cleanup_actions()
843 i = tsi_start (finally); in honor_protect_cleanup_actions()
852 i = tsi_last (finally); in honor_protect_cleanup_actions()
871 finally = build2 (TRY_CATCH_EXPR, void_type_node, finally, x); in honor_protect_cleanup_actions()
912 tree x, finally, lab, return_val; in lower_try_finally_nofallthru() local
920 finally = TREE_OPERAND (*tf->top_p, 1); in lower_try_finally_nofallthru()
949 tree x, finally, finally_label; in lower_try_finally_onedest() local
951 finally = TREE_OPERAND (*tf->top_p, 1); in lower_try_finally_onedest()
1026 tree finally, new_stmt; in lower_try_finally_copy() local
[all …]
/openbsd/gnu/usr.bin/perl/t/op/
H A Dtry.t273 finally {
291 finally {
306 finally {
320 finally { $finally_invoked++; "last value" }
H A Dconst-optree.t48 finally => sub { ok($blonk_was_called, 'RT #63540'); },
469 &{$_{finally} or next}
H A Dcoresubs.t22 finally for foreach format ge given goto grep gt if isa last le local
/openbsd/gnu/llvm/llvm/docs/HistoricalNotes/
H A D2001-05-19-ExceptionResponse.txt10 > The finally clause in Java may need more thought. The code for this clause
32 > (specific to this finally block), jump to the finally block, and then at the
33 > end of the finally block, jump back indirectly through this register. It
/openbsd/gnu/usr.bin/perl/regen/
H A Dkeywords.pl52 finally => 'try',
192 +finally
/openbsd/gnu/usr.bin/perl/t/lib/croak/
H A Dop285 try {} catch ($e) {} finally { return "123" }
287 Can't "return" out of a "finally" block at - line 3.
291 try {} catch ($e) {} finally { goto HERE; }
294 Can't "goto" out of a "finally" block at - line 3.
299 try {} catch ($e) {} finally { last LOOP; }
302 Can't "last" out of a "finally" block at - line 4.
/openbsd/gnu/usr.bin/perl/cpan/Pod-Checker/t/pod/
H A Dpoderrs.t210 =item finally definition
228 finally bullet
242 finally number
/openbsd/regress/usr.bin/mandoc/mdoc/Bd/
H A Dblank.out_markdown34 finally, a trailing blank line:
H A Dblank.out_ascii31 finally, a trailing blank line:
/openbsd/regress/usr.bin/mandoc/char/hyphen/
H A Dmdoc.out_ascii16 And finally, try it a third time, but this time in bold font mode: bbrreeaakk--
/openbsd/gnu/usr.bin/perl/cpan/IO-Compress/t/
H A D107multi-zip-only.t38 ad finally...
H A D101truncate-rawdeflate.t48 ad finally...
/openbsd/gnu/usr.bin/gcc/gcc/java/
H A Djcf-write.c2351 tree finally = TREE_OPERAND (exp, 1); local
2362 if (CAN_COMPLETE_NORMALLY (finally))
2372 if (CAN_COMPLETE_NORMALLY (finally))
2384 generate_bytecode_insns (finally, IGNORE_TARGET, state);
2388 if (CAN_COMPLETE_NORMALLY (finally))
2397 if (CAN_COMPLETE_NORMALLY (finally))
2409 if (CAN_COMPLETE_NORMALLY (finally))
2418 if (CAN_COMPLETE_NORMALLY (finally))
2443 if (CAN_COMPLETE_NORMALLY (finally))
2449 generate_bytecode_insns (finally, IGNORE_TARGET, state);
[all …]
H A Dkeyword.gperf69 finally, FINALLY_TK
H A Dparse-scan.y897 | TRY_TK block finally
898 | TRY_TK block catches finally
910 finally:
/openbsd/gnu/usr.bin/perl/lib/DBM_Filter/t/
H A D02core.t676 $h{'and'} = 'finally';
677 is $h{'and'}, 'finally', "read eq written";
697 'and' => 'finally';
/openbsd/gnu/usr.bin/perl/cpan/IO-Zlib/t/
H A Dexternal.t109 # Then finally test modifying the open commands.
/openbsd/gnu/usr.bin/perl/
H A Dperly.y102 %type <opval> stmtseq fullstmt labfullstmt barestmt block mblock else finally
575 mblock[catch] finally
579 if($finally)
580 $$ = op_wrap_finally($$, $finally);
721 finally : %empty
H A Dperly.tab182 YYSYMBOL_finally = 171, /* finally */
415 "formline", "formarg", "condition", "sideff", "else", "cont", "finally",
/openbsd/gnu/usr.bin/perl/dist/Exporter/
H A DChanges107 - Exporter can finally live w/o Carp (change 23768)
/openbsd/gnu/usr.bin/perl/pod/
H A Dperlexperiment.pod132 Using the optional C<finally> block part of this feature triggers warnings in
350 Accepted in Perl 5.40 when not using the optional C<finally> block.
/openbsd/gnu/usr.bin/binutils-2.17/config/
H A Dlib-prefix.m4125 dnl Unfortunately, prefix and exec_prefix get only finally determined
/openbsd/gnu/usr.bin/texinfo/m4/
H A Dlib-prefix.m4125 dnl Unfortunately, prefix and exec_prefix get only finally determined
/openbsd/gnu/gcc/config/
H A Dlib-prefix.m4125 dnl Unfortunately, prefix and exec_prefix get only finally determined

1234567