Searched refs:exception_class (Results 1 - 2 of 2) sorted by relevance

/external/compiler-rt/lib/
H A Dgcc_personality_v0.c42 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 2951 milliseconds