Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/examples/ExceptionDemo/
DExceptionDemo.cpp114 typedef struct OurBaseException_t OurException; typedef
320 size_t size = sizeof(OurException); in createOurException()
321 OurException *ret = (OurException*) memset(malloc(size), 0, size); in createOurException()
/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()
/external/swiftshader/third_party/LLVM/examples/ExceptionDemo/
DExceptionDemo.cpp169 typedef struct OurBaseException_t OurException; typedef
367 size_t size = sizeof(OurException); in createOurException()
368 OurException *ret = (OurException*) memset(malloc(size), 0, size); in createOurException()