Searched refs:unexpectedHandler (Results 1 - 10 of 10) sorted by relevance

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/libsupc++/
H A Deh_call.cc76 std::unexpected_handler unexpectedHandler = NULL; local
83 unexpectedHandler = xh->unexpectedHandler;
112 __unexpected(unexpectedHandler);
H A Deh_throw.cc70 header->exc.unexpectedHandler = __unexpected_handler;
H A Dunwind-cxx.h57 std::unexpected_handler unexpectedHandler; member in struct:__cxxabiv1::__cxa_exception
106 std::unexpected_handler unexpectedHandler; member in struct:__cxxabiv1::__cxa_dependent_exception
186 // Handles re-checking the exception specification if unexpectedHandler
H A Deh_ptr.cc205 dep->unexpectedHandler = __unexpected_handler;
H A Deh_personality.cc748 // If the unexpectedHandler rethrows the exception (e.g. to categorize it),
756 { __unexpected (xh->unexpectedHandler); }
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/libsupc++/
H A Deh_call.cc81 std::unexpected_handler unexpectedHandler = NULL; local
88 unexpectedHandler = xh->unexpectedHandler;
117 __unexpected(unexpectedHandler);
H A Deh_throw.cc64 header->unexpectedHandler = __unexpected_handler;
H A Dunwind-cxx.h60 std::unexpected_handler unexpectedHandler; member in struct:__cxxabiv1::__cxa_exception
132 // Handles re-checking the exception specification if unexpectedHandler
H A Deh_personality.cc711 // If the unexpectedHandler rethrows the exception (e.g. to categorize it),
719 { __unexpected (xh->unexpectedHandler); }
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/18_support/exception/
H A D38732.cc34 std::unexpected_handler unexpectedHandler; member in struct:__cxa_exception

Completed in 65 milliseconds