/ndk/sources/cxx-stl/llvm-libc++/patches.android/ |
D | 0011-Fix-tests-for-Android.patch | 13 .../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
|
D | 0004-std-terminate-should-not-specify-throw-in-C-98.patch | 15 @@ -112,7 +112,11 @@ _LIBCPP_NORETURN _LIBCPP_FUNC_VIS void unexpected();
|
D | 0013-temp-collective-ndk-hackathon-fixes.patch | 623 // without illegal macros (unexpected macros not beginning with _UpperCase or
|
/ndk/sources/cxx-stl/gabi++/tests/ |
D | unexpected_01.cpp | 11 std::unexpected(); // it is OK to throw exception from std::unexpected() in main()
|
D | unexpected_03.cpp | 12 std::unexpected(); in main()
|
D | unexpected_02.cpp | 17 std::unexpected(); in main()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/exception.unexpected/unexpected/ |
D | unexpected.pass.cpp | 24 std::unexpected(); in main()
|
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
D | _exception.h | 115 using std::unexpected; 117 using _STLP_VENDOR_UNEXPECTED_STD::unexpected;
|
/ndk/sources/cxx-stl/stlport/stlport/stl/config/ |
D | _intel.h | 68 void _STLP_CALL unexpected();
|
/ndk/sources/cxx-stl/gabi++/src/ |
D | terminate.cc | 124 _GABIXX_NORETURN void unexpected() { in unexpected() function
|
D | call_unexpected.cc | 195 std::unexpected(); in __cxa_call_unexpected()
|
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/ |
D | cxa_handlers.cpp | 46 unexpected() in unexpected() function
|
/ndk/tests/device/test-gnustl-full/unit/cppunit/ |
D | test_main.cpp | 134 void _STLP_CALL unexpected() { in unexpected() function
|
/ndk/tests/device/test-stlport/unit/cppunit/ |
D | test_main.cpp | 134 void _STLP_CALL unexpected() { in unexpected() function
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/ |
D | exception | 44 [[noreturn]] void unexpected(); 110 _LIBCPP_NORETURN _LIBCPP_FUNC_VIS void unexpected();
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/ |
D | exception.cpp | 63 unexpected() in unexpected() function
|
/ndk/sources/cxx-stl/stlport/src/ |
D | dll_main.cpp | 256 void _STLP_CALL unexpected() { in unexpected() function
|
/ndk/sources/cxx-stl/gabi++/include/ |
D | exception | 59 void unexpected() _GABIXX_NORETURN;
|
/ndk/tests/device/test-libc++-static-full/jni/ |
D | Android.mk | 1382 $(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/ |
D | Android.mk | 1391 $(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)
|