Searched refs:fatalError (Results 1 – 3 of 3) sorted by relevance
69 fatalError("Can't allocate C++ runtime pthread_key_t"); in CxaThreadKey()90 fatalError("Can't allocate thread-specific C++ runtime info block."); in getSlow()137 fatalError("Pure virtual function called!"); in __cxa_pure_virtual()158 fatalError("Not enough memory to allocate exception!"); in __cxa_allocate_exception()172 fatalError("Exception destructor has thrown!"); in __cxa_free_exception()198 fatalError("Attempting to rethrow an exception that doesn't exist!"); in __cxa_rethrow()218 fatalError("Can't handle non-C++ exception!"); in __cxa_begin_catch()260 fatalError("Internal error during exception handling!"); in __cxa_end_catch()
119 void fatalError(const char* message);
515 void fatalError(const char* message) { in fatalError() function