| /openbsd/src/gnu/gcc/gcc/ |
| D | unwind-compat.c | 52 _Unwind_DeleteException (struct _Unwind_Exception *exc) in _Unwind_DeleteException() 71 _Unwind_ForcedUnwind (struct _Unwind_Exception *exc, in _Unwind_ForcedUnwind() 170 _Unwind_RaiseException(struct _Unwind_Exception *exc) in _Unwind_RaiseException() 179 _Unwind_Resume (struct _Unwind_Exception *exc) in _Unwind_Resume() 189 _Unwind_Resume_or_Rethrow (struct _Unwind_Exception *exc) in _Unwind_Resume_or_Rethrow()
|
| /openbsd/src/gnu/llvm/lldb/third_party/Python/module/pexpect-4.6/pexpect/ |
| D | _async.py | 45 def error(self, exc): argument 82 def connection_lost(self, exc): argument
|
| /openbsd/src/gnu/llvm/lldb/source/Plugins/Process/Utility/ |
| D | RegisterContextMach_x86_64.cpp | 37 EXC &exc) { in DoReadEXC() 57 const EXC &exc) { in DoWriteEXC()
|
| D | RegisterContextMach_i386.cpp | 34 int RegisterContextMach_i386::DoReadEXC(lldb::tid_t tid, int flavor, EXC &exc) { in DoReadEXC() 54 const EXC &exc) { in DoWriteEXC()
|
| D | RegisterContextMach_arm.cpp | 36 int RegisterContextMach_arm::DoReadEXC(lldb::tid_t tid, int flavor, EXC &exc) { in DoReadEXC() 61 const EXC &exc) { in DoWriteEXC()
|
| /openbsd/src/gnu/llvm/lldb/source/Plugins/Process/MacOSX-Kernel/ |
| D | RegisterContextKDP_i386.cpp | 53 int RegisterContextKDP_i386::DoReadEXC(lldb::tid_t tid, int flavor, EXC &exc) { in DoReadEXC() 101 const EXC &exc) { in DoWriteEXC()
|
| D | RegisterContextKDP_x86_64.cpp | 56 EXC &exc) { in DoReadEXC() 104 const EXC &exc) { in DoWriteEXC()
|
| D | RegisterContextKDP_arm64.cpp | 54 int RegisterContextKDP_arm64::DoReadEXC(lldb::tid_t tid, int flavor, EXC &exc) { in DoReadEXC() 117 const EXC &exc) { in DoWriteEXC()
|
| D | RegisterContextKDP_arm.cpp | 54 int RegisterContextKDP_arm::DoReadEXC(lldb::tid_t tid, int flavor, EXC &exc) { in DoReadEXC() 117 const EXC &exc) { in DoWriteEXC()
|
| /openbsd/src/gnu/lib/libstdc++/libstdc++/src/ |
| D | vterminate.cc | 72 catch (exception &exc) in __verbose_terminate_handler() local
|
| /openbsd/src/gnu/gcc/libstdc++-v3/libsupc++/ |
| D | vterminate.cc | 85 catch (exception &exc) in _GLIBCXX_BEGIN_NAMESPACE() local
|
| D | eh_throw.cc | 37 __gxx_exception_cleanup (_Unwind_Reason_Code code, _Unwind_Exception *exc) in __gxx_exception_cleanup()
|
| D | unwind-cxx.h | 171 __get_exception_header_from_ue (_Unwind_Exception *exc) in __get_exception_header_from_ue()
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/eh/ |
| D | forced4.C | 25 _Unwind_Exception *exc = new _Unwind_Exception; in force_unwind() local
|
| D | forced3.C | 26 _Unwind_Exception *exc = new _Unwind_Exception; in force_unwind() local
|
| D | forced2.C | 31 _Unwind_Exception *exc = new _Unwind_Exception; in force_unwind() local
|
| D | forced1.C | 37 _Unwind_Exception *exc = new _Unwind_Exception; in force_unwind() local
|
| /openbsd/src/gnu/llvm/libunwind/src/ |
| D | Unwind-seh.cpp | 62 _Unwind_Exception *exc; in _GCC_specific_handler() local 201 uint64_t klass, _Unwind_Exception *exc, in __libunwind_seh_personality()
|
| /openbsd/src/gnu/lib/libstdc++/libstdc++/libsupc++/ |
| D | eh_throw.cc | 39 __gxx_exception_cleanup (_Unwind_Reason_Code code, _Unwind_Exception *exc) in __gxx_exception_cleanup()
|
| D | unwind-cxx.h | 164 __get_exception_header_from_ue (_Unwind_Exception *exc) in __get_exception_header_from_ue()
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/ |
| D | cleanup-5.c | 22 struct _Unwind_Exception *exc = malloc (sizeof (*exc)); in force_unwind() local
|
| /openbsd/src/sys/arch/powerpc/include/ |
| D | signal.h | 63 __register_t exc; member
|
| /openbsd/src/gnu/llvm/lldb/source/Plugins/ObjectFile/Mach-O/ |
| D | ObjectFileMachO.cpp | 378 int DoReadEXC(lldb::tid_t tid, int flavor, EXC &exc) override { return 0; } in DoReadEXC() 388 int DoWriteEXC(lldb::tid_t tid, int flavor, const EXC &exc) override { in DoWriteEXC() 494 int DoReadEXC(lldb::tid_t tid, int flavor, EXC &exc) override { return 0; } in DoReadEXC() 504 int DoWriteEXC(lldb::tid_t tid, int flavor, const EXC &exc) override { in DoWriteEXC() 626 int DoReadEXC(lldb::tid_t tid, int flavor, EXC &exc) override { return -1; } in DoReadEXC() 638 int DoWriteEXC(lldb::tid_t tid, int flavor, const EXC &exc) override { in DoWriteEXC() 773 int DoReadEXC(lldb::tid_t tid, int flavor, EXC &exc) override { return -1; } in DoReadEXC() 785 int DoWriteEXC(lldb::tid_t tid, int flavor, const EXC &exc) override { in DoWriteEXC()
|
| /openbsd/src/gnu/llvm/lldb/tools/debugserver/source/ |
| D | DNBArch.h | 79 virtual bool NotifyException(MachException::Data &exc) { return false; } in NotifyException()
|
| /openbsd/src/gnu/llvm/lldb/tools/debugserver/source/MacOSX/arm/ |
| D | DNBArchImpl.h | 150 EXC exc; member
|