/ndk/sources/cxx-stl/gabi++/include/ |
D | new | 46 bad_alloc() throw(); 47 virtual ~bad_alloc() throw(); 48 virtual const char* what() const throw(); 53 bad_array_new_length() throw(); 54 virtual ~bad_array_new_length() throw(); 55 virtual const char* what() const throw(); 62 bad_array_length() throw(); 63 virtual ~bad_array_length() throw(); 64 virtual const char* what() const throw(); 69 new_handler set_new_handler(new_handler) throw(); [all …]
|
D | typeinfo | 82 bad_cast() throw(); 83 virtual ~bad_cast() throw(); 84 virtual const char* what() const throw(); 89 bad_typeid() throw(); 90 virtual ~bad_typeid() throw(); 91 virtual const char* what() const throw();
|
D | gabixx_config.h | 47 # define _GABIXX_NOEXCEPT throw()
|
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/include/ |
D | cxxabi.h | 44 extern void * __cxa_allocate_exception(size_t thrown_size) throw(); 45 extern void __cxa_free_exception(void * thrown_exception) throw(); 52 extern void * __cxa_get_exception_ptr(void * exceptionObject) throw(); 53 extern void * __cxa_begin_catch(void * exceptionObject) throw(); 56 extern bool __cxa_begin_cleanup(void * exceptionObject) throw(); 172 extern void * __cxa_current_primary_exception() throw(); 174 extern void __cxa_increment_exception_refcount(void* primary_exception) throw(); 175 extern void __cxa_decrement_exception_refcount(void* primary_exception) throw(); 178 extern bool __cxa_uncaught_exception() throw();
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/support/ |
D | test_allocator.h | 54 test_allocator() throw() : data_(0) {++count;} in throw() function 55 explicit test_allocator(int i) throw() : data_(i) {++count;} in test_allocator() 56 test_allocator(const test_allocator& a) throw() in throw() function 58 template <class U> test_allocator(const test_allocator<U>& a) throw() in test_allocator() 60 ~test_allocator() throw() {assert(data_ >= 0); --count; data_ = -1;} in throw() function 68 throw std::bad_alloc(); 79 size_type max_size() const throw() in max_size() 115 explicit non_default_test_allocator(int i) throw() : data_(i) {++count;} in non_default_test_allocator() 116 non_default_test_allocator(const non_default_test_allocator& a) throw() in throw() function 118 template <class U> non_default_test_allocator(const non_default_test_allocator<U>& a) throw() in non_default_test_allocator() [all …]
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/futures/ |
D | test_allocator.h | 49 test_allocator() throw() : data_(-1) {} in throw() function 50 explicit test_allocator(int i) throw() : data_(i) {} in test_allocator() 51 test_allocator(const test_allocator& a) throw() in throw() function 53 template <class U> test_allocator(const test_allocator<U>& a) throw() in test_allocator() 55 ~test_allocator() throw() {data_ = 0;} in throw() function 62 throw std::bad_alloc(); 72 size_type max_size() const throw() in max_size() 105 test_allocator() throw() : data_(-1) {} in throw() function 106 explicit test_allocator(int i) throw() : data_(i) {} in test_allocator() 107 test_allocator(const test_allocator& a) throw() in throw() function [all …]
|
/ndk/sources/cxx-stl/llvm-libc++/patches.android/ |
D | 0003-Fallback-to-locale-C.patch | 34 throw runtime_error("collate_byname<char>::collate_byname" 49 throw runtime_error("collate_byname<char>::collate_byname" 64 throw runtime_error("collate_byname<wchar_t>::collate_byname(size_t refs)" 79 throw runtime_error("collate_byname<wchar_t>::collate_byname(size_t refs)" 94 throw runtime_error("ctype_byname<char>::ctype_byname" 109 throw runtime_error("ctype_byname<char>::ctype_byname" 124 throw runtime_error("ctype_byname<wchar_t>::ctype_byname" 139 throw runtime_error("ctype_byname<wchar_t>::ctype_byname" 154 throw runtime_error("codecvt_byname<wchar_t, char, mbstate_t>::codecvt_byname" 176 throw runtime_error("numpunct_byname<char>::numpunct_byname" [all …]
|
D | 0004-std-terminate-should-not-specify-throw-in-C-98.patch | 4 Subject: [PATCH 04/12] std::terminate() should not specify "throw ()" in C++
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/ |
D | codecvt | 106 virtual int do_encoding() const throw(); 107 virtual bool do_always_noconv() const throw(); 110 virtual int do_max_length() const throw(); 141 virtual int do_encoding() const throw(); 142 virtual bool do_always_noconv() const throw(); 145 virtual int do_max_length() const throw(); 176 virtual int do_encoding() const throw(); 177 virtual bool do_always_noconv() const throw(); 180 virtual int do_max_length() const throw(); 229 virtual int do_encoding() const throw(); [all …]
|
D | __sso_allocator | 44 _LIBCPP_INLINE_VISIBILITY __sso_allocator() throw() : __allocated_(false) {} 45 … _LIBCPP_INLINE_VISIBILITY __sso_allocator(const __sso_allocator&) throw() : __allocated_(false) {} 46 …ate <class _Up> _LIBCPP_INLINE_VISIBILITY __sso_allocator(const __sso_allocator<_Up, _Np>&) throw() 67 … _LIBCPP_INLINE_VISIBILITY size_type max_size() const throw() {return size_type(~0) / sizeof(_Tp);}
|
D | exception | 160 throw __e; 208 throw __nested<typename remove_reference<_Tp>::type>(_VSTD::forward<_Tp>(__t)); 227 throw _VSTD::forward<_Tp>(__t);
|
D | future | 648 throw future_error(make_error_code(future_errc::promise_already_satisfied)); 668 throw future_error(make_error_code(future_errc::promise_already_satisfied)); 730 throw future_error(make_error_code(future_errc::promise_already_satisfied)); 745 throw future_error(make_error_code(future_errc::promise_already_satisfied)); 1136 throw future_error(make_error_code(future_errc::future_already_retrieved)); 1240 throw future_error(make_error_code(future_errc::future_already_retrieved)); 1442 throw future_error(make_error_code(future_errc::no_state)); 1453 throw future_error(make_error_code(future_errc::no_state)); 1466 throw future_error(make_error_code(future_errc::no_state)); 1479 throw future_error(make_error_code(future_errc::no_state)); [all …]
|
/ndk/sources/cxx-stl/stlport/stlport/stl/config/ |
D | _apple.h | 63 # define _STLP_THROW(x) (DebugStr("\pSTL is about to throw exception: "#x),throw x) 111 # define _STLP_MPWFIX_CATCH }catch(...){throw;} //*TY 06/01/2000 - exception handling … 112 # define _STLP_MPWFIX_CATCH_ACTION(action) }catch(...){action;throw;} //*TY 06/01/2000 - exception…
|
D | features.h | 818 # define _STLP_THROW(x) throw x 820 # define _STLP_RETHROW throw 822 # define _STLP_UNWIND(action) catch(...) { action; throw; } 831 # define _STLP_THROWS(x) throw(x) 834 # define _STLP_NOTHROW throw() 855 # define _STLP_THROWS_INHERENTLY(x) throw x 856 # define _STLP_NOTHROW_INHERENTLY throw()
|
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
D | _range_errors.c | 22 # define _STLP_THROW_MSG(ex,msg) throw std::ex(msg) 35 # define _STLP_THROW_MSG(ex,msg) throw ex(msg)
|
/ndk/tests/device/issue22165-typeinfo/jni/ |
D | myexception.h | 17 virtual ~my_exception() throw() in ~my_exception()
|
/ndk/tests/device/gnustl-shared-1/ |
D | README | 1 This checks that one can link against gnustl_shared and still throw exceptions
|
/ndk/tests/build/b8247455-hidden-cxa/jni/ |
D | Android.mk | 27 LOCAL_SRC_FILES:= throw.cpp
|
/ndk/tests/device/test-stlport/unit/ |
D | full_streambuf.h | 30 throw "streambuf full"; in overflow()
|
/ndk/tests/device/test-gabi++/ |
D | README | 6 dynamic_cast<> and try..throw..catch really work.
|
/ndk/tests/device/test-gnustl-full/unit/ |
D | full_streambuf.h | 30 throw "streambuf full"; in overflow()
|
/ndk/sources/host-tools/ndk-stack/elff/ |
D | elf_alloc.h | 153 void* operator new(size_t size) throw() { in new()
|
/ndk/tests/device/test-basic-exceptions/ |
D | README | 9 libsupc++.a without any kind of conflict, and that the try / throw / catch
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/impl/ |
D | framework.ipp | 91 throw std::runtime_error( "test module initialization failed" ); 171 throw test_being_aborted(); 271 throw setup_error( ex.what() ); 389 throw internal_error( "Invalid test unit type" ); 422 throw setup_error( ex.what() );
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/ |
D | stack_allocator.h | 43 throw std::bad_alloc();
|