Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/libsupc++/
H A Dexception_ptr.h68 exception_ptr current_exception() _GLIBCXX_USE_NOEXCEPT;
95 friend exception_ptr std::current_exception() _GLIBCXX_USE_NOEXCEPT;
207 return current_exception(); in make_exception_ptr()
216 return current_exception(); in make_exception_ptr()
H A Dnested_exception.h57 nested_exception() noexcept : _M_ptr(current_exception()) { } in nested_exception()
H A Deh_ptr.cc177 std::current_exception() noexcept in current_exception() function in std
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/libsupc++/
H A Dexception_ptr.h74 exception_ptr current_exception() _GLIBCXX_USE_NOEXCEPT;
101 friend exception_ptr std::current_exception() _GLIBCXX_USE_NOEXCEPT;
256 return current_exception(); in make_exception_ptr()
265 return current_exception(); in make_exception_ptr()
H A Dnested_exception.h57 nested_exception() noexcept : _M_ptr(current_exception()) { } in nested_exception()
H A Deh_ptr.cc145 std::current_exception() noexcept in current_exception() function in std
/netbsd-src/external/apache2/llvm/dist/libcxx/include/
H A Dexception55 exception_ptr current_exception() noexcept;
138 _LIBCPP_FUNC_VIS exception_ptr current_exception() _NOEXCEPT;
165 friend _LIBCPP_FUNC_VIS exception_ptr current_exception() _NOEXCEPT;
180 return current_exception();
221 _LIBCPP_FUNC_VIS exception_ptr current_exception() _NOEXCEPT;
H A Dfuture870 this->set_exception(current_exception());
912 this->set_exception(current_exception());
953 this->set_exception(current_exception());
1003 this->set_exception(current_exception());
1961 __p_.set_exception(current_exception());
1983 __p_.set_exception_at_thread_exit(current_exception());
2091 __p_.set_exception(current_exception());
2114 __p_.set_exception_at_thread_exit(current_exception());
/netbsd-src/external/apache2/llvm/dist/libcxx/src/support/runtime/
H A Dexception_pointer_cxxabi.ipp38 : __ptr_(current_exception())
55 exception_ptr current_exception() noexcept
H A Dexception_pointer_unimplemented.ipp38 : __ptr_(current_exception())
64 exception_ptr current_exception() noexcept
H A Dexception_pointer_msvc.ipp66 exception_ptr current_exception() noexcept {
75 nested_exception::nested_exception() noexcept : __ptr_(current_exception()) {}
H A Dexception_pointer_glibcxx.ipp57 : __ptr_(current_exception())
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/experimental/
H A Dexecutor1699 _M_promise.set_exception(std::current_exception());
1759 std::get<0>(_M_t).set_exception(std::current_exception());
1777 std::get<0>(_M_t).set_exception(std::current_exception());
1795 std::get<0>(_M_t).set_exception(std::current_exception());
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/experimental/
H A Dexecutor1733 _M_promise.set_exception(std::current_exception());
1793 std::get<0>(_M_t).set_exception(std::current_exception());
1811 std::get<0>(_M_t).set_exception(std::current_exception());
1829 std::get<0>(_M_t).set_exception(std::current_exception());
/netbsd-src/external/mit/isl/dist/include/isl/
H A Dcpp.h6143 data->eptr = std::current_exception(); in foreach()
6171 data->eptr = std::current_exception(); in foreach_scc()
6185 data->eptr = std::current_exception(); in foreach_scc()
6343 data->eptr = std::current_exception(); in at_each_domain()
7857 data->eptr = std::current_exception(); in map_descendant_bottom_up()
8371 data->eptr = std::current_exception(); in foreach()
8399 data->eptr = std::current_exception(); in foreach_scc()
8413 data->eptr = std::current_exception(); in foreach_scc()
11313 data->eptr = std::current_exception(); in foreach()
11341 data->eptr = std::current_exception(); in foreach_scc()
[all …]
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/
H A DChangeLog-20081654 * testsuite/18_support/exception_ptr/current_exception.cc: Use it.
1662 * libsupc++/exception_ptr.h (exception_ptr, current_exception,
1665 * libsupc++/eh_ptr.cc (exception_ptr, current_exception,
1687 * testsuite/18_support/exception_ptr/current_exception.cc: Test the
1688 core functionality of current_exception().
1822 * libsupc++/exception_ptr.h (exception_ptr, current_exception,
1825 * libsupc++/eh_ptr.cc (exception_ptr, current_exception,
1847 * testsuite/18_support/exception_ptr/current_exception.cc: Test the
1848 core functionality of current_exception().
H A DChangeLog-20143407 * testsuite/18_support/exception_ptr/current_exception.cc: Likewise.
H A DChangeLog-20164970 * testsuite/18_support/exception_ptr/current_exception.cc: Likewise.
H A DChangeLog-20095530 * testsuite/18_support/exception_ptr/current_exception.cc: Likewise.
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/std/
H A Dfuture1382 (*_M_result)->_M_error = current_exception();
1405 (*_M_result)->_M_error = current_exception();
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/std/
H A Dfuture1415 (*_M_result)->_M_error = current_exception();
1438 (*_M_result)->_M_error = current_exception();
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/config/abi/pre/
H A Dgnu.ver75 # std::current_exception
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/config/abi/pre/
H A Dgnu.ver75 # std::current_exception
/netbsd-src/external/gpl3/gcc.old/dist/
H A DMD5SUMS92982 e1a6f0f34f8d852103b03cb179ed4f1b libstdc++-v3/testsuite/18_support/exception_ptr/current_exception
/netbsd-src/external/gpl3/gcc/dist/
H A DMD5SUMS107026 3ba3ed11aea6aeaac34e5250048fc5b1 libstdc++-v3/testsuite/18_support/exception_ptr/current_exception