Home
last modified time | relevance | path

Searched refs:unexpected (Results 1 – 20 of 20) sorted by relevance

/ndk/sources/cxx-stl/llvm-libc++/patches.android/
D0011-Fix-tests-for-Android.patch13 .../exception.unexpected/set.unexpected/get_unexpected.pass.cpp | 4 ++++
14 .../exception.unexpected/set.unexpected/set_unexpected.pass.cpp | 4 ++++
164 …--git a/test/depr/exception.unexpected/set.unexpected/get_unexpected.pass.cpp b/test/depr/exceptio…
166 --- a/test/depr/exception.unexpected/set.unexpected/get_unexpected.pass.cpp
167 +++ b/test/depr/exception.unexpected/set.unexpected/get_unexpected.pass.cpp
170 // verify calling original unexpected handler calls terminate
179 …--git a/test/depr/exception.unexpected/set.unexpected/set_unexpected.pass.cpp b/test/depr/exceptio…
181 --- a/test/depr/exception.unexpected/set.unexpected/set_unexpected.pass.cpp
182 +++ b/test/depr/exception.unexpected/set.unexpected/set_unexpected.pass.cpp
185 // verify calling original unexpected handler calls terminate
D0004-std-terminate-should-not-specify-throw-in-C-98.patch15 @@ -112,7 +112,11 @@ _LIBCPP_NORETURN _LIBCPP_FUNC_VIS void unexpected();
D0013-temp-collective-ndk-hackathon-fixes.patch623 // without illegal macros (unexpected macros not beginning with _UpperCase or
/ndk/sources/cxx-stl/gabi++/tests/
Dunexpected_01.cpp11 std::unexpected(); // it is OK to throw exception from std::unexpected() in main()
Dunexpected_03.cpp12 std::unexpected(); in main()
Dunexpected_02.cpp17 std::unexpected(); in main()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/exception.unexpected/unexpected/
Dunexpected.pass.cpp24 std::unexpected(); in main()
/ndk/sources/cxx-stl/stlport/stlport/stl/
D_exception.h115 using std::unexpected;
117 using _STLP_VENDOR_UNEXPECTED_STD::unexpected;
/ndk/sources/cxx-stl/stlport/stlport/stl/config/
D_intel.h68 void _STLP_CALL unexpected();
/ndk/sources/cxx-stl/gabi++/src/
Dterminate.cc124 _GABIXX_NORETURN void unexpected() { in unexpected() function
Dcall_unexpected.cc195 std::unexpected(); in __cxa_call_unexpected()
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/
Dcxa_handlers.cpp46 unexpected() in unexpected() function
/ndk/tests/device/test-gnustl-full/unit/cppunit/
Dtest_main.cpp134 void _STLP_CALL unexpected() { in unexpected() function
/ndk/tests/device/test-stlport/unit/cppunit/
Dtest_main.cpp134 void _STLP_CALL unexpected() { in unexpected() function
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
Dexception44 [[noreturn]] void unexpected();
110 _LIBCPP_NORETURN _LIBCPP_FUNC_VIS void unexpected();
/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
Dexception.cpp63 unexpected() in unexpected() function
/ndk/sources/cxx-stl/stlport/src/
Ddll_main.cpp256 void _STLP_CALL unexpected() { in unexpected() function
/ndk/sources/cxx-stl/gabi++/include/
Dexception59 void unexpected() _GABIXX_NORETURN;
/ndk/tests/device/test-libc++-static-full/jni/
DAndroid.mk1382 $(call gen-test, depr/exception.unexpected/nothing_to_do)
1383 $(call gen-test, depr/exception.unexpected/set.unexpected/get_unexpected)
1384 $(call gen-test, depr/exception.unexpected/set.unexpected/set_unexpected)
1385 $(call gen-test, depr/exception.unexpected/unexpected.handler/unexpected_handler)
1386 $(call gen-test, depr/exception.unexpected/unexpected/unexpected)
/ndk/tests/device/test-libc++-shared-full/jni/
DAndroid.mk1391 $(call gen-test, depr/exception.unexpected/nothing_to_do)
1392 $(call gen-test, depr/exception.unexpected/set.unexpected/get_unexpected)
1393 $(call gen-test, depr/exception.unexpected/set.unexpected/set_unexpected)
1394 $(call gen-test, depr/exception.unexpected/unexpected.handler/unexpected_handler)
1395 $(call gen-test, depr/exception.unexpected/unexpected/unexpected)