Home
last modified time | relevance | path

Searched defs:exc (Results 1 – 25 of 46) sorted by relevance

12

/openbsd/src/gnu/gcc/gcc/
Dunwind-compat.c52 _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.py45 def error(self, exc): argument
82 def connection_lost(self, exc): argument
/openbsd/src/gnu/llvm/lldb/source/Plugins/Process/Utility/
DRegisterContextMach_x86_64.cpp37 EXC &exc) { in DoReadEXC()
57 const EXC &exc) { in DoWriteEXC()
DRegisterContextMach_i386.cpp34 int RegisterContextMach_i386::DoReadEXC(lldb::tid_t tid, int flavor, EXC &exc) { in DoReadEXC()
54 const EXC &exc) { in DoWriteEXC()
DRegisterContextMach_arm.cpp36 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/
DRegisterContextKDP_i386.cpp53 int RegisterContextKDP_i386::DoReadEXC(lldb::tid_t tid, int flavor, EXC &exc) { in DoReadEXC()
101 const EXC &exc) { in DoWriteEXC()
DRegisterContextKDP_x86_64.cpp56 EXC &exc) { in DoReadEXC()
104 const EXC &exc) { in DoWriteEXC()
DRegisterContextKDP_arm64.cpp54 int RegisterContextKDP_arm64::DoReadEXC(lldb::tid_t tid, int flavor, EXC &exc) { in DoReadEXC()
117 const EXC &exc) { in DoWriteEXC()
DRegisterContextKDP_arm.cpp54 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/
Dvterminate.cc72 catch (exception &exc) in __verbose_terminate_handler() local
/openbsd/src/gnu/gcc/libstdc++-v3/libsupc++/
Dvterminate.cc85 catch (exception &exc) in _GLIBCXX_BEGIN_NAMESPACE() local
Deh_throw.cc37 __gxx_exception_cleanup (_Unwind_Reason_Code code, _Unwind_Exception *exc) in __gxx_exception_cleanup()
Dunwind-cxx.h171 __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/
Dforced4.C25 _Unwind_Exception *exc = new _Unwind_Exception; in force_unwind() local
Dforced3.C26 _Unwind_Exception *exc = new _Unwind_Exception; in force_unwind() local
Dforced2.C31 _Unwind_Exception *exc = new _Unwind_Exception; in force_unwind() local
Dforced1.C37 _Unwind_Exception *exc = new _Unwind_Exception; in force_unwind() local
/openbsd/src/gnu/llvm/libunwind/src/
DUnwind-seh.cpp62 _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++/
Deh_throw.cc39 __gxx_exception_cleanup (_Unwind_Reason_Code code, _Unwind_Exception *exc) in __gxx_exception_cleanup()
Dunwind-cxx.h164 __get_exception_header_from_ue (_Unwind_Exception *exc) in __get_exception_header_from_ue()
/openbsd/src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/
Dcleanup-5.c22 struct _Unwind_Exception *exc = malloc (sizeof (*exc)); in force_unwind() local
/openbsd/src/sys/arch/powerpc/include/
Dsignal.h63 __register_t exc; member
/openbsd/src/gnu/llvm/lldb/source/Plugins/ObjectFile/Mach-O/
DObjectFileMachO.cpp378 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/
DDNBArch.h79 virtual bool NotifyException(MachException::Data &exc) { return false; } in NotifyException()
/openbsd/src/gnu/llvm/lldb/tools/debugserver/source/MacOSX/arm/
DDNBArchImpl.h150 EXC exc; member

12