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

  /external/libcxxabi/src/
cxa_exception.cpp 410 void __cxa_end_catch ();
426 _LIBCXXABI_FUNC_VIS void __cxa_end_catch() { function
539 // __cxa_end_catch will remove this exception from the caughtExceptions stack if necessary
543 // The only way to communicate to __cxa_end_catch that we've rethrown
545 // which must be empty afterwards. Then __cxa_end_catch will do
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/
cxa_exception.cpp 430 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
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++abi/src/
cxa_exception.cpp 426 void __cxa_end_catch ();
442 _LIBCXXABI_FUNC_VIS void __cxa_end_catch() { function
555 // __cxa_end_catch will remove this exception from the caughtExceptions stack if necessary
559 // The only way to communicate to __cxa_end_catch that we've rethrown
561 // which must be empty afterwards. Then __cxa_end_catch will do

Completed in 49 milliseconds