OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:__fatal_error
(Results
1 - 4
of
4
) sorted by null
/ndk/sources/cxx-stl/gabi++/src/
cxxabi.cc
211
__gabixx::
__fatal_error
("Can't allocate C++ runtime pthread_key_t");
241
__gabixx::
__fatal_error
(
282
__gabixx::
__fatal_error
("Pure virtual function called!");
286
__gabixx::
__fatal_error
("Deleted virtual function called!");
304
__gabixx::
__fatal_error
("Not enough memory to allocate exception!");
318
__gabixx::
__fatal_error
("Exception destructor has thrown!");
343
__gabixx::
__fatal_error
(
363
__gabixx::
__fatal_error
("Can't handle non-C++ exception!");
405
__gabixx::
__fatal_error
("Internal error during exception handling!");
fatal_error.cc
36
_GABIXX_NORETURN void
__fatal_error
(const char* message) {
function in namespace:__gabixx
cxxabi_vec.cc
95
// Helper class that calls
__fatal_error
() with a given message if
103
__gabixx::
__fatal_error
(message_);
cxxabi_defines.h
331
_GABIXX_NORETURN void
__fatal_error
(const char* message) _GABIXX_HIDDEN;
Completed in 493 milliseconds