/openbsd/gnu/gcc/gcc/ |
H A D | tree-eh.c | 801 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 D | try.t | 273 finally { 291 finally { 306 finally { 320 finally { $finally_invoked++; "last value" }
|
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/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/gnu/usr.bin/perl/regen/ |
H A D | keywords.pl | 52 finally => 'try', 192 +finally
|
/openbsd/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/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/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/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/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/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
|
H A D | parse-scan.y | 897 | TRY_TK block finally 898 | TRY_TK block catches finally 910 finally:
|
/openbsd/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/gnu/usr.bin/perl/cpan/IO-Zlib/t/ |
H A D | external.t | 109 # Then finally test modifying the open commands.
|
/openbsd/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
|
H A D | perly.tab | 182 YYSYMBOL_finally = 171, /* finally */ 415 "formline", "formarg", "condition", "sideff", "else", "cont", "finally",
|
/openbsd/gnu/usr.bin/perl/dist/Exporter/ |
H A D | Changes | 107 - Exporter can finally live w/o Carp (change 23768)
|
/openbsd/gnu/usr.bin/perl/pod/ |
H A D | perlexperiment.pod | 132 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 D | lib-prefix.m4 | 125 dnl Unfortunately, prefix and exec_prefix get only finally determined
|
/openbsd/gnu/usr.bin/texinfo/m4/ |
H A D | lib-prefix.m4 | 125 dnl Unfortunately, prefix and exec_prefix get only finally determined
|
/openbsd/gnu/gcc/config/ |
H A D | lib-prefix.m4 | 125 dnl Unfortunately, prefix and exec_prefix get only finally determined
|