Searched refs:unexpected (Results 1 - 15 of 15) sorted by relevance

/ndk/sources/cxx-stl/gabi++/tests/
H A Dunexpected_01.cpp11 std::unexpected(); // it is OK to throw exception from std::unexpected()
H A Dunexpected_03.cpp12 std::unexpected();
H A Dunexpected_02.cpp17 std::unexpected();
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/exception.unexpected/unexpected/
H A Dunexpected.pass.cpp10 // test unexpected
24 std::unexpected();
/ndk/sources/cxx-stl/stlport/stlport/stl/config/
H A D_intel.h68 void _STLP_CALL unexpected();
/ndk/sources/cxx-stl/stlport/stlport/stl/
H A D_exception.h115 using std::unexpected;
117 using _STLP_VENDOR_UNEXPECTED_STD::unexpected;
145 void unexpected();
/ndk/sources/cxx-stl/gabi++/src/
H A Dterminate.cc42 // The default std::unexpected() implementation will delegate to
124 _GABIXX_NORETURN void unexpected() { function in namespace:std
H A Dcall_unexpected.cc193 __cxa_begin_catch(unwind_exception); // unexpected is also a handler
195 std::unexpected();
209 __cxa_begin_catch(unwind_exception); // unexpected is also a handler
213 // A new exception thrown when calling unexpected.
255 __cxa_begin_catch(unwind_exception); // unexpected is also a handler
279 // A new exception thrown when calling unexpected.
328 // Call terminate after unexpected normally done
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/
H A Dcxa_handlers.cpp40 // unexpected handler should not return
46 unexpected() function in namespace:std
/ndk/tests/device/test-gnustl-full/unit/cppunit/
H A Dtest_main.cpp134 void _STLP_CALL unexpected() { function in namespace:std
/ndk/tests/device/test-stlport/unit/cppunit/
H A Dtest_main.cpp134 void _STLP_CALL unexpected() { function in namespace:std
/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
H A Dexception.cpp28 // current unexpected handler are in the ABI library.
63 unexpected() function in namespace:std
66 // unexpected handler should not return
/ndk/sources/cxx-stl/stlport/src/
H A Ddll_main.cpp256 void _STLP_CALL unexpected() { function in namespace:std
/ndk/tests/device/test-libc++-shared-full/jni/
H A 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)
[all...]
/ndk/tests/device/test-libc++-static-full/jni/
H A 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)
[all...]

Completed in 449 milliseconds