HomeSort by relevance Sort by last modified time
    Searched defs:__cxa_exception (Results 1 - 2 of 2) sorted by null

  /external/libcxxabi/src/
cxa_exception.hpp 27 struct _LIBCXXABI_HIDDEN __cxa_exception { struct in namespace:__cxxabiv1
42 __cxa_exception *nextException;
47 __cxa_exception* nextPropagatingException;
67 // The layout of this structure MUST match the layout of __cxa_exception, with
79 __cxa_exception *nextException;
84 __cxa_exception* nextPropagatingException;
101 __cxa_exception * caughtExceptions;
104 __cxa_exception* propagatingExceptions;
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++abi/src/
cxa_exception.hpp 27 struct _LIBCXXABI_HIDDEN __cxa_exception { struct in namespace:__cxxabiv1
42 __cxa_exception *nextException;
47 __cxa_exception* nextPropagatingException;
82 // The layout of this structure MUST match the layout of __cxa_exception, with
94 __cxa_exception *nextException;
99 __cxa_exception* nextPropagatingException;
113 // See the comment in __cxa_exception as to why this field has attribute
123 __cxa_exception * caughtExceptions;
126 __cxa_exception* propagatingExceptions;

Completed in 63 milliseconds