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

  /external/clang/test/CodeGenCXX/
sizeof-unwind-exception.cpp 16 // PR10789: different platforms have different sizes for struct UnwindException.
  /external/llvm/examples/ExceptionDemo/
ExceptionDemo.cpp 155 /// pointers to its instances from pointers to its unwindException member.
164 struct _Unwind_Exception unwindException;
329 /// is calculated from the supplied OurBaseException_t::unwindException
370 (ret->unwindException).exception_class = ourBaseExceptionClass;
371 (ret->unwindException).exception_cleanup = deleteFromUnwindOurException;
373 return(&(ret->unwindException));
    [all...]

Completed in 856 milliseconds