Searched refs:exn (Results 1 – 8 of 8) sorted by relevance
78 __cxa_exception* exn = g->caughtExceptions; in eh_globals_dtor() local80 while (exn) in eh_globals_dtor()82 next = exn->nextException; in eh_globals_dtor()83 _Unwind_DeleteException(&exn->unwindHeader); in eh_globals_dtor()84 exn = next; in eh_globals_dtor()
Completed in 10 milliseconds