OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:_Nested_exception
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/libstdc++-v3/libsupc++/
nested_exception.h
92
struct
_Nested_exception
: public _Except, public nested_exception
94
explicit
_Nested_exception
(const _Except& __ex)
98
explicit
_Nested_exception
(_Except&& __ex)
112
throw
_Nested_exception
<__remove_cvref_t<_Tp>>{std::forward<_Tp>(__t)};
160
throw
_Nested_exception
<_Up>{std::forward<_Tp>(__t)};
/src/external/gpl3/gcc.old/dist/libstdc++-v3/libsupc++/
nested_exception.h
82
struct
_Nested_exception
: public _Except, public nested_exception
84
explicit
_Nested_exception
(const _Except& __ex)
88
explicit
_Nested_exception
(_Except&& __ex)
102
throw
_Nested_exception
<_Up>{std::forward<_Tp>(__t)};
Completed in 15 milliseconds
Indexes created Sun May 03 00:22:47 UTC 2026