Home
last modified time | relevance | path

Searched refs:nested_exception (Results 1 – 25 of 695) sorted by relevance

12345678910>>...28

/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libstdc++-v3/libsupc++/
H A Dnested_exception.h55 class nested_exception
62 nested_exception(const nested_exception&) = default;
64 nested_exception& operator=(const nested_exception&) = default;
66 virtual ~nested_exception() noexcept;
88 static const nested_exception*
96 static const nested_exception*
98 { return dynamic_cast<const nested_exception*>(__ex); }
102 inline const nested_exception*
108 __throw_with_nested(_Ex&&, const nested_exception* = 0)
120 __throw_with_nested(_Ex&& __ex, const nested_exception*)
[all …]
/dports/devel/mingw32-gcc/gcc-4.8.1/libstdc++-v3/libsupc++/
H A Dnested_exception.h55 class nested_exception
62 nested_exception(const nested_exception&) = default;
64 nested_exception& operator=(const nested_exception&) = default;
66 virtual ~nested_exception() noexcept;
88 static const nested_exception*
96 static const nested_exception*
98 { return dynamic_cast<const nested_exception*>(__ex); }
102 inline const nested_exception*
108 __throw_with_nested(_Ex&&, const nested_exception* = 0)
120 __throw_with_nested(_Ex&& __ex, const nested_exception*)
[all …]
/dports/lang/gcc48/gcc-4.8.5/libstdc++-v3/libsupc++/
H A Dnested_exception.h55 class nested_exception
62 nested_exception(const nested_exception&) = default;
64 nested_exception& operator=(const nested_exception&) = default;
66 virtual ~nested_exception() noexcept;
88 static const nested_exception*
96 static const nested_exception*
98 { return dynamic_cast<const nested_exception*>(__ex); }
102 inline const nested_exception*
108 __throw_with_nested(_Ex&&, const nested_exception* = 0)
120 __throw_with_nested(_Ex&& __ex, const nested_exception*)
[all …]
/dports/lang/gcc12-devel/gcc-12-20211205/libstdc++-v3/libsupc++/
H A Dnested_exception.h52 class nested_exception
57 nested_exception() noexcept : _M_ptr(current_exception()) { } in nested_exception() function
59 nested_exception(const nested_exception&) noexcept = default;
61 nested_exception& operator=(const nested_exception&) noexcept = default;
63 virtual ~nested_exception() noexcept;
82 struct _Nested_exception : public _Except, public nested_exception
126 __not_<is_base_of<nested_exception, _Up>>>; in throw_with_nested()
136 __or_<__not_<is_base_of<nested_exception, _Tp>>,
137 is_convertible<_Tp*, nested_exception*>>>::value
145 if (auto __ne_ptr = dynamic_cast<const nested_exception*>(__ptr)) in __rethrow_if_nested_impl()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/libstdc++-v3/libsupc++/
H A Dnested_exception.h52 class nested_exception
57 nested_exception() noexcept : _M_ptr(current_exception()) { } in nested_exception() function
59 nested_exception(const nested_exception&) noexcept = default;
61 nested_exception& operator=(const nested_exception&) noexcept = default;
63 virtual ~nested_exception() noexcept;
80 struct _Nested_exception : public _Except, public nested_exception
122 __not_<is_base_of<nested_exception, _Up>>>; in throw_with_nested()
130 __or_<__not_<is_base_of<nested_exception, _Tp>>,
131 is_convertible<_Tp*, nested_exception*>>>::value
139 if (auto __ne_ptr = dynamic_cast<const nested_exception*>(__ptr)) in __rethrow_if_nested_impl()
/dports/lang/gcc11/gcc-11.2.0/libstdc++-v3/libsupc++/
H A Dnested_exception.h52 class nested_exception
57 nested_exception() noexcept : _M_ptr(current_exception()) { } in nested_exception() function
59 nested_exception(const nested_exception&) noexcept = default;
61 nested_exception& operator=(const nested_exception&) noexcept = default;
63 virtual ~nested_exception() noexcept;
82 struct _Nested_exception : public _Except, public nested_exception
126 __not_<is_base_of<nested_exception, _Up>>>; in throw_with_nested()
136 __or_<__not_<is_base_of<nested_exception, _Tp>>,
137 is_convertible<_Tp*, nested_exception*>>>::value
145 if (auto __ne_ptr = dynamic_cast<const nested_exception*>(__ptr)) in __rethrow_if_nested_impl()
/dports/lang/gcc10/gcc-10.3.0/libstdc++-v3/libsupc++/
H A Dnested_exception.h52 class nested_exception
57 nested_exception() noexcept : _M_ptr(current_exception()) { } in nested_exception() function
59 nested_exception(const nested_exception&) noexcept = default;
61 nested_exception& operator=(const nested_exception&) noexcept = default;
63 virtual ~nested_exception() noexcept;
82 struct _Nested_exception : public _Except, public nested_exception
126 __not_<is_base_of<nested_exception, _Up>>>; in throw_with_nested()
136 __or_<__not_<is_base_of<nested_exception, _Tp>>,
137 is_convertible<_Tp*, nested_exception*>>>::value
145 if (auto __ne_ptr = dynamic_cast<const nested_exception*>(__ptr)) in __rethrow_if_nested_impl()
/dports/lang/gcc11-devel/gcc-11-20211009/libstdc++-v3/libsupc++/
H A Dnested_exception.h52 class nested_exception
57 nested_exception() noexcept : _M_ptr(current_exception()) { } in nested_exception() function
59 nested_exception(const nested_exception&) noexcept = default;
61 nested_exception& operator=(const nested_exception&) noexcept = default;
63 virtual ~nested_exception() noexcept;
82 struct _Nested_exception : public _Except, public nested_exception
126 __not_<is_base_of<nested_exception, _Up>>>; in throw_with_nested()
136 __or_<__not_<is_base_of<nested_exception, _Tp>>,
137 is_convertible<_Tp*, nested_exception*>>>::value
145 if (auto __ne_ptr = dynamic_cast<const nested_exception*>(__ptr)) in __rethrow_if_nested_impl()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/libstdc++-v3/libsupc++/
H A Dnested_exception.h52 class nested_exception
57 nested_exception() noexcept : _M_ptr(current_exception()) { } in nested_exception() function
59 nested_exception(const nested_exception&) noexcept = default;
61 nested_exception& operator=(const nested_exception&) noexcept = default;
63 virtual ~nested_exception() noexcept;
80 struct _Nested_exception : public _Except, public nested_exception
122 __not_<is_base_of<nested_exception, _Up>>>; in throw_with_nested()
130 __or_<__not_<is_base_of<nested_exception, _Tp>>,
131 is_convertible<_Tp*, nested_exception*>>>::value
139 if (auto __ne_ptr = dynamic_cast<const nested_exception*>(__ptr)) in __rethrow_if_nested_impl()
/dports/devel/avr-gcc/gcc-10.2.0/libstdc++-v3/libsupc++/
H A Dnested_exception.h52 class nested_exception
57 nested_exception() noexcept : _M_ptr(current_exception()) { } in nested_exception() function
59 nested_exception(const nested_exception&) noexcept = default;
61 nested_exception& operator=(const nested_exception&) noexcept = default;
63 virtual ~nested_exception() noexcept;
82 struct _Nested_exception : public _Except, public nested_exception
126 __not_<is_base_of<nested_exception, _Up>>>; in throw_with_nested()
136 __or_<__not_<is_base_of<nested_exception, _Tp>>,
137 is_convertible<_Tp*, nested_exception*>>>::value
145 if (auto __ne_ptr = dynamic_cast<const nested_exception*>(__ptr)) in __rethrow_if_nested_impl()
/dports/lang/gnat_util/gcc-6-20180516/libstdc++-v3/libsupc++/
H A Dnested_exception.h56 class nested_exception
61 nested_exception() noexcept : _M_ptr(current_exception()) { } in nested_exception() function
63 nested_exception(const nested_exception&) noexcept = default;
65 nested_exception& operator=(const nested_exception&) noexcept = default;
67 virtual ~nested_exception() noexcept;
84 struct _Nested_exception : public _Except, public nested_exception
124 __not_<is_base_of<nested_exception, _Up>>>; in throw_with_nested()
132 __or_<__not_<is_base_of<nested_exception, _Tp>>,
133 is_convertible<_Tp*, nested_exception*>>>::value
141 if (auto __ne_ptr = dynamic_cast<const nested_exception*>(__ptr)) in __rethrow_if_nested_impl()
/dports/lang/gcc9-devel/gcc-9-20211007/libstdc++-v3/libsupc++/
H A Dnested_exception.h52 class nested_exception
57 nested_exception() noexcept : _M_ptr(current_exception()) { } in nested_exception() function
59 nested_exception(const nested_exception&) noexcept = default;
61 nested_exception& operator=(const nested_exception&) noexcept = default;
63 virtual ~nested_exception() noexcept;
80 struct _Nested_exception : public _Except, public nested_exception
122 __not_<is_base_of<nested_exception, _Up>>>; in throw_with_nested()
130 __or_<__not_<is_base_of<nested_exception, _Tp>>,
131 is_convertible<_Tp*, nested_exception*>>>::value
139 if (auto __ne_ptr = dynamic_cast<const nested_exception*>(__ptr)) in __rethrow_if_nested_impl()
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/libstdc++-v3/libsupc++/
H A Dnested_exception.h52 class nested_exception
57 nested_exception() noexcept : _M_ptr(current_exception()) { } in nested_exception() function
59 nested_exception(const nested_exception&) noexcept = default;
61 nested_exception& operator=(const nested_exception&) noexcept = default;
63 virtual ~nested_exception() noexcept;
80 struct _Nested_exception : public _Except, public nested_exception
122 __not_<is_base_of<nested_exception, _Up>>>; in throw_with_nested()
130 __or_<__not_<is_base_of<nested_exception, _Tp>>,
131 is_convertible<_Tp*, nested_exception*>>>::value
139 if (auto __ne_ptr = dynamic_cast<const nested_exception*>(__ptr)) in __rethrow_if_nested_impl()
/dports/lang/gcc9/gcc-9.4.0/libstdc++-v3/libsupc++/
H A Dnested_exception.h52 class nested_exception
57 nested_exception() noexcept : _M_ptr(current_exception()) { } in nested_exception() function
59 nested_exception(const nested_exception&) noexcept = default;
61 nested_exception& operator=(const nested_exception&) noexcept = default;
63 virtual ~nested_exception() noexcept;
80 struct _Nested_exception : public _Except, public nested_exception
122 __not_<is_base_of<nested_exception, _Up>>>; in throw_with_nested()
130 __or_<__not_<is_base_of<nested_exception, _Tp>>,
131 is_convertible<_Tp*, nested_exception*>>>::value
139 if (auto __ne_ptr = dynamic_cast<const nested_exception*>(__ptr)) in __rethrow_if_nested_impl()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/libstdc++-v3/libsupc++/
H A Dnested_exception.h52 class nested_exception
57 nested_exception() noexcept : _M_ptr(current_exception()) { } in nested_exception() function
59 nested_exception(const nested_exception&) noexcept = default;
61 nested_exception& operator=(const nested_exception&) noexcept = default;
63 virtual ~nested_exception() noexcept;
80 struct _Nested_exception : public _Except, public nested_exception
122 __not_<is_base_of<nested_exception, _Up>>>; in throw_with_nested()
130 __or_<__not_<is_base_of<nested_exception, _Tp>>,
131 is_convertible<_Tp*, nested_exception*>>>::value
139 if (auto __ne_ptr = dynamic_cast<const nested_exception*>(__ptr)) in __rethrow_if_nested_impl()
/dports/lang/gcc6-aux/gcc-6-20180516/libstdc++-v3/libsupc++/
H A Dnested_exception.h56 class nested_exception
61 nested_exception() noexcept : _M_ptr(current_exception()) { } in nested_exception() function
63 nested_exception(const nested_exception&) noexcept = default;
65 nested_exception& operator=(const nested_exception&) noexcept = default;
67 virtual ~nested_exception() noexcept;
84 struct _Nested_exception : public _Except, public nested_exception
124 __not_<is_base_of<nested_exception, _Up>>>; in throw_with_nested()
132 __or_<__not_<is_base_of<nested_exception, _Tp>>,
133 is_convertible<_Tp*, nested_exception*>>>::value
141 if (auto __ne_ptr = dynamic_cast<const nested_exception*>(__ptr)) in __rethrow_if_nested_impl()
/dports/devel/riscv64-gcc/gcc-8.3.0/libstdc++-v3/libsupc++/
H A Dnested_exception.h52 class nested_exception
57 nested_exception() noexcept : _M_ptr(current_exception()) { } in nested_exception() function
59 nested_exception(const nested_exception&) noexcept = default;
61 nested_exception& operator=(const nested_exception&) noexcept = default;
63 virtual ~nested_exception() noexcept;
80 struct _Nested_exception : public _Except, public nested_exception
122 __not_<is_base_of<nested_exception, _Up>>>; in throw_with_nested()
130 __or_<__not_<is_base_of<nested_exception, _Tp>>,
131 is_convertible<_Tp*, nested_exception*>>>::value
139 if (auto __ne_ptr = dynamic_cast<const nested_exception*>(__ptr)) in __rethrow_if_nested_impl()
/dports/lang/gcc10-devel/gcc-10-20211008/libstdc++-v3/libsupc++/
H A Dnested_exception.h52 class nested_exception
57 nested_exception() noexcept : _M_ptr(current_exception()) { } in nested_exception() function
59 nested_exception(const nested_exception&) noexcept = default;
61 nested_exception& operator=(const nested_exception&) noexcept = default;
63 virtual ~nested_exception() noexcept;
82 struct _Nested_exception : public _Except, public nested_exception
126 __not_<is_base_of<nested_exception, _Up>>>; in throw_with_nested()
136 __or_<__not_<is_base_of<nested_exception, _Tp>>,
137 is_convertible<_Tp*, nested_exception*>>>::value
145 if (auto __ne_ptr = dynamic_cast<const nested_exception*>(__ptr)) in __rethrow_if_nested_impl()
/dports/lang/gcc8/gcc-8.5.0/libstdc++-v3/libsupc++/
H A Dnested_exception.h52 class nested_exception
57 nested_exception() noexcept : _M_ptr(current_exception()) { } in nested_exception() function
59 nested_exception(const nested_exception&) noexcept = default;
61 nested_exception& operator=(const nested_exception&) noexcept = default;
63 virtual ~nested_exception() noexcept;
80 struct _Nested_exception : public _Except, public nested_exception
122 __not_<is_base_of<nested_exception, _Up>>>; in throw_with_nested()
130 __or_<__not_<is_base_of<nested_exception, _Tp>>,
131 is_convertible<_Tp*, nested_exception*>>>::value
139 if (auto __ne_ptr = dynamic_cast<const nested_exception*>(__ptr)) in __rethrow_if_nested_impl()
/dports/lang/gcc9-aux/bootstrap/include/c++/9.1.0/bits/
H A Dnested_exception.h52 class nested_exception
57 nested_exception() noexcept : _M_ptr(current_exception()) { } in nested_exception() function
59 nested_exception(const nested_exception&) noexcept = default;
61 nested_exception& operator=(const nested_exception&) noexcept = default;
63 virtual ~nested_exception() noexcept;
80 struct _Nested_exception : public _Except, public nested_exception
122 __not_<is_base_of<nested_exception, _Up>>>; in throw_with_nested()
130 __or_<__not_<is_base_of<nested_exception, _Tp>>,
131 is_convertible<_Tp*, nested_exception*>>>::value
139 if (auto __ne_ptr = dynamic_cast<const nested_exception*>(__ptr)) in __rethrow_if_nested_impl()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/libstdc++-v3/libsupc++/
H A Dnested_exception.h52 class nested_exception
57 nested_exception() noexcept : _M_ptr(current_exception()) { } in nested_exception() function
59 nested_exception(const nested_exception&) noexcept = default;
61 nested_exception& operator=(const nested_exception&) noexcept = default;
63 virtual ~nested_exception() noexcept;
82 struct _Nested_exception : public _Except, public nested_exception
126 __not_<is_base_of<nested_exception, _Up>>>; in throw_with_nested()
136 __or_<__not_<is_base_of<nested_exception, _Tp>>,
137 is_convertible<_Tp*, nested_exception*>>>::value
145 if (auto __ne_ptr = dynamic_cast<const nested_exception*>(__ptr)) in __rethrow_if_nested_impl()
/dports/lang/gcc9-aux/gcc-9.1.0/libstdc++-v3/libsupc++/
H A Dnested_exception.h52 class nested_exception
57 nested_exception() noexcept : _M_ptr(current_exception()) { } in nested_exception() function
59 nested_exception(const nested_exception&) noexcept = default;
61 nested_exception& operator=(const nested_exception&) noexcept = default;
63 virtual ~nested_exception() noexcept;
80 struct _Nested_exception : public _Except, public nested_exception
122 __not_<is_base_of<nested_exception, _Up>>>; in throw_with_nested()
130 __or_<__not_<is_base_of<nested_exception, _Tp>>,
131 is_convertible<_Tp*, nested_exception*>>>::value
139 if (auto __ne_ptr = dynamic_cast<const nested_exception*>(__ptr)) in __rethrow_if_nested_impl()
/dports/lang/gcc6-aux/bootstrap/include/c++/5.1.0/bits/
H A Dnested_exception.h55 class nested_exception
60 nested_exception() noexcept : _M_ptr(current_exception()) { } in nested_exception() function
62 nested_exception(const nested_exception&) noexcept = default;
64 nested_exception& operator=(const nested_exception&) noexcept = default;
66 virtual ~nested_exception() noexcept;
83 struct _Nested_exception : public _Except, public nested_exception
95 bool __with_nested = !__is_base_of(nested_exception, _Tp)>
145 if (auto __tp = dynamic_cast<const nested_exception*>(&__t))
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/libcxx/include/
H A Dexception59 class nested_exception
62 nested_exception() noexcept;
63 nested_exception(const nested_exception&) noexcept = default;
64 nested_exception& operator=(const nested_exception&) noexcept = default;
65 virtual ~nested_exception() = default;
235 // nested_exception
241 nested_exception() _NOEXCEPT;
242 // nested_exception(const nested_exception&) noexcept = default;
243 // nested_exception& operator=(const nested_exception&) noexcept = default;
254 public nested_exception
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/libcxx/include/
H A Dexception59 class nested_exception
62 nested_exception() noexcept;
63 nested_exception(const nested_exception&) noexcept = default;
64 nested_exception& operator=(const nested_exception&) noexcept = default;
65 virtual ~nested_exception() = default;
232 // nested_exception
238 nested_exception() _NOEXCEPT;
239 // nested_exception(const nested_exception&) noexcept = default;
240 // nested_exception& operator=(const nested_exception&) noexcept = default;
251 public nested_exception
[all …]

12345678910>>...28