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 | 304 call_terminate(bool native_exception, _Unwind_Exception* unwind_exception) in call_terminate() function 344 call_terminate(native_exception, unwind_exception); in get_shim_type_info() 364 call_terminate(native_exception, unwind_exception); in get_shim_type_info() 385 call_terminate(native_exception, unwind_exception); in get_shim_type_info() 411 call_terminate(false, unwind_exception); in exception_spec_can_catch() 453 call_terminate(false, unwind_exception); in exception_spec_can_catch() 606 call_terminate(native_exception, unwind_exception); in scan_eh_tab() 721 call_terminate(native_exception, unwind_exception); in scan_eh_tab() 735 call_terminate(native_exception, unwind_exception); in scan_eh_tab() 757 call_terminate(native_exception, unwind_exception); in scan_eh_tab() [all …]
|