OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
150
/// pointers to its instances from pointers to its
unwindException
member.
159
struct _Unwind_Exception
unwindException
;
322
/// is calculated from the supplied OurBaseException_t::
unwindException
363
(ret->
unwindException
).exception_class = ourBaseExceptionClass;
364
(ret->
unwindException
).exception_cleanup = deleteFromUnwindOurException;
366
return(&(ret->
unwindException
));
[
all
...]
Completed in 569 milliseconds