Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/third_party/libc++abi/src/src/
H A Dcxa_exception.h82 struct _LIBCXXABI_HIDDEN __cxa_dependent_exception { struct
84 void* reserve; // padding.
85 void* primaryException;
88 std::type_info *exceptionType;
89 void (_LIBCXXABI_DTOR_FUNC *exceptionDestructor)(void *);
90 std::unexpected_handler unexpectedHandler;
91 std::terminate_handler terminateHandler;
93 __cxa_exception *nextException;
95 int handlerCount;
120 offsetof(__cxa_dependent_exception, unwindHeader) == argument
/aosp_15_r20/external/libcxxabi/src/
H A Dcxa_exception.hpp73 struct _LIBCXXABI_HIDDEN __cxa_dependent_exception { struct
75 void* primaryException;
78 std::type_info *exceptionType;
79 void (*exceptionDestructor)(void *);
80 std::unexpected_handler unexpectedHandler;
81 std::terminate_handler terminateHandler;
83 __cxa_exception *nextException;
85 int handlerCount;
88 __cxa_exception* nextPropagatingException;
89 int propagationCount;
[all …]