Home
last modified time | relevance | path

Searched refs:terminate (Results 1 – 25 of 40) sorted by relevance

12

/ndk/sources/cxx-stl/llvm-libc++/patches.android/
D0004-std-terminate-should-not-specify-throw-in-C-98.patch4 Subject: [PATCH 04/12] std::terminate() should not specify "throw ()" in C++
20 _LIBCPP_NORETURN _LIBCPP_FUNC_VIS void terminate() _NOEXCEPT;
22 +_LIBCPP_NORETURN _LIBCPP_FUNC_VIS void terminate();
D0011-Fix-tests-for-Android.patch170 // verify calling original unexpected handler calls terminate
185 // verify calling original unexpected handler calls terminate
/ndk/sources/cxx-stl/gabi++/src/
Dterminate.cc47 std::terminate(); in __default_unexpected()
109 _GABIXX_NORETURN void terminate() _GABIXX_NOEXCEPT_CXX11_ONLY { in terminate() function
130 terminate(); in unexpected()
Dcall_unexpected.cc127 std::terminate(); in unexpected_helper()
157 std::terminate(); in helper_end_cleanup()
197 std::terminate(); in __cxa_call_unexpected()
282 std::terminate(); in __cxa_call_unexpected()
Dfatal_error.cc75 std::terminate(); in __fatal_error()
Dhelper_func_internal.cc54 std::terminate(); in call_terminate()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
Dexception.cpp67 terminate(); in unexpected()
85 terminate() _NOEXCEPT in terminate() function
260 terminate(); in rethrow_nested()
294 terminate(); in rethrow_exception()
Dthread.cpp37 terminate(); in ~thread()
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/
Dcxa_exception.cpp163 std::terminate(); in __cxa_allocate_exception()
182 std::terminate(); in __cxa_allocate_dependent_exception()
295 std::terminate(); in __cxa_begin_cleanup()
321 std::terminate(); in __cxa_end_cleanup_impl()
421 std::terminate(); in __cxa_begin_catch()
555 std::terminate(); // throw; called outside of a exception handler in __cxa_rethrow()
586 std::terminate(); in __cxa_rethrow()
Dcxa_handlers.cpp83 terminate() _NOEXCEPT in terminate() function
Dcxa_default_handlers.cpp84 std::terminate(); in default_unexpected_handler()
Dcxa_vector.cpp98 ~st_terminate () { if ( enabled_ ) std::terminate (); } in ~st_terminate()
Dcxa_personality.cpp313 std::terminate(); in call_terminate()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/support.exception/exception.terminate/terminate/
Dterminate.pass.cpp24 std::terminate(); in main()
/ndk/sources/cxx-stl/gabi++/
Dsources.mk27 src/terminate.cc \
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/
Dstack_allocator.h45 std::terminate();
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
Dexception49 [[noreturn]] void terminate() noexcept;
116 _LIBCPP_NORETURN _LIBCPP_FUNC_VIS void terminate() _NOEXCEPT;
118 _LIBCPP_NORETURN _LIBCPP_FUNC_VIS void terminate();
Dthread395 terminate();
/ndk/sources/cxx-stl/stlport/stlport/stl/
D_exception.h122 using _STLP_VENDOR_TERMINATE_STD::terminate;
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/support/
Dtest_allocator.h70 std::terminate();
130 std::terminate();
/ndk/sources/cxx-stl/gabi++/include/
Dexception54 void terminate() _GABIXX_NOEXCEPT_CXX11_ONLY _GABIXX_NORETURN;
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/futures/
Dtest_allocator.h64 std::terminate();
/ndk/sources/host-tools/gdb-pretty-printers/stlport/gppfs-0.2/
DCOPYING412 modify it is void, and will automatically terminate your rights under
430 Termination of your rights under this section does not terminate the
/ndk/sources/host-tools/ndk-stack/binutils/
DCOPYING3411 modify it is void, and will automatically terminate your rights under
429 Termination of your rights under this section does not terminate the
/ndk/build/tools/toolchain-licenses/
DCOPYING3411 modify it is void, and will automatically terminate your rights under
429 Termination of your rights under this section does not terminate the

12