HomeSort by relevance Sort by last modified time
    Searched defs:__cxa_end_catch (Results 1 - 2 of 2) sorted by null

  /external/libcxxabi/src/
cxa_exception.cpp 451 void __cxa_end_catch ();
467 void __cxa_end_catch() { function
580 // __cxa_end_catch will remove this exception from the caughtExceptions stack if necessary
584 // The only way to communicate to __cxa_end_catch that we've rethrown
586 // which must be empty afterwards. Then __cxa_end_catch will do
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++abi/src/
cxa_exception.cpp 409 void __cxa_end_catch ();
425 void __cxa_end_catch() { function
538 // __cxa_end_catch will remove this exception from the caughtExceptions stack if necessary
542 // The only way to communicate to __cxa_end_catch that we've rethrown
544 // which must be empty afterwards. Then __cxa_end_catch will do

Completed in 219 milliseconds