Home
last modified time | relevance | path

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

/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-5/libsupc++/
A Deh_globals.cc78 __cxa_exception* exn = g->caughtExceptions; in eh_globals_dtor() local
80 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()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-4.9/libsupc++/
A Deh_globals.cc78 __cxa_exception* exn = g->caughtExceptions; in eh_globals_dtor() local
80 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()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-8/libsupc++/
A Deh_globals.cc78 __cxa_exception* exn = g->caughtExceptions; in eh_globals_dtor() local
80 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()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-6/libsupc++/
A Deh_globals.cc78 __cxa_exception* exn = g->caughtExceptions; in eh_globals_dtor() local
80 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()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-7/libsupc++/
A Deh_globals.cc78 __cxa_exception* exn = g->caughtExceptions; in eh_globals_dtor() local
80 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()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-10/libsupc++/
A Deh_globals.cc78 __cxa_exception* exn = g->caughtExceptions; in eh_globals_dtor() local
80 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()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/libsupc++/
A Deh_globals.cc78 __cxa_exception* exn = g->caughtExceptions; in eh_globals_dtor() local
80 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()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/libsupc++/
A Deh_globals.cc78 __cxa_exception* exn = g->caughtExceptions; in eh_globals_dtor() local
80 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