Home
last modified time | relevance | path

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

/external/llvm/examples/ExceptionDemo/
DExceptionDemo.cpp327 void deleteOurException(OurUnwindException *expToDelete) { in deleteOurException() argument
333 if (expToDelete && in deleteOurException()
334 (expToDelete->exception_class == ourBaseExceptionClass)) { in deleteOurException()
336 free(((char*) expToDelete) + ourBaseFromUnwindOffset); in deleteOurException()
348 OurUnwindException *expToDelete) { in deleteFromUnwindOurException() argument
354 deleteOurException(expToDelete); in deleteFromUnwindOurException()