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

/external/libcxxabi/src/
H A Dcxa_exception.hpp29 struct __cxa_exception { struct in namespace:__cxxabiv1
44 __cxa_exception *nextException;
49 __cxa_exception* nextPropagatingException;
70 // The layout of this structure MUST match the layout of __cxa_exception, with
82 __cxa_exception *nextException;
87 __cxa_exception* nextPropagatingException;
105 __cxa_exception * caughtExceptions;
108 __cxa_exception* propagatingExceptions;

Completed in 112 milliseconds