HomeSort by relevance Sort by last modified time
    Searched refs:terminateHandler (Results 1 - 4 of 4) sorted by null

  /external/libcxxabi/src/
cxa_exception.hpp 44 std::terminate_handler terminateHandler;
81 std::terminate_handler terminateHandler;
cxa_handlers.cpp 88 __terminate(exception_header->terminateHandler);
cxa_exception.cpp 126 If reason isn't _URC_FOREIGN_EXCEPTION_CAUGHT, then the terminateHandler
138 std::__terminate(exception_header->terminateHandler);
153 std::__terminate(exception_header->terminateHandler);
264 exception_header->terminateHandler = std::get_terminate();
618 std::__terminate(exception_header->terminateHandler);
619 // Foreign exception: can't get exception_header->terminateHandler
692 If reason isn't _URC_FOREIGN_EXCEPTION_CAUGHT, then the terminateHandler
704 std::__terminate(dep_exception_header->terminateHandler);
727 dep_exception_header->terminateHandler = std::get_terminate();
cxa_personality.cpp 324 std::__terminate(exception_header->terminateHandler);
    [all...]

Completed in 661 milliseconds