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

/macosx-10.10/llvmCore-3425.0.34/examples/ExceptionDemo/
H A DExceptionDemo.cpp150 /// pointers to its instances from pointers to its unwindException member.
159 struct _Unwind_Exception unwindException; member in struct:OurBaseException_t
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));
1255 llvm::Value *unwindException = builder.CreateExtractValue(caughtResult, 0); local
1259 // caughtResultStore for unwindException storage, may be alleviated
1262 builder.CreateStore(unwindException, exceptionStorage);
1270 builder.CreatePointerCast(unwindException,
[all...]

Completed in 176 milliseconds