Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/examples/ExceptionDemo/
H A DExceptionDemo.cpp113 typedef struct OurBaseException_t OurException; typedef
319 size_t size = sizeof(OurException); in createOurException()
320 OurException *ret = (OurException*) memset(malloc(size), 0, size); in createOurException()