Home
last modified time | relevance | path

Searched refs:exception_ptr (Results 1 – 17 of 17) sorted by relevance

/dflybsd-src/contrib/gcc-8.0/libstdc++-v3/libsupc++/
H A Dexception_ptr.h54 class exception_ptr; variable
57 using __exception_ptr::exception_ptr;
63 exception_ptr current_exception() _GLIBCXX_USE_NOEXCEPT;
66 exception_ptr make_exception_ptr(_Ex) _GLIBCXX_USE_NOEXCEPT;
69 void rethrow_exception(exception_ptr) __attribute__ ((__noreturn__));
79 class exception_ptr
83 explicit exception_ptr(void* __e) _GLIBCXX_USE_NOEXCEPT;
90 friend exception_ptr std::current_exception() _GLIBCXX_USE_NOEXCEPT;
91 friend void std::rethrow_exception(exception_ptr);
93 friend exception_ptr std::make_exception_ptr(_Ex) _GLIBCXX_USE_NOEXCEPT;
[all …]
H A Deh_ptr.cc64 std::__exception_ptr::exception_ptr::exception_ptr() noexcept in exception_ptr() function in std::__exception_ptr::exception_ptr
68 std::__exception_ptr::exception_ptr::exception_ptr(void* obj) noexcept in exception_ptr() function in std::__exception_ptr::exception_ptr
72 std::__exception_ptr::exception_ptr::exception_ptr(__safe_bool) noexcept in exception_ptr() function in std::__exception_ptr::exception_ptr
77 exception_ptr::exception_ptr(const exception_ptr& other) noexcept in exception_ptr() function in std::__exception_ptr::exception_ptr
82 std::__exception_ptr::exception_ptr::~exception_ptr() noexcept in ~exception_ptr()
86 std::__exception_ptr::exception_ptr&
88 exception_ptr::operator=(const exception_ptr& other) noexcept in operator =()
90 exception_ptr(other).swap(*this); in operator =()
96 std::__exception_ptr::exception_ptr::_M_addref() noexcept in _M_addref()
108 std::__exception_ptr::exception_ptr::_M_release() noexcept in _M_release()
[all …]
H A Dnested_exception.h54 exception_ptr _M_ptr;
74 exception_ptr
H A Dexception143 #include <bits/exception_ptr.h>
/dflybsd-src/contrib/gcc-4.7/libstdc++-v3/libsupc++/
H A Dexception_ptr.h55 class exception_ptr; variable
58 using __exception_ptr::exception_ptr;
64 exception_ptr current_exception() _GLIBCXX_USE_NOEXCEPT;
67 void rethrow_exception(exception_ptr) __attribute__ ((__noreturn__));
75 class exception_ptr
79 explicit exception_ptr(void* __e) _GLIBCXX_USE_NOEXCEPT;
86 friend exception_ptr std::current_exception() _GLIBCXX_USE_NOEXCEPT;
87 friend void std::rethrow_exception(exception_ptr);
90 exception_ptr() _GLIBCXX_USE_NOEXCEPT;
92 exception_ptr(const exception_ptr&) _GLIBCXX_USE_NOEXCEPT;
[all …]
H A Deh_ptr.cc38 std::__exception_ptr::exception_ptr::exception_ptr() _GLIBCXX_USE_NOEXCEPT in exception_ptr() function in std::__exception_ptr::exception_ptr
42 std::__exception_ptr::exception_ptr::exception_ptr(void* obj) in exception_ptr() function in std::__exception_ptr::exception_ptr
47 std::__exception_ptr::exception_ptr::exception_ptr(__safe_bool) in exception_ptr() function in std::__exception_ptr::exception_ptr
53 exception_ptr::exception_ptr(const exception_ptr& other) _GLIBCXX_USE_NOEXCEPT in exception_ptr() function in std::__exception_ptr::exception_ptr
58 std::__exception_ptr::exception_ptr::~exception_ptr() _GLIBCXX_USE_NOEXCEPT in ~exception_ptr()
62 std::__exception_ptr::exception_ptr&
64 exception_ptr::operator=(const exception_ptr& other) _GLIBCXX_USE_NOEXCEPT in operator =()
66 exception_ptr(other).swap(*this); in operator =()
72 std::__exception_ptr::exception_ptr::_M_addref() _GLIBCXX_USE_NOEXCEPT in _M_addref()
84 std::__exception_ptr::exception_ptr::_M_release() _GLIBCXX_USE_NOEXCEPT in _M_release()
[all …]
H A Dnested_exception.h57 exception_ptr _M_ptr;
72 exception_ptr
H A DMakefile.am39 exception_defines.h exception_ptr.h hash_bytes.h nested_exception.h
H A Dexception154 #include <bits/exception_ptr.h>
H A DMakefile.in353 exception_defines.h exception_ptr.h hash_bytes.h nested_exception.h
/dflybsd-src/contrib/gcc-8.0/libstdc++-v3/include/std/
H A Dfuture203 exception_ptr _M_error;
521 exception_ptr* _M_ex;
534 __setter(exception_ptr& __ex, promise<_Res>* __prom)
1117 set_exception(exception_ptr __p)
1135 set_exception_at_thread_exit(exception_ptr __p)
1224 set_exception(exception_ptr __p)
1235 set_exception_at_thread_exit(exception_ptr __p)
1316 set_exception(exception_ptr __p)
1324 set_exception_at_thread_exit(exception_ptr __p)
/dflybsd-src/contrib/gcc-4.7/libstdc++-v3/include/std/
H A Dfuture195 exception_ptr _M_error;
438 exception_ptr& _M_ex;
450 __setter(exception_ptr& __ex, promise<_Res>* __prom)
1006 set_exception(exception_ptr __p)
1097 set_exception(exception_ptr __p)
1173 set_exception(exception_ptr __p)
/dflybsd-src/contrib/gcc-4.7/libstdc++-v3/config/abi/pre/
H A Dgnu-versioned-namespace.ver193 # std::exception_ptr
H A Dgnu.ver1454 # exception_ptr
/dflybsd-src/contrib/gcc-8.0/libstdc++-v3/config/abi/pre/
H A Dgnu.ver1961 # std::exception_ptr
2117 # exception_ptr
2250 # exception_ptr
/dflybsd-src/gnu/lib/gcc47/libstdc++/
H A DMakefile.headers222 ${bits_sup_srcdir}/exception_ptr.h \
/dflybsd-src/gnu/lib/gcc80/libstdcxx/headers/
H A DMakefile.headers266 ${bits_sup_srcdir}/exception_ptr.h \