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