Home
last modified time | relevance | path

Searched refs:uncaught_exception (Results 1 – 16 of 16) sorted by relevance

/ndk/tests/device/test-stlport_shared-exception/jni/
Deh48.cpp7 using std::uncaught_exception;
11 if (uncaught_exception ()) in ~A()
17 if (uncaught_exception ()) in main()
22 if (uncaught_exception ()) in main()
25 if (uncaught_exception ()) in main()
/ndk/tests/device/test-stlport_static-exception/jni/
Deh48.cpp7 using std::uncaught_exception;
11 if (uncaught_exception ()) in ~A()
17 if (uncaught_exception ()) in main()
22 if (uncaught_exception ()) in main()
25 if (uncaught_exception ()) in main()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/support.exception/uncaught/
Duncaught_exception.pass.cpp19 assert(std::uncaught_exception()); in ~A()
28 assert(!std::uncaught_exception()); in B()
37 assert(!std::uncaught_exception()); in main()
42 assert(!std::uncaught_exception()); in main()
44 assert(!std::uncaught_exception()); in main()
/ndk/sources/cxx-stl/gabi++/src/
Dexception.cc60 bool uncaught_exception() _GABIXX_NOEXCEPT { in uncaught_exception() function
/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
Dexception.cpp109 bool uncaught_exception() _NOEXCEPT in uncaught_exception() function
118 # warning uncaught_exception not yet implemented in uncaught_exception()
/ndk/sources/cxx-stl/llvm-libc++/patches.android/
D0004-std-terminate-should-not-specify-throw-in-C-98.patch25 _LIBCPP_FUNC_VIS bool uncaught_exception() _NOEXCEPT;
/ndk/sources/cxx-stl/stlport/stlport/stl/
D_exception.h127 using _STLP_VENDOR_UNCAUGHT_EXCEPTION_STD::uncaught_exception;
D_ostream.h187 if (!uncaught_exception()) in ~sentry()
/ndk/tests/device/test-stlport/unit/
Dexception_test.cpp105 _res = std::uncaught_exception()?1:0; in ~UncaughtClassTest()
/ndk/tests/device/test-gnustl-full/unit/
Dexception_test.cpp105 _res = std::uncaught_exception()?1:0; in ~UncaughtClassTest()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
Dexception51 bool uncaught_exception() noexcept;
121 _LIBCPP_FUNC_VIS bool uncaught_exception() _NOEXCEPT;
Dostream248 && !uncaught_exception())
/ndk/sources/cxx-stl/gabi++/include/
Dexception61 bool uncaught_exception() _GABIXX_NOEXCEPT;
/ndk/docs/text/
DCHANGES.text781 - Fixed STLport segfault in uncaught_exception().
/ndk/tests/device/test-libc++-shared-full/jni/
DAndroid.mk2022 $(call gen-test, language.support/support.exception/uncaught/uncaught_exception)
/ndk/tests/device/test-libc++-static-full/jni/
DAndroid.mk2013 $(call gen-test, language.support/support.exception/uncaught/uncaught_exception)