Home
last modified time | relevance | path

Searched refs:get_unexpected (Results 1 – 13 of 13) sorted by relevance

/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/exception.unexpected/set.unexpected/
Dget_unexpected.pass.cpp27 std::unexpected_handler old = std::get_unexpected(); in main()
31 assert(std::get_unexpected() == f1); in main()
34 assert(std::get_unexpected() == f2); in main()
/ndk/sources/cxx-stl/gabi++/src/
Dterminate.cc113 unexpected_handler get_unexpected() _GABIXX_NOEXCEPT { in get_unexpected() function
125 unexpected_handler handler = std::get_unexpected(); in unexpected()
Dcall_unexpected.cc273 u_handler = std::get_unexpected(); in __cxa_call_unexpected()
Dcxxabi.cc264 header->unexpectedHandler = std::get_unexpected(); in throwException()
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/
Dcxa_handlers.cpp27 get_unexpected() _NOEXCEPT in get_unexpected() function
48 __unexpected(get_unexpected()); in unexpected()
Dcxa_exception.cpp228 exception_header->unexpectedHandler = std::get_unexpected(); in __cxa_throw()
696 dep_exception_header->unexpectedHandler = std::get_unexpected(); in __cxa_rethrow_primary_exception()
Dcxa_personality.cpp1225 u_handler = std::get_unexpected(); in __cxa_call_unexpected()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
Dexception.cpp56 get_unexpected() _NOEXCEPT in get_unexpected() function
65 (*get_unexpected())(); in unexpected()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
Dexception43 unexpected_handler get_unexpected() noexcept;
109 _LIBCPP_FUNC_VIS unexpected_handler get_unexpected() _NOEXCEPT;
/ndk/sources/cxx-stl/llvm-libc++/patches.android/
D0011-Fix-tests-for-Android.patch13 .../exception.unexpected/set.unexpected/get_unexpected.pass.cpp | 4 ++++
164 …eption.unexpected/set.unexpected/get_unexpected.pass.cpp b/test/depr/exception.unexpected/set.unex…
166 --- a/test/depr/exception.unexpected/set.unexpected/get_unexpected.pass.cpp
167 +++ b/test/depr/exception.unexpected/set.unexpected/get_unexpected.pass.cpp
169 assert(std::get_unexpected() == f2);
/ndk/sources/cxx-stl/gabi++/include/
Dexception57 unexpected_handler get_unexpected() _GABIXX_NOEXCEPT;
/ndk/tests/device/test-libc++-static-full/jni/
DAndroid.mk1383 $(call gen-test, depr/exception.unexpected/set.unexpected/get_unexpected)
/ndk/tests/device/test-libc++-shared-full/jni/
DAndroid.mk1392 $(call gen-test, depr/exception.unexpected/set.unexpected/get_unexpected)