Home
last modified time | relevance | path

Searched refs:__gabixx (Results 1 – 6 of 6) sorted by relevance

/ndk/sources/cxx-stl/gabi++/src/
Dterminate.cc34 std::terminate_handler current_terminate = __gabixx::__default_terminate;
35 std::unexpected_handler current_unexpected = __gabixx::__default_unexpected;
40 namespace __gabixx { namespace
104 f = __gabixx::__default_terminate; in set_terminate()
110 __gabixx::__terminate(std::get_terminate()); in terminate()
119 f = __gabixx::__default_terminate; in set_unexpected()
Dcxxabi.cc211 __gabixx::__fatal_error("Can't allocate C++ runtime pthread_key_t"); in CxaThreadKey()
241 __gabixx::__fatal_error( in getSlow()
282 __gabixx::__fatal_error("Pure virtual function called!"); in __cxa_pure_virtual()
286 __gabixx::__fatal_error("Deleted virtual function called!"); in __cxa_deleted_virtual()
304 __gabixx::__fatal_error("Not enough memory to allocate exception!"); in __cxa_allocate_exception()
318 __gabixx::__fatal_error("Exception destructor has thrown!"); in __cxa_free_exception()
343 __gabixx::__fatal_error( in __cxa_rethrow()
363 __gabixx::__fatal_error("Can't handle non-C++ exception!"); in __cxa_begin_catch()
405 __gabixx::__fatal_error("Internal error during exception handling!"); in __cxa_end_catch()
Dfatal_error.cc34 namespace __gabixx { namespace
Dcxxabi_defines.h317 namespace __gabixx {
Dcxxabi_vec.cc103 __gabixx::__fatal_error(message_); in ~scoped_catcher()
/ndk/sources/cxx-stl/llvm-libc++/patches.android/
D0011-Fix-tests-for-Android.patch173 + // Disable the following for Android whoes __gabixx::__default_terminate()
188 + // Disable the following for Android whoes __gabixx::__default_terminate()