Searched defs:__cxa_end_catch (Results 1 - 1 of 1) sorted by relevance

/external/libcxxabi/src/
H A Dcxa_exception.cpp430 void __cxa_end_catch ();
446 void __cxa_end_catch() function
562 // __cxa_end_catch will remove this exception from the caughtExceptions stack if necessary
566 // The only way to communicate to __cxa_end_catch that we've rethrown
568 // which must be empty afterwards. Then __cxa_end_catch will do

Completed in 28 milliseconds