Home
last modified time | relevance | path

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

/ndk/sources/cxx-stl/stlport/stlport/stl/
D_auto_ptr.h53 _Tp* release() _STLP_NOTHROW { in release()
59 void reset(_Tp* __px = 0) _STLP_NOTHROW {
66 _Tp* get() const _STLP_NOTHROW in get()
74 _Tp* operator->() const _STLP_NOTHROW {
79 _Tp& operator*() const _STLP_NOTHROW {
84 explicit auto_ptr(_Tp* __px = 0) _STLP_NOTHROW { this->__set(__px); }
88 template<class _Tp1> auto_ptr(auto_ptr<_Tp1>& __r) _STLP_NOTHROW { in auto_ptr()
93 template<class _Tp1> auto_ptr<_Tp>& operator=(auto_ptr<_Tp1>& __r) _STLP_NOTHROW {
100 auto_ptr(_Self& __r) _STLP_NOTHROW { this->__set(__r.release()); } in auto_ptr()
102 _Self& operator=(_Self& __r) _STLP_NOTHROW {
[all …]
D_exception.h164 exception() _STLP_NOTHROW;
165 virtual ~exception() _STLP_NOTHROW;
166 virtual const char* what() const _STLP_NOTHROW;
168 exception() _STLP_NOTHROW {}
169 virtual ~exception() _STLP_NOTHROW {}
170 virtual const char* what() const _STLP_NOTHROW {return "class exception";}
178 bad_exception() _STLP_NOTHROW;
179 ~bad_exception() _STLP_NOTHROW;
180 const char* what() const _STLP_NOTHROW;
182 bad_exception() _STLP_NOTHROW {}
[all …]
D_limits.h62 static __number (_STLP_CALL min)() _STLP_NOTHROW { return __number(); } in __number()
63 static __number (_STLP_CALL max)() _STLP_NOTHROW { return __number(); } in __number()
90 static __number _STLP_CALL epsilon() _STLP_NOTHROW { return __number(); } in epsilon()
91 static __number _STLP_CALL round_error() _STLP_NOTHROW { return __number(); } in round_error()
93 static __number _STLP_CALL infinity() _STLP_NOTHROW { return __number(); } in infinity()
94 static __number _STLP_CALL quiet_NaN() _STLP_NOTHROW { return __number(); } in quiet_NaN()
95 static __number _STLP_CALL signaling_NaN() _STLP_NOTHROW { return __number(); } in signaling_NaN()
96 static __number _STLP_CALL denorm_min() _STLP_NOTHROW { return __number(); } in denorm_min()
121 static _Int (_STLP_CALL min) () _STLP_NOTHROW { return (_Int)__imin; } in _Int()
122 static _Int (_STLP_CALL max) () _STLP_NOTHROW { return (_Int)__imax; } in _Int()
[all …]
D_codecvt.h98 int encoding() const _STLP_NOTHROW { return do_encoding(); }
100 bool always_noconv() const _STLP_NOTHROW { return do_always_noconv(); }
110 int max_length() const _STLP_NOTHROW { return do_max_length(); }
141 virtual int do_encoding() const _STLP_NOTHROW
144 virtual bool do_always_noconv() const _STLP_NOTHROW
153 virtual int do_max_length() const _STLP_NOTHROW
216 int encoding() const _STLP_NOTHROW { return do_encoding(); } in encoding()
218 bool always_noconv() const _STLP_NOTHROW { return do_always_noconv(); } in always_noconv()
227 int max_length() const _STLP_NOTHROW { return do_max_length(); } in max_length()
255 virtual int do_encoding() const _STLP_NOTHROW;
[all …]
D_locale.h62 bool _HasFacet(const locale& __loc, const _Facet* __facet) _STLP_NOTHROW;
120 locale() _STLP_NOTHROW;
121 locale(const locale&) _STLP_NOTHROW;
143 const locale& operator=(const locale&) _STLP_NOTHROW;
148 ~locale() _STLP_NOTHROW;
218 locale() _STLP_NOTHROW { in locale()
223 locale(const locale& __loc) _STLP_NOTHROW : _Locale(__loc) {} in locale()
246 const locale& operator=(const locale& __loc) _STLP_NOTHROW {
304 operator bool() const _STLP_NOTHROW
306 inline bool has_facet(const locale& __loc) _STLP_NOTHROW
[all …]
D_pthread_alloc.h114 pthread_allocator() _STLP_NOTHROW {} in pthread_allocator()
115 pthread_allocator(const pthread_allocator<_Tp>& a) _STLP_NOTHROW {} in pthread_allocator()
119 _STLP_NOTHROW {} in pthread_allocator()
122 ~pthread_allocator() _STLP_NOTHROW {} in ~pthread_allocator()
155 size_type max_size() const _STLP_NOTHROW in max_size()
295 per_thread_allocator() _STLP_NOTHROW {
298 …per_thread_allocator(const per_thread_allocator<_Tp>& __a) _STLP_NOTHROW : _M_state(__a._M_state){}
302 _STLP_NOTHROW : _M_state(__a._M_state) {}
305 ~per_thread_allocator() _STLP_NOTHROW {}
338 size_type max_size() const _STLP_NOTHROW
D_ostreambuf_iterator.h57 ostreambuf_iterator(streambuf_type* __buf) _STLP_NOTHROW : _M_buf(__buf), _M_ok(__buf!=0) {} in ostreambuf_iterator()
59 inline ostreambuf_iterator(ostream_type& __o) _STLP_NOTHROW;
79 …f_iterator<_CharT, _Traits>::ostreambuf_iterator(basic_ostream<_CharT, _Traits>& __o) _STLP_NOTHROW in ostreambuf_iterator()
D_limits.c160 static _Number get_word_higher() _STLP_NOTHROW { in get_word_higher()
164 static _Number get_word_lower() _STLP_NOTHROW { in get_word_lower()
169 static _Number get_from_last_word() _STLP_NOTHROW { in get_from_last_word()
176 static _Number get_from_first_word() _STLP_NOTHROW { in get_from_first_word()
196 static _Number get_word_lower() _STLP_NOTHROW { in get_word_lower()
202 static _Number get_from_last_word() _STLP_NOTHROW { in get_from_last_word()
D_alloc.h289 allocator() _STLP_NOTHROW {} in allocator()
291 template <class _Tp1> allocator(const allocator<_Tp1>&) _STLP_NOTHROW {} in allocator()
293 allocator(const allocator<_Tp>&) _STLP_NOTHROW {} in allocator()
295 allocator(__move_source<allocator<_Tp> > src) _STLP_NOTHROW {} in allocator()
297 ~allocator() _STLP_NOTHROW {} in ~allocator()
330 size_type max_size() const _STLP_NOTHROW { return size_t(-1) / sizeof(value_type); } in max_size()
381 inline bool _STLP_CALL operator==(const allocator<_T1>&, const allocator<_T2>&) _STLP_NOTHROW
384 inline bool _STLP_CALL operator!=(const allocator<_T1>&, const allocator<_T2>&) _STLP_NOTHROW
D_ctype.h118 const mask* table() const _STLP_NOTHROW { return _M_ctype_table; } in table()
119 static const mask* _STLP_CALL classic_table() _STLP_NOTHROW;
/ndk/sources/cxx-stl/stlport/src/
Dcodecvt.cpp36 int codecvt<char, char, mbstate_t>::do_max_length() const _STLP_NOTHROW in do_max_length()
40 codecvt<char, char, mbstate_t>::do_always_noconv() const _STLP_NOTHROW in do_always_noconv()
44 codecvt<char, char, mbstate_t>::do_encoding() const _STLP_NOTHROW in do_encoding()
122 int codecvt<wchar_t, char, mbstate_t>::do_encoding() const _STLP_NOTHROW in do_encoding()
125 bool codecvt<wchar_t, char, mbstate_t>::do_always_noconv() const _STLP_NOTHROW in do_always_noconv()
134 int codecvt<wchar_t, char, mbstate_t>::do_max_length() const _STLP_NOTHROW in do_max_length()
Ddll_main.cpp64 exception::exception() _STLP_NOTHROW {} in exception()
65 exception::~exception() _STLP_NOTHROW {} in ~exception()
66 bad_exception::bad_exception() _STLP_NOTHROW {} in bad_exception()
67 bad_exception::~bad_exception() _STLP_NOTHROW {} in ~bad_exception()
68 const char* exception::what() const _STLP_NOTHROW { return "class exception"; } in what()
69 const char* bad_exception::what() const _STLP_NOTHROW { return "class bad_exception"; } in what()
Dlocale.cpp119 locale::locale() _STLP_NOTHROW in locale()
124 locale::locale(const locale& L) _STLP_NOTHROW in locale()
362 locale::~locale() _STLP_NOTHROW { in ~locale()
369 const locale& locale::operator=(const locale& L) _STLP_NOTHROW { in operator =()
Dfacets_byname.cpp391 codecvt_byname<wchar_t, char, mbstate_t>::do_encoding() const _STLP_NOTHROW { in do_encoding()
402 codecvt_byname<wchar_t, char, mbstate_t>::do_always_noconv() const _STLP_NOTHROW in do_always_noconv()
425 codecvt_byname<wchar_t, char, mbstate_t>::do_max_length() const _STLP_NOTHROW in do_max_length()
Dnum_put_float.cpp601 unsigned short get_word_higher() const _STLP_NOTHROW in get_word_higher()
603 unsigned short get_word_lower() const _STLP_NOTHROW in get_word_lower()
605 unsigned short get_sign_word() const _STLP_NOTHROW in get_sign_word()
Dctype.cpp43 ctype<char>::classic_table() _STLP_NOTHROW { in classic_table()
/ndk/tests/device/test-stlport/unit/
Dmvctor_declaration_test.cpp97 allocator() _STLP_NOTHROW {} in allocator()
99 template <class _Tp1> allocator(const allocator<_Tp1>&) _STLP_NOTHROW {} in allocator()
101 allocator(const allocator&) _STLP_NOTHROW {} in allocator()
102 ~allocator() _STLP_NOTHROW {} in ~allocator()
107 size_type max_size() const _STLP_NOTHROW { return 0; } in max_size()
Dvector_test.cpp501 # define NOTHROW _STLP_NOTHROW
Dcodecvt_test.cpp46 # define __NO_THROW _STLP_NOTHROW
/ndk/tests/device/test-gnustl-full/unit/
Dmvctor_declaration_test.cpp97 allocator() _STLP_NOTHROW {} in allocator()
99 template <class _Tp1> allocator(const allocator<_Tp1>&) _STLP_NOTHROW {} in allocator()
101 allocator(const allocator&) _STLP_NOTHROW {} in allocator()
102 ~allocator() _STLP_NOTHROW {} in ~allocator()
107 size_type max_size() const _STLP_NOTHROW { return 0; } in max_size()
Dvector_test.cpp501 # define NOTHROW _STLP_NOTHROW
Dcodecvt_test.cpp46 # define __NO_THROW _STLP_NOTHROW
/ndk/sources/cxx-stl/stlport/stlport/stl/config/
D_intel.h35 # define _STLP_NOTHROW macro
D_msvc.h124 # define _STLP_NOTHROW macro
Dfeatures.h833 # if !defined (_STLP_NOTHROW)
834 # define _STLP_NOTHROW throw() macro
845 # define _STLP_NOTHROW macro