Home
last modified time | relevance | path

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

/external/llvm/examples/ExceptionDemo/
DExceptionDemo.cpp166 typedef struct OurBaseException_t OurException; typedef
362 size_t size = sizeof(OurException); in createOurException()
363 OurException *ret = (OurException*) memset(malloc(size), 0, size); in createOurException()