Home
last modified time | relevance | path

Searched refs:_Except (Results 1 – 24 of 24) sorted by relevance

/dports/lang/gcc6-aux/bootstrap/include/c++/5.1.0/bits/
H A Dnested_exception.h82 template<typename _Except>
83 struct _Nested_exception : public _Except, public nested_exception
85 explicit _Nested_exception(const _Except& __ex) in _Nested_exception()
86 : _Except(__ex) in _Nested_exception()
89 explicit _Nested_exception(_Except&& __ex) in _Nested_exception()
90 : _Except(static_cast<_Except&&>(__ex)) in _Nested_exception()
/dports/lang/gcc12-devel/gcc-12-20211205/libstdc++-v3/libsupc++/
H A Dnested_exception.h81 template<typename _Except>
82 struct _Nested_exception : public _Except, public nested_exception
84 explicit _Nested_exception(const _Except& __ex) in _Nested_exception()
85 : _Except(__ex) in _Nested_exception()
88 explicit _Nested_exception(_Except&& __ex) in _Nested_exception()
89 : _Except(static_cast<_Except&&>(__ex)) in _Nested_exception()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/libstdc++-v3/libsupc++/
H A Dnested_exception.h79 template<typename _Except>
80 struct _Nested_exception : public _Except, public nested_exception
82 explicit _Nested_exception(const _Except& __ex) in _Nested_exception()
83 : _Except(__ex) in _Nested_exception()
86 explicit _Nested_exception(_Except&& __ex) in _Nested_exception()
87 : _Except(static_cast<_Except&&>(__ex)) in _Nested_exception()
/dports/lang/gcc11/gcc-11.2.0/libstdc++-v3/libsupc++/
H A Dnested_exception.h81 template<typename _Except>
82 struct _Nested_exception : public _Except, public nested_exception
84 explicit _Nested_exception(const _Except& __ex) in _Nested_exception()
85 : _Except(__ex) in _Nested_exception()
88 explicit _Nested_exception(_Except&& __ex) in _Nested_exception()
89 : _Except(static_cast<_Except&&>(__ex)) in _Nested_exception()
/dports/lang/gcc10/gcc-10.3.0/libstdc++-v3/libsupc++/
H A Dnested_exception.h81 template<typename _Except>
82 struct _Nested_exception : public _Except, public nested_exception
84 explicit _Nested_exception(const _Except& __ex) in _Nested_exception()
85 : _Except(__ex) in _Nested_exception()
88 explicit _Nested_exception(_Except&& __ex) in _Nested_exception()
89 : _Except(static_cast<_Except&&>(__ex)) in _Nested_exception()
/dports/lang/gcc11-devel/gcc-11-20211009/libstdc++-v3/libsupc++/
H A Dnested_exception.h81 template<typename _Except>
82 struct _Nested_exception : public _Except, public nested_exception
84 explicit _Nested_exception(const _Except& __ex) in _Nested_exception()
85 : _Except(__ex) in _Nested_exception()
88 explicit _Nested_exception(_Except&& __ex) in _Nested_exception()
89 : _Except(static_cast<_Except&&>(__ex)) in _Nested_exception()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/libstdc++-v3/libsupc++/
H A Dnested_exception.h79 template<typename _Except>
80 struct _Nested_exception : public _Except, public nested_exception
82 explicit _Nested_exception(const _Except& __ex) in _Nested_exception()
83 : _Except(__ex) in _Nested_exception()
86 explicit _Nested_exception(_Except&& __ex) in _Nested_exception()
87 : _Except(static_cast<_Except&&>(__ex)) in _Nested_exception()
/dports/devel/avr-gcc/gcc-10.2.0/libstdc++-v3/libsupc++/
H A Dnested_exception.h81 template<typename _Except>
82 struct _Nested_exception : public _Except, public nested_exception
84 explicit _Nested_exception(const _Except& __ex) in _Nested_exception()
85 : _Except(__ex) in _Nested_exception()
88 explicit _Nested_exception(_Except&& __ex) in _Nested_exception()
89 : _Except(static_cast<_Except&&>(__ex)) in _Nested_exception()
/dports/lang/gnat_util/gcc-6-20180516/libstdc++-v3/libsupc++/
H A Dnested_exception.h83 template<typename _Except>
84 struct _Nested_exception : public _Except, public nested_exception
86 explicit _Nested_exception(const _Except& __ex) in _Nested_exception()
87 : _Except(__ex) in _Nested_exception()
90 explicit _Nested_exception(_Except&& __ex) in _Nested_exception()
91 : _Except(static_cast<_Except&&>(__ex)) in _Nested_exception()
/dports/lang/gcc9-devel/gcc-9-20211007/libstdc++-v3/libsupc++/
H A Dnested_exception.h79 template<typename _Except>
80 struct _Nested_exception : public _Except, public nested_exception
82 explicit _Nested_exception(const _Except& __ex) in _Nested_exception()
83 : _Except(__ex) in _Nested_exception()
86 explicit _Nested_exception(_Except&& __ex) in _Nested_exception()
87 : _Except(static_cast<_Except&&>(__ex)) in _Nested_exception()
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/libstdc++-v3/libsupc++/
H A Dnested_exception.h79 template<typename _Except>
80 struct _Nested_exception : public _Except, public nested_exception
82 explicit _Nested_exception(const _Except& __ex) in _Nested_exception()
83 : _Except(__ex) in _Nested_exception()
86 explicit _Nested_exception(_Except&& __ex) in _Nested_exception()
87 : _Except(static_cast<_Except&&>(__ex)) in _Nested_exception()
/dports/lang/gcc9/gcc-9.4.0/libstdc++-v3/libsupc++/
H A Dnested_exception.h79 template<typename _Except>
80 struct _Nested_exception : public _Except, public nested_exception
82 explicit _Nested_exception(const _Except& __ex) in _Nested_exception()
83 : _Except(__ex) in _Nested_exception()
86 explicit _Nested_exception(_Except&& __ex) in _Nested_exception()
87 : _Except(static_cast<_Except&&>(__ex)) in _Nested_exception()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/libstdc++-v3/libsupc++/
H A Dnested_exception.h79 template<typename _Except>
80 struct _Nested_exception : public _Except, public nested_exception
82 explicit _Nested_exception(const _Except& __ex) in _Nested_exception()
83 : _Except(__ex) in _Nested_exception()
86 explicit _Nested_exception(_Except&& __ex) in _Nested_exception()
87 : _Except(static_cast<_Except&&>(__ex)) in _Nested_exception()
/dports/lang/gcc6-aux/gcc-6-20180516/libstdc++-v3/libsupc++/
H A Dnested_exception.h83 template<typename _Except>
84 struct _Nested_exception : public _Except, public nested_exception
86 explicit _Nested_exception(const _Except& __ex) in _Nested_exception()
87 : _Except(__ex) in _Nested_exception()
90 explicit _Nested_exception(_Except&& __ex) in _Nested_exception()
91 : _Except(static_cast<_Except&&>(__ex)) in _Nested_exception()
/dports/devel/riscv64-gcc/gcc-8.3.0/libstdc++-v3/libsupc++/
H A Dnested_exception.h79 template<typename _Except>
80 struct _Nested_exception : public _Except, public nested_exception
82 explicit _Nested_exception(const _Except& __ex) in _Nested_exception()
83 : _Except(__ex) in _Nested_exception()
86 explicit _Nested_exception(_Except&& __ex) in _Nested_exception()
87 : _Except(static_cast<_Except&&>(__ex)) in _Nested_exception()
/dports/lang/gcc10-devel/gcc-10-20211008/libstdc++-v3/libsupc++/
H A Dnested_exception.h81 template<typename _Except>
82 struct _Nested_exception : public _Except, public nested_exception
84 explicit _Nested_exception(const _Except& __ex) in _Nested_exception()
85 : _Except(__ex) in _Nested_exception()
88 explicit _Nested_exception(_Except&& __ex) in _Nested_exception()
89 : _Except(static_cast<_Except&&>(__ex)) in _Nested_exception()
/dports/lang/gcc8/gcc-8.5.0/libstdc++-v3/libsupc++/
H A Dnested_exception.h79 template<typename _Except>
80 struct _Nested_exception : public _Except, public nested_exception
82 explicit _Nested_exception(const _Except& __ex) in _Nested_exception()
83 : _Except(__ex) in _Nested_exception()
86 explicit _Nested_exception(_Except&& __ex) in _Nested_exception()
87 : _Except(static_cast<_Except&&>(__ex)) in _Nested_exception()
/dports/lang/gcc9-aux/bootstrap/include/c++/9.1.0/bits/
H A Dnested_exception.h79 template<typename _Except>
80 struct _Nested_exception : public _Except, public nested_exception
82 explicit _Nested_exception(const _Except& __ex) in _Nested_exception()
83 : _Except(__ex) in _Nested_exception()
86 explicit _Nested_exception(_Except&& __ex) in _Nested_exception()
87 : _Except(static_cast<_Except&&>(__ex)) in _Nested_exception()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/libstdc++-v3/libsupc++/
H A Dnested_exception.h81 template<typename _Except>
82 struct _Nested_exception : public _Except, public nested_exception
84 explicit _Nested_exception(const _Except& __ex) in _Nested_exception()
85 : _Except(__ex) in _Nested_exception()
88 explicit _Nested_exception(_Except&& __ex) in _Nested_exception()
89 : _Except(static_cast<_Except&&>(__ex)) in _Nested_exception()
/dports/lang/gcc9-aux/gcc-9.1.0/libstdc++-v3/libsupc++/
H A Dnested_exception.h79 template<typename _Except>
80 struct _Nested_exception : public _Except, public nested_exception
82 explicit _Nested_exception(const _Except& __ex) in _Nested_exception()
83 : _Except(__ex) in _Nested_exception()
86 explicit _Nested_exception(_Except&& __ex) in _Nested_exception()
87 : _Except(static_cast<_Except&&>(__ex)) in _Nested_exception()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libstdc++-v3/libsupc++/
H A Dnested_exception.h77 template<typename _Except>
78 struct _Nested_exception : public _Except, public nested_exception
80 explicit _Nested_exception(_Except&& __ex) in _Nested_exception()
81 : _Except(static_cast<_Except&&>(__ex)) in _Nested_exception()
/dports/devel/mingw32-gcc/gcc-4.8.1/libstdc++-v3/libsupc++/
H A Dnested_exception.h77 template<typename _Except>
78 struct _Nested_exception : public _Except, public nested_exception
80 explicit _Nested_exception(_Except&& __ex) in _Nested_exception()
81 : _Except(static_cast<_Except&&>(__ex)) in _Nested_exception()
/dports/lang/gcc48/gcc-4.8.5/libstdc++-v3/libsupc++/
H A Dnested_exception.h77 template<typename _Except>
78 struct _Nested_exception : public _Except, public nested_exception
80 explicit _Nested_exception(_Except&& __ex) in _Nested_exception()
81 : _Except(static_cast<_Except&&>(__ex)) in _Nested_exception()
/dports/devel/cpprestsdk/cpprestsdk-2.10.16/Release/include/pplx/
H A Dpplxtasks.h136 exception_ptr make_exception_ptr(_E _Except) in make_exception_ptr() argument
138 return copy_exception(_Except); in make_exception_ptr()
2759 …_E _Except) const // 'const' (even though it's not deep) allows to safely pass events by value int…
2763 return _Cancel(std::make_exception_ptr(_Except), PPLX_CAPTURE_CALLSTACK());
2975 …_E _Except) const // 'const' (even though it's not deep) allows to safely pass events by value int…
2977 return _M_unitEvent._Cancel(std::make_exception_ptr(_Except), PPLX_CAPTURE_CALLSTACK());