Home
last modified time | relevance | path

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

/external/llvm/examples/ExceptionDemo/
DExceptionDemo.cpp326 void deleteOurException(OurUnwindException *expToDelete) { in deleteOurException() argument
332 if (expToDelete && in deleteOurException()
333 (expToDelete->exception_class == ourBaseExceptionClass)) { in deleteOurException()
335 free(((char*) expToDelete) + ourBaseFromUnwindOffset); in deleteOurException()
347 OurUnwindException *expToDelete) { in deleteFromUnwindOurException() argument
353 deleteOurException(expToDelete); in deleteFromUnwindOurException()