Searched refs:uncaught_exception (Results 1 - 5 of 5) sorted by relevance

/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/
H A Deh48.C7 using std::uncaught_exception;
11 if (uncaught_exception ())
17 if (uncaught_exception ())
22 if (uncaught_exception ())
25 if (uncaught_exception ())
/openbsd-current/gnu/gcc/libstdc++-v3/libsupc++/
H A Deh_catch.cc139 std::uncaught_exception() throw() function in class:std
/openbsd-current/gnu/lib/libstdc++/libstdc++/libsupc++/
H A Deh_catch.cc129 std::uncaught_exception() throw() function in class:std
/openbsd-current/gnu/gcc/libstdc++-v3/include/std/
H A Dstd_ostream.h409 * @c std::uncaught_exception() is true, the sentry destructor calls
415 if (_M_os.flags() & ios_base::unitbuf && !uncaught_exception())
/openbsd-current/gnu/lib/libstdc++/libstdc++/include/std/
H A Dstd_ostream.h387 * @c std::uncaught_exception() is true, the sentry destructor calls
393 if (_M_os.flags() & ios_base::unitbuf && !uncaught_exception())

Completed in 124 milliseconds