Home
last modified time | relevance | path

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

/external/cronet/stable/third_party/libc++abi/src/src/
Dcxa_exception.h30 struct _LIBCXXABI_HIDDEN __cxa_exception { struct
55 __cxa_exception *nextException; argument
60 __cxa_exception* nextPropagatingException; argument
80 // The layout of this structure MUST match the layout of __cxa_exception, with argument
/external/cronet/tot/third_party/libc++abi/src/src/
Dcxa_exception.h30 struct _LIBCXXABI_HIDDEN __cxa_exception { struct
55 __cxa_exception *nextException; argument
60 __cxa_exception* nextPropagatingException; argument
80 // The layout of this structure MUST match the layout of __cxa_exception, with argument
/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 …]