OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:__default_terminate
(Results
1 - 5
of
5
) sorted by null
/ndk/sources/cxx-stl/gabi++/src/
terminate.cc
34
std::terminate_handler current_terminate = __gabixx::
__default_terminate
;
68
_GABIXX_NORETURN void
__default_terminate
(void) {
function in namespace:__gabixx
80
handler =
__default_terminate
;
91
__default_terminate
();
104
f = __gabixx::
__default_terminate
;
119
f = __gabixx::
__default_terminate
;
cxxabi_defines.h
323
_GABIXX_NORETURN void
__default_terminate
(void) _GABIXX_HIDDEN;
325
// Call |handler| and if it returns, call
__default_terminate
.
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/exception.unexpected/set.unexpected/
get_unexpected.pass.cpp
38
// Disable the following for Android whoes __gabixx::
__default_terminate
()
set_unexpected.pass.cpp
34
// Disable the following for Android whoes __gabixx::
__default_terminate
()
/ndk/sources/cxx-stl/llvm-libc++/patches.android/
0011-Fix-tests-for-Android.patch
173
+ // Disable the following for Android whoes __gabixx::
__default_terminate
()
188
+ // Disable the following for Android whoes __gabixx::
__default_terminate
()
Completed in 98 milliseconds