/ndk/sources/cxx-stl/stlport/stlport/stl/ |
D | _exception.h | 38 # define exception _STLP_NULLIFIED_BROKEN_EXCEPTION_CLASS macro 45 # undef exception 50 # include_next <exception.h> 52 # include _STLP_NATIVE_CPP_RUNTIME_HEADER(exception.h) 56 # include_next <exception> 58 # include _STLP_NATIVE_CPP_RUNTIME_HEADER(exception) 75 using _STLP_VENDOR_EXCEPT_STD::exception; 77 using ::exception; 161 class _STLP_CLASS_DECLSPEC exception { 164 exception() _STLP_NOTHROW; [all …]
|
D | _typeinfo.h | 41 class bad_cast : public exception {}; 74 struct bad_cast : exception {};
|
D | _stdexcept_base.h | 62 using _STLP_VENDOR_EXCEPT_STD::exception; 65 # define _STLP_EXCEPTION_BASE exception
|
/ndk/sources/cxx-stl/gabi++/src/ |
D | exception.cc | 36 exception::exception() _GABIXX_NOEXCEPT { in exception() function in std::exception 40 exception::~exception() _GABIXX_NOEXCEPT { in ~exception() 43 const char* exception::what() const _GABIXX_NOEXCEPT { in what()
|
D | cxxabi.cc | 341 _Unwind_Exception* exception = &header->unwindHeader; in __cxa_rethrow() local 347 if (isOurCxxException(exception->exception_class)) { in __cxa_rethrow() 357 _Unwind_Exception *exception = static_cast<_Unwind_Exception*>(exc); in __cxa_begin_catch() local 358 __cxa_exception* header = reinterpret_cast<__cxa_exception*>(exception+1)-1; in __cxa_begin_catch() 361 if (!isOurCxxException(exception->exception_class)) { in __cxa_begin_catch() 383 _Unwind_Exception* exception = &header->unwindHeader; in __cxa_end_catch() local 389 if (!isOurCxxException(exception->exception_class)) { in __cxa_end_catch() 391 _Unwind_DeleteException(exception); in __cxa_end_catch()
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/exception/ |
D | get_error_info.hpp | 32 get( exception const & x ) in get() 53 get( exception const & x ) in get() 65 get( exception const & x ) in get() 77 get( exception const & x ) in get() 102 get_error_info( boost::exception const & x ) in get_error_info() 109 get_error_info( boost::exception & x ) in get_error_info() 119 if( exception const * x = dynamic_cast<exception const *>(&some_exception) ) in get_error_info()
|
D | exception.hpp | 140 class exception; 185 char const * get_diagnostic_information( exception const &, char const * ); 187 void copy_boost_exception( exception *, exception const * ); 208 exception class 212 exception(): in exception() function in boost::exception 222 exception( exception const & x ) throw(): in exception() function in boost::exception 231 virtual ~exception() throw() 254 …friend char const * exception_detail::get_diagnostic_information( exception const &, char const * … 261 friend void exception_detail::copy_boost_exception( exception *, exception const * ); 275 exception:: [all …]
|
/ndk/sources/cxx-stl/stlport/stlport/ |
D | math.h | 23 #if !defined (exception) && (!defined (__KCC) || (__KCC_VERSION < 4000)) && \ 26 # define exception __math_exception macro 36 # undef exception 42 # define _exception exception
|
D | exception.h | 28 # include_next <exception.h> 30 # include _STLP_NATIVE_CPP_RUNTIME_HEADER(exception.h)
|
D | exception | 19 // the native header <exception>. 40 * call to the native exception header: 43 # include_next <exception> 47 # include <../include/exception> 49 # include _STLP_NATIVE_CPP_RUNTIME_HEADER(exception)
|
/ndk/sources/cxx-stl/llvm-libc++/patches.android/ |
D | 0004-std-terminate-should-not-specify-throw-in-C-98.patch | 8 include/exception | 4 ++++ 11 diff --git a/include/exception b/include/exception 13 --- a/include/exception 14 +++ b/include/exception
|
D | 0005-Fix-gabi-stlport-llvm-libc-build.patch | 7 src/exception.cpp | 2 +- 13 diff --git a/src/exception.cpp b/src/exception.cpp 15 --- a/src/exception.cpp 16 +++ b/src/exception.cpp
|
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/ |
D | exception.cpp | 19 exception::~exception() _NOEXCEPT in ~exception() 23 const char* exception::what() const _NOEXCEPT in what()
|
D | cxa_default_handlers.cpp | 58 static_cast<const __shim_type_info*>(&typeid(std::exception)); in default_terminate_handler() 62 const std::exception* e = static_cast<const std::exception*>(thrown_object); in default_terminate_handler()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/support.exception/exception/ |
D | exception.pass.cpp | 18 static_assert(std::is_polymorphic<std::exception>::value, in main() 20 std::exception b; in main() 21 std::exception b2 = b; in main()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/ |
D | exception | 2 //===-------------------------- exception ---------------------------------===// 15 exception synopsis 20 class exception 23 exception() noexcept; 24 exception(const exception&) noexcept; 25 exception& operator=(const exception&) noexcept; 26 virtual ~exception() noexcept; 31 : public exception 90 class _LIBCPP_EXCEPTION_ABI exception 93 _LIBCPP_INLINE_VISIBILITY exception() _NOEXCEPT {} [all …]
|
D | typeinfo | 37 : public exception 47 : public exception 61 #include <exception> 149 : public exception 158 : public exception
|
D | stdexcept | 32 class xxx_error : public exception // at least indirectly 46 #include <exception> 65 : public exception 82 : public exception
|
/ndk/tests/device/exceptions-crash/jni/ |
D | foo.cpp | 9 throw std::exception(); in foo() 11 catch (std::exception e) { in foo()
|
/ndk/tests/device/issue20176-__gnu_Unwind_Find_exidx/jni/ |
D | issue20176-__gnu_Unwind_Find_exidx.cpp | 25 throw std::exception(); in foo() 26 } catch (const std::exception &e) in foo()
|
/ndk/sources/cxx-stl/stlport/src/ |
D | dll_main.cpp | 64 exception::exception() _STLP_NOTHROW {} in exception() function in exception 65 exception::~exception() _STLP_NOTHROW {} in ~exception() 68 const char* exception::what() const _STLP_NOTHROW { return "class exception"; } in what()
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/ |
D | throw_exception.hpp | 54 void throw_exception( std::exception const & e ); // user defined 58 inline void throw_exception_assert_compatibility( std::exception const & ) { }
|
/ndk/sources/cxx-stl/gabi++/include/ |
D | exception | 37 class exception { 39 exception() _GABIXX_NOEXCEPT; 40 virtual ~exception() _GABIXX_NOEXCEPT; 44 class bad_exception : public exception {
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/impl/ |
D | execution_monitor.ipp | 14 // configurations, including Microsoft structured exception based, unix signals 36 #include <boost/exception/get_error_info.hpp> // for get_error_info 37 #include <boost/exception/current_exception_cast.hpp> // for current_exception_cast 43 #include <exception> // for std::exception, std::bad_exception 44 #include <stdexcept> // for std exception hierarchy 225 extract( boost::exception const* ex ) 238 report_error( execution_exception::error_code ec, boost::exception const* be, char const* format, v… 267 report_error( execution_exception::error_code ec, boost::exception const* be, char const* format, .… 895 // ************** Microsoft structured exception handling ************** // 1000 …on::system_fatal_error, "tried to continue execution after a non continuable exception occurred" ); [all …]
|
/ndk/tests/device/gnustl-shared-1/jni/ |
D | foo.cpp | 8 throw std::exception(); in foo()
|