Home
last modified time | relevance | path

Searched refs:OurUnwindException (Results 1 – 1 of 1) sorted by relevance

/openbsd-src/gnu/llvm/llvm/examples/ExceptionDemo/
H A DExceptionDemo.cpp114 typedef struct _Unwind_Exception OurUnwindException; typedef
284 void deleteOurException(OurUnwindException *expToDelete) { in deleteOurException()
305 OurUnwindException *expToDelete) { in deleteFromUnwindOurException()
318 OurUnwindException *createOurException(int type) { in createOurException()