Home
last modified time | relevance | path

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

12

/third_party/boost/boost/outcome/
Dsuccess_failure.hpp97 exception_type _exception; member
118 , _exception(static_cast<V &&>(v)) in failure_type()
125 , _exception() in failure_type()
132 , _exception(static_cast<U &&>(u)) in failure_type()
144 constexpr exception_type &exception() & { return _exception; } in exception()
145 constexpr const exception_type &exception() const & { return _exception; } in exception()
146 constexpr exception_type &&exception() && { return static_cast<exception_type &&>(_exception); } in exception()
147 … const exception_type &&exception() const && { return static_cast<exception_type &&>(_exception); } in exception()
182 exception_type _exception; member
194 : _exception(static_cast<V &&>(v)) // NOLINT in failure_type()
[all …]
/third_party/mingw-w64/mingw-w64-crt/crt/
Dusermatherr.c9 typedef int (__cdecl *fUserMathErr)(struct _exception *);
15 struct _exception ex; in __mingw_raise_matherr()
28 void __mingw_setusermatherr (int (__cdecl *f)(struct _exception *)) in __mingw_setusermatherr() argument
Dmerr.c11 _matherr (struct _exception *pexcept) in _matherr()
/third_party/python/Lib/asyncio/
Dbase_tasks.py48 elif task._exception is not None:
49 tb = task._exception.__traceback__
74 exc = task._exception
Dstreams.py409 self._exception = None
426 if self._exception:
435 return self._exception
438 self._exception = exc
576 if self._exception is not None:
577 raise self._exception
664 if self._exception is not None:
665 raise self._exception
711 if self._exception is not None:
712 raise self._exception
Dfutures.py51 _exception = None variable in Future
98 exc = self._exception
200 if self._exception is not None:
201 raise self._exception
218 return self._exception
276 self._exception = exception
Dbase_futures.py60 if future._exception is not None:
/third_party/python/Lib/concurrent/futures/
D_base.py322 self._exception = None
336 if self._exception:
341 self._exception.__class__.__name__)
388 if self._exception:
389 raise self._exception
466 return self._exception
473 return self._exception
541 self._exception = exception
/third_party/python/Lib/xml/sax/
D_exceptions.py23 self._exception = exception
32 return self._exception
/third_party/uboot/u-boot-2020.01/arch/powerpc/cpu/mpc8xx/
Dtraps.c78 static void _exception(int signr, struct pt_regs *regs) in _exception() function
149 _exception(0, regs); in UnknownException()
/third_party/uboot/u-boot-2020.01/arch/powerpc/cpu/mpc83xx/
Dtraps.c77 static void _exception(int signr, struct pt_regs *regs) in _exception() function
202 _exception(0, regs); in UnknownException()
/third_party/uboot/u-boot-2020.01/arch/powerpc/cpu/mpc86xx/
Dtraps.c86 static void _exception(int signr, struct pt_regs *regs) in _exception() function
195 _exception(0, regs); in UnknownException()
/third_party/uboot/u-boot-2020.01/arch/nios2/cpu/
Dexceptions.S14 .global _exception symbol
19 _exception: label
Dstart.S47 movhi et, %hi(_exception)
48 ori et, et, %lo(_exception)
/third_party/uboot/u-boot-2020.01/arch/powerpc/cpu/mpc85xx/
Dtraps.c116 static void _exception(int signr, struct pt_regs *regs) in _exception() function
259 _exception(0, regs); in UnknownException()
/third_party/boost/libs/outcome/doc/src/content/reference/policies/base/
Dexception.md2 title = "`static auto &&_exception(Impl &&) noexcept`"
/third_party/grpc/src/python/grpcio_tests/tests/unit/
D_metadata_code_details_test.py68 self._exception = False
84 if self._exception:
103 if self._exception:
121 if self._exception:
143 if self._exception:
160 self._exception = True
/third_party/grpc/src/python/grpcio/grpc/
D_interceptor.py92 self._exception = exception
126 raise self._exception
129 return self._exception
144 raise self._exception
/third_party/protobuf/python/
Dmox.py542 self._exception = None
570 if expected_method._exception:
571 raise expected_method._exception
736 self._exception = exception
/third_party/grpc/src/python/grpcio_testing/grpc_testing/_channel/
D_invocation.py173 def _exception(unused_handler): function
209 return _exception(self._handler)
/third_party/boost/boost/outcome/policy/
Dbase.hpp65 …ass P, class NoValuePolicy, class Impl> static inline constexpr auto &&_exception(Impl &&self) noe…
/third_party/boost/boost/outcome/experimental/
Dstatus_outcome.hpp92 …:_rethrow_exception<trait::is_exception_ptr_available<E>::value>(base::_exception<T, status_code<D… in wide_value_check()
/third_party/python/Lib/
Dasyncore.py97 def _exception(obj): function
162 _exception(obj)
/third_party/python/Lib/unittest/
Dloader.py27 self._exception = exception
34 raise self._exception
/third_party/mingw-w64/mingw-w64-headers/crt/
Dmath.h15 struct _exception;
158 struct _exception {
168 void __mingw_setusermatherr (int (__cdecl *)(struct _exception *));
169 _CRTIMP void __setusermatherr(int (__cdecl *)(struct _exception *));
276 _CRTIMP int __cdecl _matherr (struct _exception *);

12