Searched defs:OurException (Results 1 - 1 of 1) sorted by relevance

/external/llvm/examples/ExceptionDemo/
H A DExceptionDemo.cpp164 typedef struct OurBaseException_t OurException; typedef in typeref:struct:OurBaseException_t
341 /// (OurException), instances.
356 /// Creates (allocates on the heap), an exception (OurException instance),
360 size_t size = sizeof(OurException);
361 OurException *ret = (OurException*) memset(malloc(size), 0, size);
1300 // (OurException instance).
1650 // Create OurException type
1664 // Calculate offset of OurException::unwindException member.

Completed in 41 milliseconds