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

  /external/libcxxabi/src/
cxa_exception.cpp 135 // * void *__cxa_begin_catch(void *exceptionObject );
136 (void) __cxa_begin_catch(&exception_header->unwindHeader);
407 __cxa_begin_catch(void* unwind_arg) throw() function
480 __cxa_eh_globals* globals = __cxa_get_globals_fast(); // __cxa_get_globals called in __cxa_begin_catch
577 // Mark the exception as being rethrown (reverse the effects of __cxa_begin_catch)
600 __cxa_begin_catch(&exception_header->unwindHeader);
721 __cxa_begin_catch(&dep_exception_header->unwindHeader);
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++abi/src/
cxa_exception.cpp 131 // * void *__cxa_begin_catch(void *exceptionObject );
132 (void) __cxa_begin_catch(&exception_header->unwindHeader);
365 __cxa_begin_catch(void* unwind_arg) throw() function
438 __cxa_eh_globals* globals = __cxa_get_globals_fast(); // __cxa_get_globals called in __cxa_begin_catch
535 // Mark the exception as being rethrown (reverse the effects of __cxa_begin_catch)
558 __cxa_begin_catch(&exception_header->unwindHeader);
679 __cxa_begin_catch(&dep_exception_header->unwindHeader);

Completed in 108 milliseconds