Home
last modified time | relevance | path

Searched refs:exception (Results 1 – 25 of 151) sorted by relevance

1234567

/ndk/sources/cxx-stl/stlport/stlport/stl/
D_exception.h38 # 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.h41 class bad_cast : public exception {};
74 struct bad_cast : exception {};
D_stdexcept_base.h62 using _STLP_VENDOR_EXCEPT_STD::exception;
65 # define _STLP_EXCEPTION_BASE exception
/ndk/sources/cxx-stl/gabi++/src/
Dexception.cc36 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()
Dcxxabi.cc341 _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/
Dget_error_info.hpp32 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()
Dexception.hpp140 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/
Dmath.h23 #if !defined (exception) && (!defined (__KCC) || (__KCC_VERSION < 4000)) && \
26 # define exception __math_exception macro
36 # undef exception
42 # define _exception exception
Dexception.h28 # include_next <exception.h>
30 # include _STLP_NATIVE_CPP_RUNTIME_HEADER(exception.h)
Dexception19 // 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/
D0004-std-terminate-should-not-specify-throw-in-C-98.patch8 include/exception | 4 ++++
11 diff --git a/include/exception b/include/exception
13 --- a/include/exception
14 +++ b/include/exception
D0005-Fix-gabi-stlport-llvm-libc-build.patch7 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/
Dexception.cpp19 exception::~exception() _NOEXCEPT in ~exception()
23 const char* exception::what() const _NOEXCEPT in what()
Dcxa_default_handlers.cpp58 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/
Dexception.pass.cpp18 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/
Dexception2 //===-------------------------- 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 …]
Dtypeinfo37 : public exception
47 : public exception
61 #include <exception>
149 : public exception
158 : public exception
Dstdexcept32 class xxx_error : public exception // at least indirectly
46 #include <exception>
65 : public exception
82 : public exception
/ndk/tests/device/exceptions-crash/jni/
Dfoo.cpp9 throw std::exception(); in foo()
11 catch (std::exception e) { in foo()
/ndk/tests/device/issue20176-__gnu_Unwind_Find_exidx/jni/
Dissue20176-__gnu_Unwind_Find_exidx.cpp25 throw std::exception(); in foo()
26 } catch (const std::exception &e) in foo()
/ndk/sources/cxx-stl/stlport/src/
Ddll_main.cpp64 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/
Dthrow_exception.hpp54 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/
Dexception37 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/
Dexecution_monitor.ipp14 // 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/
Dfoo.cpp8 throw std::exception(); in foo()

1234567