Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/MCTargetDesc/
H A DWebAssemblyInstPrinter.cpp169 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 DWebAssemblyInstPrinter.h31 enum EHInstKind { TRY, CATCH, CATCH_ALL }; enumerator
H A DWebAssemblyMCTargetDesc.h408 case WebAssembly::CATCH: in isCatch()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
H A DWebAssemblyISD.def41 HANDLE_NODETYPE(CATCH)
H A DWebAssemblyInstrControl.td153 defm CATCH : I<(outs I32:$dst), (ins event_op:$tag),
H A DWebAssemblyCFGStackify.cpp1473 case WebAssembly::CATCH: in recalculateScopeTops()
1707 case WebAssembly::CATCH: in rewriteDepthImmediates()
H A DWebAssemblyInstrInfo.td109 def WebAssemblycatch : SDNode<"WebAssemblyISD::CATCH", SDT_WebAssemblyCatch,
H A DWebAssemblyISelLowering.cpp1600 return DAG.getNode(WebAssemblyISD::CATCH, DL, in LowerIntrinsic()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dstab.def109 __define_stab (N_CATCH, 0x54, "CATCH")
214 | 50 EHDECL*| 52 | 54 CATCH | 56 |
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dstab.def109 __define_stab (N_CATCH, 0x54, "CATCH")
214 | 50 EHDECL*| 52 | 54 CATCH | 56 |
H A DChangeLog.tree-ssa10180 (find_contained_blocks): Don't consider statements in the CATCH
/netbsd-src/external/gpl3/binutils/dist/include/aout/
H A Dstab.def128 __define_stab (N_CATCH, 0x54, "CATCH")
257 | 50 EHDECL*| 52 | 54 CATCH | 56 |
/netbsd-src/external/gpl3/binutils.old/dist/include/aout/
H A Dstab.def128 __define_stab (N_CATCH, 0x54, "CATCH")
257 | 50 EHDECL*| 52 | 54 CATCH | 56 |
/netbsd-src/external/gpl3/gdb/dist/gdb/
H A DChangeLog-20175845 (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 DChangeLog-20151338 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 DChangeLog-20166246 (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 DChangeLog-201912261 (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 DChangeLog-20189529 (get_prev_frame_if_no_cycle): Use TRY/CATCH.
/netbsd-src/external/gpl3/gdb.old/dist/gdb/
H A DChangeLog-20175845 (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 DChangeLog-20151338 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 DChangeLog-20166246 (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 DChangeLog-201912261 (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 DChangeLog-20189529 (get_prev_frame_if_no_cycle): Use TRY/CATCH.
/netbsd-src/games/fortune/datfiles/
H A Dfortunes29611 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 DChangeLog-2002-202111986 Adjust all callers of TRY_CATCH to use TRY/CATCH/END_CATCH