Searched refs:expToDelete (Results 1 – 1 of 1) sorted by relevance
326 void deleteOurException(OurUnwindException *expToDelete) { in deleteOurException() argument332 if (expToDelete && in deleteOurException()333 (expToDelete->exception_class == ourBaseExceptionClass)) { in deleteOurException()335 free(((char*) expToDelete) + ourBaseFromUnwindOffset); in deleteOurException()347 OurUnwindException *expToDelete) { in deleteFromUnwindOurException() argument353 deleteOurException(expToDelete); in deleteFromUnwindOurException()