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

  /external/libcxxabi/src/
cxa_exception.hpp 29 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;
  /ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/
cxa_exception.hpp 29 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;
  /ndk/sources/cxx-stl/gabi++/src/
cxxabi_defines.h 278 struct __cxa_exception { struct
285 __cxa_exception* nextException;
294 __cxa_exception* nextCleanup;
307 __cxa_exception* caughtExceptions;
310 __cxa_exception* cleanupExceptions;

Completed in 281 milliseconds