Searched refs:expToDelete (Results 1 – 1 of 1) sorted by relevance
284 void deleteOurException(OurUnwindException *expToDelete) { in deleteOurException() argument290 if (expToDelete && in deleteOurException()291 (expToDelete->exception_class == ourBaseExceptionClass)) { in deleteOurException()293 free(((char*) expToDelete) + ourBaseFromUnwindOffset); in deleteOurException()305 OurUnwindException *expToDelete) { in deleteFromUnwindOurException() argument311 deleteOurException(expToDelete); in deleteFromUnwindOurException()