Searched refs:call_terminate (Results 1 – 6 of 6) sorted by relevance
/ndk/sources/cxx-stl/gabi++/src/ |
D | helper_func_internal.cc | 52 _GABIXX_NORETURN void call_terminate(_Unwind_Exception* unwind_exception) { in call_terminate() function 170 call_terminate(unwind_exception); in scanEHTable() 179 call_terminate(unwind_exception); in scanEHTable() 200 call_terminate(unwind_exception); in scanEHTable() 212 call_terminate(unwind_exception); in scanEHTable() 230 call_terminate(unwind_exception); in scanEHTable() 246 call_terminate(unwind_exception); in scanEHTable() 275 call_terminate(unwind_exception); in scanEHTable() 279 call_terminate(unwind_exception); in scanEHTable() 307 call_terminate(unwind_exception); in getTypePtr() [all …]
|
D | personality.cc | 103 call_terminate(unwind_exception);
|
D | helper_func_internal.h | 39 _GABIXX_NORETURN void call_terminate(_Unwind_Exception* unwind_exception) _GABIXX_HIDDEN;
|
D | call_unexpected.cc | 253 call_terminate(unwind_exception); in __cxa_call_unexpected()
|
D | cxxabi.cc | 271 call_terminate(&header->unwindHeader); in throwException()
|
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/ |
D | cxa_personality.cpp | 299 call_terminate(bool native_exception, _Unwind_Exception* unwind_exception) in call_terminate() function 337 call_terminate(native_exception, unwind_exception); in get_shim_type_info() 356 call_terminate(native_exception, unwind_exception); in get_shim_type_info() 377 call_terminate(native_exception, unwind_exception); in get_shim_type_info() 403 call_terminate(false, unwind_exception); in exception_spec_can_catch() 445 call_terminate(false, unwind_exception); in exception_spec_can_catch() 599 call_terminate(native_exception, unwind_exception); in scan_eh_tab() 714 call_terminate(native_exception, unwind_exception); in scan_eh_tab() 728 call_terminate(native_exception, unwind_exception); in scan_eh_tab() 750 call_terminate(native_exception, unwind_exception); in scan_eh_tab() [all …]
|