| /openbsd-src/gnu/gcc/gcc/ |
| H A D | tree-eh.c | 791 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 D | 2001-05-19-ExceptionResponse.txt | 10 > 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 D | try.t | 261 # 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 D | const-optree.t | 48 finally => sub { ok($blonk_was_called, 'RT #63540'); }, 469 &{$_{finally} or next}
|
| H A D | coresubs.t | 22 finally for foreach format ge given goto grep gt if isa last le local
|
| /openbsd-src/gnu/usr.bin/perl/regen/ |
| H A D | keywords.pl | 52 finally => 'try', 192 +finally
|
| /openbsd-src/gnu/usr.bin/perl/t/lib/croak/ |
| H A D | op | 285 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 D | poderrs.t | 210 =item finally definition 228 finally bullet 242 finally number
|
| /openbsd-src/regress/usr.bin/mandoc/mdoc/Bd/ |
| H A D | blank.out_markdown | 34 finally, a trailing blank line:
|
| H A D | blank.out_ascii | 31 finally, a trailing blank line:
|
| /openbsd-src/regress/usr.bin/mandoc/char/hyphen/ |
| H A D | mdoc.out_ascii | 16 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 D | 107multi-zip-only.t | 38 ad finally...
|
| H A D | 101truncate-rawdeflate.t | 48 ad finally...
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/java/ |
| H A D | jcf-write.c | 2351 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 D | keyword.gperf | 69 finally, FINALLY_TK keyword
|
| H A D | parse-scan.y | 897 | TRY_TK block finally 898 | TRY_TK block catches finally 910 finally:
|
| /openbsd-src/gnu/usr.bin/perl/lib/DBM_Filter/t/ |
| H A D | 02core.t | 676 $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 D | external.t | 109 # Then finally test modifying the open commands.
|
| /openbsd-src/gnu/usr.bin/perl/ |
| H A D | perly.y | 102 %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 D | Changes | 107 - Exporter can finally live w/o Carp (change 23768)
|
| /openbsd-src/gnu/usr.bin/texinfo/m4/ |
| H A D | lib-prefix.m4 | 125 dnl Unfortunately, prefix and exec_prefix get only finally determined
|
| /openbsd-src/gnu/gcc/config/ |
| H A D | lib-prefix.m4 | 125 dnl Unfortunately, prefix and exec_prefix get only finally determined
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/config/ |
| H A D | lib-prefix.m4 | 125 dnl Unfortunately, prefix and exec_prefix get only finally determined
|
| /openbsd-src/gnu/lib/libstdc++/libstdc++/docs/html/21_strings/ |
| H A D | gotw29a.txt | 126 And finally, the key that brings it all together:
|
| /openbsd-src/gnu/usr.bin/binutils/gdb/testsuite/ |
| H A D | aclocal.m4 | 86 # 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
|