/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/MCTargetDesc/ |
H A D | WebAssemblyInstPrinter.cpp | 169 case WebAssembly::CATCH: in printInst() 186 if (Opc == WebAssembly::CATCH || Opc == WebAssembly::CATCH_S) { in printInst() 187 EHInstStack.push_back(CATCH); in printInst()
|
H A D | WebAssemblyInstPrinter.h | 31 enum EHInstKind { TRY, CATCH, CATCH_ALL }; enumerator
|
H A D | WebAssemblyMCTargetDesc.h | 408 case WebAssembly::CATCH: in isCatch()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyISD.def | 41 HANDLE_NODETYPE(CATCH)
|
H A D | WebAssemblyInstrControl.td | 153 defm CATCH : I<(outs I32:$dst), (ins event_op:$tag),
|
H A D | WebAssemblyCFGStackify.cpp | 1473 case WebAssembly::CATCH: in recalculateScopeTops() 1707 case WebAssembly::CATCH: in rewriteDepthImmediates()
|
H A D | WebAssemblyInstrInfo.td | 109 def WebAssemblycatch : SDNode<"WebAssemblyISD::CATCH", SDT_WebAssemblyCatch,
|
H A D | WebAssemblyISelLowering.cpp | 1600 return DAG.getNode(WebAssemblyISD::CATCH, DL, in LowerIntrinsic()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | stab.def | 109 __define_stab (N_CATCH, 0x54, "CATCH") 214 | 50 EHDECL*| 52 | 54 CATCH | 56 |
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | stab.def | 109 __define_stab (N_CATCH, 0x54, "CATCH") 214 | 50 EHDECL*| 52 | 54 CATCH | 56 |
|
H A D | ChangeLog.tree-ssa | 10180 (find_contained_blocks): Don't consider statements in the CATCH
|
/netbsd-src/external/gpl3/binutils/dist/include/aout/ |
H A D | stab.def | 128 __define_stab (N_CATCH, 0x54, "CATCH") 257 | 50 EHDECL*| 52 | 54 CATCH | 56 |
|
/netbsd-src/external/gpl3/binutils.old/dist/include/aout/ |
H A D | stab.def | 128 __define_stab (N_CATCH, 0x54, "CATCH") 257 | 50 EHDECL*| 52 | 54 CATCH | 56 |
|
/netbsd-src/external/gpl3/gdb/dist/gdb/ |
H A D | ChangeLog-2017 | 5845 (remote_fileio_request): Use TRY/CATCH instead of 5849 (add_vsyscall_page): Use TRY/CATCH instead of catch_exceptions. 5868 (bpstat_check_watchpoint): Use TRY/CATCH instead of catch_errors. 5869 (bpstat_check_breakpoint_conditions): Use TRY/CATCH instead of 5873 (breakpoint_re_set): Use TRY/CATCH instead of catch_errors. 5879 * infrun.c (normal_stop): Use TRY/CATCH instead of catch_errors. 5883 (restore_infcall_control_state): Use TRY/CATCH instead of 5887 (captured_main): Use TRY/CATCH instead of catch_errors. 5890 (find_objc_msgcall_submethod): Use TRY/CATCH instead of 5894 (record_full_message_wrapper_safe): Return bool and use TRY/CATCH [all …]
|
H A D | ChangeLog-2015 | 1338 assume that "break" breaks out of a TRY/CATCH. 1340 "continue" breaks out of a TRY/CATCH. 1348 of a TRY/CATCH. 1350 <TRY/CATCH/END_CATCH>: Define as 1-1 wrappers around try/catch. 4631 get_probe_argument_count using TRY...CATCH. 6405 TRY/CATCH. If we get a MEMORY_ERROR, set the inferior's 11546 (resume_stopped_resumed_lwps): Try register reads in TRY/CATCH and 11859 [__cplusplus] (TRY, CATCH, END_CATCH): Reimplement on top of real 11873 TRY and CATCH. 11882 and CATCH. [all …]
|
H A D | ChangeLog-2016 | 6246 (gdb_main): Wrap captured_main with TRY/CATCH instead of 7776 (CATCH): Rename to ... 7780 [GDB_XCPT == GDB_XCPT_SJMP] (TRY, CATCH, END_CATCH): Map to SJLJ 10266 * btrace.c (btrace_pt_readmem_callback): Do not return in TRY/CATCH.
|
H A D | ChangeLog-2019 | 12261 (TRY, CATCH, END_CATCH): Remove. 12636 (TRY, CATCH, END_CATCH): Remove some definitions. 14391 (types_deeply_equal): Remove TRY/CATCH. Update. 16600 <~scoped_switch_fork_info>: Wrap core in TRY/CATCH.
|
H A D | ChangeLog-2018 | 9529 (get_prev_frame_if_no_cycle): Use TRY/CATCH.
|
/netbsd-src/external/gpl3/gdb.old/dist/gdb/ |
H A D | ChangeLog-2017 | 5845 (remote_fileio_request): Use TRY/CATCH instead of 5849 (add_vsyscall_page): Use TRY/CATCH instead of catch_exceptions. 5868 (bpstat_check_watchpoint): Use TRY/CATCH instead of catch_errors. 5869 (bpstat_check_breakpoint_conditions): Use TRY/CATCH instead of 5873 (breakpoint_re_set): Use TRY/CATCH instead of catch_errors. 5879 * infrun.c (normal_stop): Use TRY/CATCH instead of catch_errors. 5883 (restore_infcall_control_state): Use TRY/CATCH instead of 5887 (captured_main): Use TRY/CATCH instead of catch_errors. 5890 (find_objc_msgcall_submethod): Use TRY/CATCH instead of 5894 (record_full_message_wrapper_safe): Return bool and use TRY/CATCH [all …]
|
H A D | ChangeLog-2015 | 1338 assume that "break" breaks out of a TRY/CATCH. 1340 "continue" breaks out of a TRY/CATCH. 1348 of a TRY/CATCH. 1350 <TRY/CATCH/END_CATCH>: Define as 1-1 wrappers around try/catch. 4631 get_probe_argument_count using TRY...CATCH. 6405 TRY/CATCH. If we get a MEMORY_ERROR, set the inferior's 11546 (resume_stopped_resumed_lwps): Try register reads in TRY/CATCH and 11859 [__cplusplus] (TRY, CATCH, END_CATCH): Reimplement on top of real 11873 TRY and CATCH. 11882 and CATCH. [all …]
|
H A D | ChangeLog-2016 | 6246 (gdb_main): Wrap captured_main with TRY/CATCH instead of 7776 (CATCH): Rename to ... 7780 [GDB_XCPT == GDB_XCPT_SJMP] (TRY, CATCH, END_CATCH): Map to SJLJ 10266 * btrace.c (btrace_pt_readmem_callback): Do not return in TRY/CATCH.
|
H A D | ChangeLog-2019 | 12261 (TRY, CATCH, END_CATCH): Remove. 12636 (TRY, CATCH, END_CATCH): Remove some definitions. 14391 (types_deeply_equal): Remove TRY/CATCH. Update. 16600 <~scoped_switch_fork_info>: Wrap core in TRY/CATCH.
|
H A D | ChangeLog-2018 | 9529 (get_prev_frame_if_no_cycle): Use TRY/CATCH.
|
/netbsd-src/games/fortune/datfiles/ |
H A D | fortunes2 | 9611 So... CATCH!" cries the Oncler. He lets something fall. 17381 FORTUNE EXPLAINS WHAT JOB REVIEW CATCH PHRASES MEAN: #1 17399 FORTUNE EXPLAINS WHAT JOB REVIEW CATCH PHRASES MEAN: #4 17413 FORTUNE EXPLAINS WHAT JOB REVIEW CATCH PHRASES MEAN: #9
|
/netbsd-src/external/gpl3/gdb/dist/gdbserver/ |
H A D | ChangeLog-2002-2021 | 11986 Adjust all callers of TRY_CATCH to use TRY/CATCH/END_CATCH
|