Home
last modified time | relevance | path

Searched defs:__cxa_exception (Results 1 – 1 of 1) sorted by relevance

/external/libcxxabi/src/
Dcxa_exception.hpp31 struct _LIBCXXABI_HIDDEN __cxa_exception { struct
37 size_t referenceCount;
41 std::type_info *exceptionType;
42 void (*exceptionDestructor)(void *);
43 std::unexpected_handler unexpectedHandler;
44 std::terminate_handler terminateHandler;
46 __cxa_exception *nextException;
48 int handlerCount;
51 __cxa_exception* nextPropagatingException;
52 int propagationCount;
[all …]