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
1
// Nested Exception support header (
nested_exception
class) for -*- C++ -*-
25
/** @file bits/
nested_exception
.h
59
class
nested_exception
class
65
nested_exception
() noexcept : _M_ptr(current_exception()) { }
67
nested_exception
(const
nested_exception
&) noexcept = default;
69
nested_exception
& operator=(const
nested_exception
&) noexcept = default;
71
virtual ~
nested_exception
() noexcept;
92
struct _Nested_exception : public _Except, public
nested_exception
[
all
...]
/src/external/gpl3/gcc.old/dist/libstdc++-v3/libsupc++/
nested_exception.h
1
// Nested Exception support header (
nested_exception
class) for -*- C++ -*-
25
/** @file bits/
nested_exception
.h
52
class
nested_exception
class in namespace:std
57
nested_exception
() noexcept : _M_ptr(current_exception()) { }
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
[
all
...]
Completed in 15 milliseconds
Indexes created Mon May 04 00:23:20 UTC 2026