Searched refs:current_exception (Results 1 – 10 of 10) sorted by relevance
74 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()
57 nested_exception() noexcept : _M_ptr(current_exception()) { } in nested_exception()
145 std::current_exception() noexcept in current_exception() function in std
1654 * 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 the1688 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 the1848 core functionality of current_exception().
3407 * testsuite/18_support/exception_ptr/current_exception.cc: Likewise.
4970 * testsuite/18_support/exception_ptr/current_exception.cc: Likewise.
5530 * testsuite/18_support/exception_ptr/current_exception.cc: Likewise.
1415 (*_M_result)->_M_error = current_exception();1438 (*_M_result)->_M_error = current_exception();
75 # std::current_exception
107026 3ba3ed11aea6aeaac34e5250048fc5b1 libstdc++-v3/testsuite/18_support/exception_ptr/current_exception…