/ndk/sources/cxx-stl/gabi++/src/ |
helper_func_internal.cc | 52 _GABIXX_NORETURN void call_terminate(_Unwind_Exception* unwind_exception) { function in namespace:__cxxabiv1 170 call_terminate(unwind_exception); 179 call_terminate(unwind_exception); 200 call_terminate(unwind_exception); 212 call_terminate(unwind_exception); 230 call_terminate(unwind_exception); 246 call_terminate(unwind_exception); 275 call_terminate(unwind_exception); 279 call_terminate(unwind_exception); 307 call_terminate(unwind_exception) [all...] |
helper_func_internal.h | 39 _GABIXX_NORETURN void call_terminate(_Unwind_Exception* unwind_exception) _GABIXX_HIDDEN;
|
personality.cc | 103 call_terminate(unwind_exception);
|
call_unexpected.cc | 253 call_terminate(unwind_exception);
|
cxxabi.cc | 271 call_terminate(&header->unwindHeader);
|
/external/libcxxabi/src/ |
cxa_personality.cpp | 307 call_terminate(bool native_exception, _Unwind_Exception* unwind_exception) function 347 call_terminate(native_exception, unwind_exception); 367 call_terminate(native_exception, unwind_exception); 388 call_terminate(native_exception, unwind_exception); 414 call_terminate(false, unwind_exception); 456 call_terminate(false, unwind_exception); 609 call_terminate(native_exception, unwind_exception); 724 call_terminate(native_exception, unwind_exception); 738 call_terminate(native_exception, unwind_exception); 760 call_terminate(native_exception, unwind_exception) [all...] |
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/ |
cxa_personality.cpp | 304 call_terminate(bool native_exception, _Unwind_Exception* unwind_exception) function 344 call_terminate(native_exception, unwind_exception); 364 call_terminate(native_exception, unwind_exception); 385 call_terminate(native_exception, unwind_exception); 411 call_terminate(false, unwind_exception); 453 call_terminate(false, unwind_exception); 606 call_terminate(native_exception, unwind_exception); 721 call_terminate(native_exception, unwind_exception); 735 call_terminate(native_exception, unwind_exception); 757 call_terminate(native_exception, unwind_exception) [all...] |