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

/external/libunwind/src/unwind/
H A DRaiseException.c32 uint64_t exception_class = exception_object->exception_class; local
73 exception_class, exception_object,
H A Dunwind-internal.h65 uint64_t exception_class = exception_object->exception_class; local
100 reason = (*stop) (_U_VERSION, actions, exception_class,
133 reason = (*personality) (_U_VERSION, actions, exception_class,
/external/libunwind/include/
H A Dunwind.h73 /* The C++ ABI requires exception_class, private_1, and private_2 to
75 double-word-aligned. Please note that exception_class stays 64-bit
79 uint64_t exception_class; member in struct:_Unwind_Exception
/external/compiler-rt/lib/builtins/
H A Dgcc_personality_v0.c42 uint64_t exception_class; member in struct:_Unwind_Exception
/external/clang/lib/Headers/
H A Dunwind.h107 _Unwind_Exception_Class exception_class; member in struct:_Unwind_Exception
/external/libcxxabi/include/
H A Dunwind.h74 uint64_t exception_class; member in struct:_Unwind_Control_Block
123 uint64_t exception_class; member in struct:_Unwind_Exception
/external/llvm/examples/ExceptionDemo/
H A DExceptionDemo.cpp115 uint64_t exception_class; member in struct:_Unwind_Exception
332 (expToDelete->exception_class == ourBaseExceptionClass)) {
363 (ret->unwindException).exception_class = ourBaseExceptionClass;
544 /// @param exceptionClass exception class (_Unwind_Exception::exception_class)
638 /// @param exceptionClass exception class (_Unwind_Exception::exception_class)
822 /// @param exceptionClass exception class (_Unwind_Exception::exception_class)
1294 // Retrieve exception_class member from thrown exception
1629 // (the _Unwind_Exception::exception_class should be different from
1709 // Create our _Unwind_Exception::exception_class value

Completed in 570 milliseconds