Home
last modified time | relevance | path

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

123456

/openbsd-src/gnu/gcc/gcc/
H A Dtree-eh.c791 tree protect_cleanup_actions, finally, x; in honor_protect_cleanup_actions() local
801 finally = TREE_OPERAND (*tf->top_p, 1); in honor_protect_cleanup_actions()
824 finally_may_fallthru = block_may_fallthru (finally); 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()
872 lower_eh_filter (outer_state, &finally); in honor_protect_cleanup_actions()
875 lower_eh_constructs_1 (outer_state, &finally); in honor_protect_cleanup_actions()
897 tsi_link_after (&i, finally, TSI_CONTINUE_LINKING); in honor_protect_cleanup_actions()
[all …]
/openbsd-src/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-src/gnu/usr.bin/perl/t/op/
H A Dtry.t261 # try/catch/finally
273 finally {
276 is($warnings, "try/catch/finally is experimental at $0 line $lfinally.\n",
291 finally {
292 $x .= "finally";
294 is($x, "tryfinally", 'successful try/catch/finally runs try+finally but not catch');
306 finally {
307 $x .= "finally";
309 is($x, "trycatchfinally", 'try/catch/finally run
[all...]
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-src/gnu/usr.bin/perl/regen/
H A Dkeywords.pl52 finally => 'try',
192 +finally
/openbsd-src/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-src/gnu/usr.bin/perl/cpan/Pod-Checker/t/pod/
H A Dpoderrs.t210 =item finally definition
228 finally bullet
242 finally number
/openbsd-src/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-src/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-src/gnu/usr.bin/perl/cpan/IO-Compress/t/
H A D107multi-zip-only.t38 ad finally...
H A D101truncate-rawdeflate.t48 ad finally...
/openbsd-src/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 keyword
H A Dparse-scan.y897 | TRY_TK block finally
898 | TRY_TK block catches finally
910 finally:
/openbsd-src/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-src/gnu/usr.bin/perl/cpan/IO-Zlib/t/
H A Dexternal.t109 # Then finally test modifying the open commands.
/openbsd-src/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
/openbsd-src/gnu/usr.bin/perl/dist/Exporter/
H A DChanges107 - Exporter can finally live w/o Carp (change 23768)
/openbsd-src/gnu/usr.bin/texinfo/m4/
H A Dlib-prefix.m4125 dnl Unfortunately, prefix and exec_prefix get only finally determined
/openbsd-src/gnu/gcc/config/
H A Dlib-prefix.m4125 dnl Unfortunately, prefix and exec_prefix get only finally determined
/openbsd-src/gnu/usr.bin/binutils-2.17/config/
H A Dlib-prefix.m4125 dnl Unfortunately, prefix and exec_prefix get only finally determined
/openbsd-src/gnu/lib/libstdc++/libstdc++/docs/html/21_strings/
H A Dgotw29a.txt126 And finally, the key that brings it all together:
/openbsd-src/gnu/usr.bin/binutils/gdb/testsuite/
H A Daclocal.m486 # finally check in a few common install locations
342 # finally check in a few common install locations
507 # finally check in a few common install locations

123456