Searched refs:unexpected (Results 1 - 15 of 15) sorted by relevance
/ndk/sources/cxx-stl/gabi++/tests/ |
H A D | unexpected_01.cpp | 11 std::unexpected(); // it is OK to throw exception from std::unexpected()
|
H A D | unexpected_03.cpp | 12 std::unexpected();
|
H A D | unexpected_02.cpp | 17 std::unexpected();
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/exception.unexpected/unexpected/ |
H A D | unexpected.pass.cpp | 10 // test unexpected 24 std::unexpected();
|
/ndk/sources/cxx-stl/stlport/stlport/stl/config/ |
H A D | _intel.h | 68 void _STLP_CALL unexpected();
|
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
H A D | _exception.h | 115 using std::unexpected; 117 using _STLP_VENDOR_UNEXPECTED_STD::unexpected; 145 void unexpected();
|
/ndk/sources/cxx-stl/gabi++/src/ |
H A D | terminate.cc | 42 // The default std::unexpected() implementation will delegate to 124 _GABIXX_NORETURN void unexpected() { function in namespace:std
|
H A D | call_unexpected.cc | 193 __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 D | cxa_handlers.cpp | 40 // unexpected handler should not return 46 unexpected() function in namespace:std
|
/ndk/tests/device/test-gnustl-full/unit/cppunit/ |
H A D | test_main.cpp | 134 void _STLP_CALL unexpected() { function in namespace:std
|
/ndk/tests/device/test-stlport/unit/cppunit/ |
H A D | test_main.cpp | 134 void _STLP_CALL unexpected() { function in namespace:std
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/ |
H A D | exception.cpp | 28 // 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 D | dll_main.cpp | 256 void _STLP_CALL unexpected() { function in namespace:std
|
/ndk/tests/device/test-libc++-shared-full/jni/ |
H A 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) [all...] |
/ndk/tests/device/test-libc++-static-full/jni/ |
H A 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) [all...] |
Completed in 449 milliseconds