OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:u_handler
(Results
1 - 4
of
4
) sorted by null
/ndk/sources/cxx-stl/gabi++/tests/
unwind_03.cpp
72
void
u_handler
()
function
79
std::set_unexpected(
u_handler
);
unwind_04.cpp
72
void
u_handler
()
function
79
std::set_unexpected(
u_handler
);
unwind_05.cpp
72
void
u_handler
()
function
79
std::set_unexpected(
u_handler
);
/ndk/sources/cxx-stl/gabi++/src/
call_unexpected.cc
125
void unexpected_helper(std::unexpected_handler
u_handler
) {
126
u_handler
();
258
std::unexpected_handler
u_handler
;
266
u_handler
= old_exception_header->unexpectedHandler;
267
// If unexpected_helper(
u_handler
) rethrows the same exception,
273
u_handler
= std::get_unexpected();
277
unexpected_helper(
u_handler
);
Completed in 72 milliseconds