Home
last modified time | relevance | path

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

/dflybsd-src/contrib/gcc-8.0/libstdc++-v3/libsupc++/
H A Dexception_ptr.h63 exception_ptr current_exception() _GLIBCXX_USE_NOEXCEPT;
90 friend exception_ptr std::current_exception() _GLIBCXX_USE_NOEXCEPT;
194 return current_exception(); in make_exception_ptr()
203 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
/dflybsd-src/contrib/gcc-4.7/libstdc++-v3/libsupc++/
H A Dexception_ptr.h64 exception_ptr current_exception() _GLIBCXX_USE_NOEXCEPT;
86 friend exception_ptr std::current_exception() _GLIBCXX_USE_NOEXCEPT;
179 return current_exception(); in copy_exception()
H A Dnested_exception.h60 nested_exception() noexcept : _M_ptr(current_exception()) { } in nested_exception()
H A Deh_ptr.cc159 std::current_exception() _GLIBCXX_USE_NOEXCEPT in current_exception() function in std
/dflybsd-src/contrib/gcc-4.7/libstdc++-v3/include/std/
H A Dfuture1218 _M_result->_M_error = current_exception();
1237 _M_result->_M_error = current_exception();
/dflybsd-src/contrib/gcc-8.0/libstdc++-v3/include/std/
H A Dfuture1347 (*_M_result)->_M_error = current_exception();
1370 (*_M_result)->_M_error = current_exception();
/dflybsd-src/contrib/gcc-4.7/libstdc++-v3/config/abi/pre/
H A Dgnu.ver71 # std::current_exception
/dflybsd-src/contrib/gcc-8.0/libstdc++-v3/config/abi/pre/
H A Dgnu.ver75 # std::current_exception