OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:t_handler
(Results
1 - 3
of
3
) sorted by null
/ndk/sources/cxx-stl/gabi++/src/
call_unexpected.cc
116
void terminate_helper(std::terminate_handler
t_handler
) {
118
t_handler
();
259
std::terminate_handler
t_handler
;
265
t_handler
= old_exception_header->terminateHandler;
272
t_handler
= std::get_terminate();
288
terminate_helper(
t_handler
);
295
terminate_helper(
t_handler
);
329
terminate_helper(
t_handler
);
/external/libcxxabi/src/
cxa_personality.cpp
1203
std::terminate_handler
t_handler
;
local
[
all
...]
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/
cxa_personality.cpp
1186
std::terminate_handler
t_handler
;
local
[
all
...]
Completed in 871 milliseconds