/third_party/boost/boost/outcome/ |
D | success_failure.hpp | 97 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/ |
D | usermatherr.c | 9 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
|
D | merr.c | 11 _matherr (struct _exception *pexcept) in _matherr()
|
/third_party/python/Lib/asyncio/ |
D | base_tasks.py | 48 elif task._exception is not None: 49 tb = task._exception.__traceback__ 74 exc = task._exception
|
D | streams.py | 409 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
|
D | futures.py | 51 _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
|
D | base_futures.py | 60 if future._exception is not None:
|
/third_party/python/Lib/concurrent/futures/ |
D | _base.py | 322 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.py | 23 self._exception = exception 32 return self._exception
|
/third_party/uboot/u-boot-2020.01/arch/powerpc/cpu/mpc8xx/ |
D | traps.c | 78 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/ |
D | traps.c | 77 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/ |
D | traps.c | 86 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/ |
D | exceptions.S | 14 .global _exception symbol 19 _exception: label
|
D | start.S | 47 movhi et, %hi(_exception) 48 ori et, et, %lo(_exception)
|
/third_party/uboot/u-boot-2020.01/arch/powerpc/cpu/mpc85xx/ |
D | traps.c | 116 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/ |
D | exception.md | 2 title = "`static auto &&_exception(Impl &&) noexcept`"
|
/third_party/grpc/src/python/grpcio_tests/tests/unit/ |
D | _metadata_code_details_test.py | 68 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.py | 92 self._exception = exception 126 raise self._exception 129 return self._exception 144 raise self._exception
|
/third_party/protobuf/python/ |
D | mox.py | 542 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.py | 173 def _exception(unused_handler): function 209 return _exception(self._handler)
|
/third_party/boost/boost/outcome/policy/ |
D | base.hpp | 65 …ass P, class NoValuePolicy, class Impl> static inline constexpr auto &&_exception(Impl &&self) noe…
|
/third_party/boost/boost/outcome/experimental/ |
D | status_outcome.hpp | 92 …:_rethrow_exception<trait::is_exception_ptr_available<E>::value>(base::_exception<T, status_code<D… in wide_value_check()
|
/third_party/python/Lib/ |
D | asyncore.py | 97 def _exception(obj): function 162 _exception(obj)
|
/third_party/python/Lib/unittest/ |
D | loader.py | 27 self._exception = exception 34 raise self._exception
|
/third_party/mingw-w64/mingw-w64-headers/crt/ |
D | math.h | 15 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 *);
|