Searched
refs:exception (Results
276 -
300 of
2577) sorted by null
<<11121314151617181920>>
| /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.multiset/ |
| erase_iter_iter_db4.pass.cpp | 20 #include <exception>
|
| /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.set/ |
| erase_iter_iter_db4.pass.cpp | 20 #include <exception>
|
| /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/exception.unexpected/set.unexpected/ |
| set_unexpected.pass.cpp | 12 #include <exception>
|
| /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/support.dynamic/alloc.errors/bad.alloc/ |
| bad_alloc.pass.cpp | 18 static_assert((std::is_base_of<std::exception, std::bad_alloc>::value), 19 "std::is_base_of<std::exception, std::bad_alloc>::value");
|
| /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/support.exception/uncaught/ |
| uncaught_exception.pass.cpp | 12 #include <exception>
|
| /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/support.rtti/bad.cast/ |
| bad_cast.pass.cpp | 18 static_assert((std::is_base_of<std::exception, std::bad_cast>::value), 19 "std::is_base_of<std::exception, std::bad_cast>::value");
|
| /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/support.rtti/bad.typeid/ |
| bad_typeid.pass.cpp | 18 static_assert((std::is_base_of<std::exception, std::bad_typeid>::value), 19 "std::is_base_of<std::exception, std::bad_typeid>::value");
|
| /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/util.smartptr/util.smartptr.weakptr/ |
| bad_weak_ptr.pass.cpp | 13 // : public std::exception 26 static_assert((std::is_base_of<std::exception, std::bad_weak_ptr>::value), "");
|
| /ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/ |
| cxa_default_handlers.cpp | 14 #include <exception> 27 // If there might be an uncaught exception 33 // If there is an uncaught exception 56 // If the uncaught exception can be caught with std::exception& 58 static_cast<const __shim_type_info*>(&typeid(std::exception)); 61 // Include the what() message from the exception 62 const std::exception* e = static_cast<const std::exception*>(thrown_object); 63 abort_message("terminating with %s exception of type %s: %s" [all...] |
| /ndk/sources/third_party/googletest/googletest/test/ |
| gtest_throw_on_failure_test_.cc | 42 #include <exception> // for set_terminate 48 fprintf(stderr, "%s\n", "Unhandled C++ exception terminating the program.");
|
| /ndk/tests/device/issue22165-typeinfo/jni/ |
| main.cpp | 16 } catch (std::exception const& e) { 17 std::cout << "ERROR: exception caught!" << std::endl;
|
| /ndk/tests/device/test-stlport_shared-exception/jni/ |
| eh23.cpp | 4 #include <exception>
|
| filter2.cpp | 6 #include <exception>
|
| rethrow3.cpp | 4 #include <exception>
|
| spec1.cpp | 2 // Testing exception specifications. 3 // Test 1: the original exception succeeds. 6 #include <exception>
|
| spec2.cpp | 2 // Testing exception specifications. 6 #include <exception>
|
| spec3_1.cpp | 2 // Testing exception specifications. 6 #include <exception>
|
| unexpected1.cpp | 5 #include <exception>
|
| /ndk/tests/device/test-stlport_static-exception/jni/ |
| eh23.cpp | 4 #include <exception>
|
| filter2.cpp | 6 #include <exception>
|
| rethrow3.cpp | 4 #include <exception>
|
| spec1.cpp | 2 // Testing exception specifications. 3 // Test 1: the original exception succeeds. 6 #include <exception>
|
| spec2.cpp | 2 // Testing exception specifications. 6 #include <exception>
|
| spec3_1.cpp | 2 // Testing exception specifications. 6 #include <exception>
|
| unexpected1.cpp | 5 #include <exception>
|
Completed in 648 milliseconds
<<11121314151617181920>>