Home
last modified time | relevance | path

Searched refs:__fatal_error (Results 1 – 4 of 4) sorted by relevance

/ndk/sources/cxx-stl/gabi++/src/
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.cc36 _GABIXX_NORETURN void __fatal_error(const char* message) { in __fatal_error() function
Dcxxabi_defines.h331 _GABIXX_NORETURN void __fatal_error(const char* message) _GABIXX_HIDDEN;
Dcxxabi_vec.cc103 __gabixx::__fatal_error(message_); in ~scoped_catcher()