OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:__cxa_begin_catch
(Results
1 - 2
of
2
) sorted by null
/external/libcxxabi/src/
cxa_exception.cpp
147
// * void *
__cxa_begin_catch
(void *exceptionObject );
148
(void)
__cxa_begin_catch
(&exception_header->unwindHeader);
386
__cxa_begin_catch
(void* unwind_arg) throw()
function
459
__cxa_eh_globals* globals = __cxa_get_globals_fast(); // __cxa_get_globals called in
__cxa_begin_catch
559
// Mark the exception as being rethrown (reverse the effects of
__cxa_begin_catch
)
582
__cxa_begin_catch
(&exception_header->unwindHeader);
707
__cxa_begin_catch
(&dep_exception_header->unwindHeader);
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/
cxa_exception.cpp
147
// * void *
__cxa_begin_catch
(void *exceptionObject );
148
(void)
__cxa_begin_catch
(&exception_header->unwindHeader);
386
__cxa_begin_catch
(void* unwind_arg) throw()
function
459
__cxa_eh_globals* globals = __cxa_get_globals_fast(); // __cxa_get_globals called in
__cxa_begin_catch
559
// Mark the exception as being rethrown (reverse the effects of
__cxa_begin_catch
)
582
__cxa_begin_catch
(&exception_header->unwindHeader);
707
__cxa_begin_catch
(&dep_exception_header->unwindHeader);
Completed in 270 milliseconds