Searched refs:expToDelete (Results 1 – 1 of 1) sorted by relevance
327 void deleteOurException(OurUnwindException *expToDelete) { in deleteOurException() argument333 if (expToDelete && in deleteOurException()334 (expToDelete->exception_class == ourBaseExceptionClass)) { in deleteOurException()336 free(((char*) expToDelete) + ourBaseFromUnwindOffset); in deleteOurException()348 OurUnwindException *expToDelete) { in deleteFromUnwindOurException() argument354 deleteOurException(expToDelete); in deleteFromUnwindOurException()