/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/libsupc++/ |
A D | exception.h | 61 class exception 64 exception() _GLIBCXX_NOTHROW { } in exception() function 65 virtual ~exception() _GLIBCXX_TXN_SAFE_DYN _GLIBCXX_NOTHROW; 67 exception(const exception&) = default; 68 exception& operator=(const exception&) = default; 69 exception(exception&&) = default; 70 exception& operator=(exception&&) = default;
|
A D | eh_exception.cc | 29 std::exception::~exception() _GLIBCXX_TXN_SAFE_DYN _GLIBCXX_USE_NOEXCEPT { } in ~exception() 40 std::exception::what() const _GLIBCXX_TXN_SAFE_DYN _GLIBCXX_USE_NOEXCEPT in what() 60 _ZGTtNKSt9exceptionD1Ev(const std::exception*) in _ZGTtNKSt9exceptionD1Ev() argument 64 _ZGTtNKSt9exception4whatEv(const std::exception* that) in _ZGTtNKSt9exception4whatEv() 70 return that->std::exception::what(); in _ZGTtNKSt9exception4whatEv()
|
A D | exception | 26 /** @file exception 38 #include <bits/exception.h> 48 /** If an %exception is thrown which is not listed in a function's 49 * %exception specification, one of these may be thrown. 53 class bad_exception : public exception 81 /** The runtime will call this function if %exception handling must be 93 /** The runtime will call this function if an %exception is thrown which 94 * violates the function's %exception specification. */ 99 * exception-declaration in the matching handler or entering `unexpected()` 105 * %exception can result in a call of 1terminate()` [all …]
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-10/libsupc++/ |
A D | exception.h | 60 class exception 63 exception() _GLIBCXX_NOTHROW { } in exception() function 64 virtual ~exception() _GLIBCXX_TXN_SAFE_DYN _GLIBCXX_NOTHROW; 66 exception(const exception&) = default; 67 exception& operator=(const exception&) = default; 68 exception(exception&&) = default; 69 exception& operator=(exception&&) = default;
|
A D | eh_exception.cc | 29 std::exception::~exception() _GLIBCXX_TXN_SAFE_DYN _GLIBCXX_USE_NOEXCEPT { } in ~exception() 40 std::exception::what() const _GLIBCXX_TXN_SAFE_DYN _GLIBCXX_USE_NOEXCEPT in what() 60 _ZGTtNKSt9exceptionD1Ev(const std::exception*) in _ZGTtNKSt9exceptionD1Ev() argument 64 _ZGTtNKSt9exception4whatEv(const std::exception* that) in _ZGTtNKSt9exception4whatEv() 70 return that->std::exception::what(); in _ZGTtNKSt9exception4whatEv()
|
A D | exception | 26 /** @file exception 38 #include <bits/exception.h> 48 /** If an %exception is thrown which is not listed in a function's 49 * %exception specification, one of these may be thrown. */ 50 class bad_exception : public exception 78 /** The runtime will call this function if %exception handling must be 90 /** The runtime will call this function if an %exception is thrown which 91 * violates the function's %exception specification. */ 96 * exception-declaration in the matching handler or entering @c unexpected() 102 * %exception can result in a call of @c terminate() [all …]
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/libsupc++/ |
A D | exception.h | 60 class exception 63 exception() _GLIBCXX_NOTHROW { } in exception() function 64 virtual ~exception() _GLIBCXX_TXN_SAFE_DYN _GLIBCXX_NOTHROW; 66 exception(const exception&) = default; 67 exception& operator=(const exception&) = default; 68 exception(exception&&) = default; 69 exception& operator=(exception&&) = default;
|
A D | eh_exception.cc | 29 std::exception::~exception() _GLIBCXX_TXN_SAFE_DYN _GLIBCXX_USE_NOEXCEPT { } in ~exception() 40 std::exception::what() const _GLIBCXX_TXN_SAFE_DYN _GLIBCXX_USE_NOEXCEPT in what() 60 _ZGTtNKSt9exceptionD1Ev(const std::exception*) in _ZGTtNKSt9exceptionD1Ev() argument 64 _ZGTtNKSt9exception4whatEv(const std::exception* that) in _ZGTtNKSt9exception4whatEv() 70 return that->std::exception::what(); in _ZGTtNKSt9exception4whatEv()
|
A D | exception | 26 /** @file exception 38 #include <bits/exception.h> 44 /** If an %exception is thrown which is not listed in a function's 45 * %exception specification, one of these may be thrown. */ 46 class bad_exception : public exception 74 /** The runtime will call this function if %exception handling must be 86 /** The runtime will call this function if an %exception is thrown which 87 * violates the function's %exception specification. */ 92 * exception-declaration in the matching handler or entering @c unexpected() 98 * %exception can result in a call of @c terminate() [all …]
|
/l4re-core-master/l4re/include/ |
A D | error_helper | 37 * \brief Generate C++ exception 40 * \param extra Optional text for exception (default "") 42 * This function throws an L4 exception. The exact exception type depends on 58 * \brief Generate C++ exception on error 61 * \param extra Optional text for exception (default "") 77 * \brief Generate C++ exception on error 80 * \param extra Optional text for exception (default "") 101 * \brief Generate C++ exception on error 105 * \param extra Optional text for exception (default "") 127 * Check for valid capability or raise C++ exception [all …]
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-8/libsupc++/ |
A D | eh_exception.cc | 29 std::exception::~exception() _GLIBCXX_TXN_SAFE_DYN _GLIBCXX_USE_NOEXCEPT { } in ~exception() 40 std::exception::what() const _GLIBCXX_TXN_SAFE_DYN _GLIBCXX_USE_NOEXCEPT in what() 60 _ZGTtNKSt9exceptionD1Ev(const std::exception*) in _ZGTtNKSt9exceptionD1Ev() argument 64 _ZGTtNKSt9exception4whatEv(const std::exception* that) in _ZGTtNKSt9exception4whatEv() 70 return that->std::exception::what(); in _ZGTtNKSt9exception4whatEv()
|
A D | exception | 26 /** @file exception 38 #include <bits/exception.h> 44 /** If an %exception is thrown which is not listed in a function's 45 * %exception specification, one of these may be thrown. */ 46 class bad_exception : public exception 74 /** The runtime will call this function if %exception handling must be 86 /** The runtime will call this function if an %exception is thrown which 87 * violates the function's %exception specification. */ 92 * exception-declaration in the matching handler or entering @c unexpected() 98 * %exception can result in a call of @c terminate() [all …]
|
A D | exception.h | 60 class exception 63 exception() _GLIBCXX_USE_NOEXCEPT { } in exception() function 64 virtual ~exception() _GLIBCXX_TXN_SAFE_DYN _GLIBCXX_USE_NOEXCEPT;
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-6/libsupc++/ |
A D | eh_exception.cc | 29 std::exception::~exception() _GLIBCXX_TXN_SAFE_DYN _GLIBCXX_USE_NOEXCEPT { } in ~exception() 40 std::exception::what() const _GLIBCXX_TXN_SAFE_DYN _GLIBCXX_USE_NOEXCEPT in what() 60 _ZGTtNKSt9exceptionD1Ev(const std::exception*) in _ZGTtNKSt9exceptionD1Ev() argument 64 _ZGTtNKSt9exception4whatEv(const std::exception* that) in _ZGTtNKSt9exception4whatEv() 70 return that->std::exception::what(); in _ZGTtNKSt9exception4whatEv()
|
A D | exception | 26 /** @file exception 48 * Classes and functions for reporting errors via exception classes. 57 * your own %exception classes, or use a different hierarchy, or to 60 class exception 63 exception() _GLIBCXX_USE_NOEXCEPT { } 64 virtual ~exception() _GLIBCXX_TXN_SAFE_DYN _GLIBCXX_USE_NOEXCEPT; 72 /** If an %exception is thrown which is not listed in a function's 73 * %exception specification, one of these may be thrown. */ 74 class bad_exception : public exception 115 * violates the function's %exception specification. */ [all …]
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-7/libsupc++/ |
A D | eh_exception.cc | 29 std::exception::~exception() _GLIBCXX_TXN_SAFE_DYN _GLIBCXX_USE_NOEXCEPT { } in ~exception() 40 std::exception::what() const _GLIBCXX_TXN_SAFE_DYN _GLIBCXX_USE_NOEXCEPT in what() 60 _ZGTtNKSt9exceptionD1Ev(const std::exception*) in _ZGTtNKSt9exceptionD1Ev() argument 64 _ZGTtNKSt9exception4whatEv(const std::exception* that) in _ZGTtNKSt9exception4whatEv() 70 return that->std::exception::what(); in _ZGTtNKSt9exception4whatEv()
|
A D | exception | 26 /** @file exception 38 #include <bits/exception.h> 44 /** If an %exception is thrown which is not listed in a function's 45 * %exception specification, one of these may be thrown. */ 46 class bad_exception : public exception 74 /** The runtime will call this function if %exception handling must be 86 /** The runtime will call this function if an %exception is thrown which 87 * violates the function's %exception specification. */ 92 * exception-declaration in the matching handler or entering @c unexpected() 98 * %exception can result in a call of @c terminate() [all …]
|
A D | exception.h | 60 class exception 63 exception() _GLIBCXX_USE_NOEXCEPT { } in exception() function 64 virtual ~exception() _GLIBCXX_TXN_SAFE_DYN _GLIBCXX_USE_NOEXCEPT;
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-5/libsupc++/ |
A D | exception | 26 /** @file exception 48 * Classes and functions for reporting errors via exception classes. 57 * your own %exception classes, or use a different hierarchy, or to 60 class exception 63 exception() _GLIBCXX_USE_NOEXCEPT { } 64 virtual ~exception() _GLIBCXX_USE_NOEXCEPT; 71 /** If an %exception is thrown which is not listed in a function's 72 * %exception specification, one of these may be thrown. */ 73 class bad_exception : public exception 113 * violates the function's %exception specification. */ [all …]
|
A D | eh_exception.cc | 29 std::exception::~exception() _GLIBCXX_USE_NOEXCEPT { } in ~exception() 38 std::exception::what() const _GLIBCXX_USE_NOEXCEPT in what()
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-4.9/libsupc++/ |
A D | exception | 26 /** @file exception 48 * Classes and functions for reporting errors via exception classes. 57 * your own %exception classes, or use a different hierarchy, or to 60 class exception 63 exception() _GLIBCXX_USE_NOEXCEPT { } 64 virtual ~exception() _GLIBCXX_USE_NOEXCEPT; 71 /** If an %exception is thrown which is not listed in a function's 72 * %exception specification, one of these may be thrown. */ 73 class bad_exception : public exception 113 * violates the function's %exception specification. */ [all …]
|
A D | eh_exception.cc | 29 std::exception::~exception() _GLIBCXX_USE_NOEXCEPT { } in ~exception() 38 std::exception::what() const _GLIBCXX_USE_NOEXCEPT in what()
|
/l4re-core-master/l4sys/include/ |
A D | exception | 13 * As a special exception, you may use this file as part of a free software 18 * the GNU General Public License. This exception does not however 35 * This class defines the interface for handling exception IPC. When an 36 * exception occurs during program execution, for example due to a division by 37 * zero, the kernel will synthesise an exception IPC and send it to the 38 * thread's exception handler, who can then handle it. 40 * The exception handler is set with the L4::Thread::control interface. 52 * \param[out] fp Optional flex-page to resolve the exception. 58 l4_msgtag_t, exception, (L4::Ipc::In_out<l4_exc_regs_t *> regs,
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/include/ext/ |
A D | concurrence.h | 64 class __concurrence_lock_error : public std::exception in _GLIBCXX_VISIBILITY() 72 class __concurrence_unlock_error : public std::exception in _GLIBCXX_VISIBILITY() 80 class __concurrence_broadcast_error : public std::exception in _GLIBCXX_VISIBILITY() 88 class __concurrence_wait_error : public std::exception in _GLIBCXX_VISIBILITY()
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-8/include/ext/ |
A D | concurrence.h | 67 class __concurrence_lock_error : public std::exception in _GLIBCXX_VISIBILITY() 75 class __concurrence_unlock_error : public std::exception in _GLIBCXX_VISIBILITY() 83 class __concurrence_broadcast_error : public std::exception in _GLIBCXX_VISIBILITY() 91 class __concurrence_wait_error : public std::exception in _GLIBCXX_VISIBILITY()
|