Home
last modified time | relevance | path

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

1234

/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-4.9/libsupc++/
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 …]
A Dnested_exception.cc29 nested_exception::~nested_exception() noexcept = default;
A DMakefile.am38 exception_defines.h exception_ptr.h hash_bytes.h nested_exception.h
83 nested_exception.cc \
158 nested_exception.lo: nested_exception.cc
160 nested_exception.o: nested_exception.cc
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-7/libsupc++/
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
120 __not_<is_base_of<nested_exception, _Up>>>; in throw_with_nested()
128 __or_<__not_<is_base_of<nested_exception, _Tp>>,
129 is_convertible<_Tp*, nested_exception*>>>::value
137 if (auto __ne_ptr = dynamic_cast<const nested_exception*>(__ptr)) in __rethrow_if_nested_impl()
A Dnested_exception.cc28 nested_exception::~nested_exception() noexcept = default;
A DMakefile.am38 …exception_defines.h exception_ptr.h hash_bytes.h nested_exception.h exception.h cxxabi_init_except…
85 nested_exception.cc \
172 nested_exception.lo: nested_exception.cc
174 nested_exception.o: nested_exception.cc
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-8/libsupc++/
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()
A Dnested_exception.cc28 nested_exception::~nested_exception() noexcept = default;
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-6/libsupc++/
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()
A Dnested_exception.cc29 nested_exception::~nested_exception() noexcept = default;
A DMakefile.am38 exception_defines.h exception_ptr.h hash_bytes.h nested_exception.h
85 nested_exception.cc \
162 nested_exception.lo: nested_exception.cc
164 nested_exception.o: nested_exception.cc
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/libsupc++/
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()
A Dnested_exception.cc28 nested_exception::~nested_exception() noexcept = default;
A DMakefile.am38 …exception_defines.h exception_ptr.h hash_bytes.h nested_exception.h exception.h cxxabi_init_except…
86 nested_exception.cc \
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-10/libsupc++/
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()
A Dnested_exception.cc28 nested_exception::~nested_exception() noexcept = default;
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/libsupc++/
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()
A Dnested_exception.cc28 nested_exception::~nested_exception() noexcept = default;
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-5/libsupc++/
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))
A Dnested_exception.cc29 nested_exception::~nested_exception() noexcept = default;
A DMakefile.am38 exception_defines.h exception_ptr.h hash_bytes.h nested_exception.h
85 nested_exception.cc \
162 nested_exception.lo: nested_exception.cc
164 nested_exception.o: nested_exception.cc
/l4re-core-master/libsupc++/build/
A DMakefile-4.97 nested_exception.cc \
A DMakefile-728 nested_exception.cc \
A DMakefile-828 nested_exception.cc \
A DMakefile-59 nested_exception.cc \

Completed in 33 milliseconds

1234