Searched refs:_STLP_NOTHROW (Results 1 - 23 of 23) sorted by relevance

/external/stlport/stlport/stl/
H A D_exception.h164 exception() _STLP_NOTHROW; member in class:exception
165 virtual ~exception() _STLP_NOTHROW; member in class:exception
166 virtual const char* what() const _STLP_NOTHROW; member in class:exception
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; member in class:bad_exception
179 ~bad_exception() _STLP_NOTHROW; member in class:bad_exception
180 const char* what() const _STLP_NOTHROW; member in class:bad_exception
182 bad_exception() _STLP_NOTHROW {}
[all...]
H A D_auto_ptr.h53 _Tp* release() _STLP_NOTHROW {
59 void reset(_Tp* __px = 0) _STLP_NOTHROW {
66 _Tp* get() const _STLP_NOTHROW
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 {
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()); }
102 _Self& operator=(_Self& __r) _STLP_NOTHROW {
[all...]
H A D_limits.h62 static __number (_STLP_CALL min)() _STLP_NOTHROW { return __number(); }
63 static __number (_STLP_CALL max)() _STLP_NOTHROW { return __number(); }
90 static __number _STLP_CALL epsilon() _STLP_NOTHROW { return __number(); }
91 static __number _STLP_CALL round_error() _STLP_NOTHROW { return __number(); }
93 static __number _STLP_CALL infinity() _STLP_NOTHROW { return __number(); }
94 static __number _STLP_CALL quiet_NaN() _STLP_NOTHROW { return __number(); }
95 static __number _STLP_CALL signaling_NaN() _STLP_NOTHROW { return __number(); }
96 static __number _STLP_CALL denorm_min() _STLP_NOTHROW { return __number(); }
121 static _Int (_STLP_CALL min) () _STLP_NOTHROW { return (_Int)__imin; }
122 static _Int (_STLP_CALL max) () _STLP_NOTHROW { retur
[all...]
H A 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(); }
218 bool always_noconv() const _STLP_NOTHROW { return do_always_noconv(); }
227 int max_length() const _STLP_NOTHROW { return do_max_length(); }
255 virtual int do_encoding() const _STLP_NOTHROW;
[all...]
H A D_ostreambuf_iterator.h57 ostreambuf_iterator(streambuf_type* __buf) _STLP_NOTHROW : _M_buf(__buf), _M_ok(__buf!=0) {}
58 // ostreambuf_iterator(ostream_type& __o) _STLP_NOTHROW : _M_buf(__get_ostreambuf(__o)), _M_ok(_M_buf != 0) {}
59 inline ostreambuf_iterator(ostream_type& __o) _STLP_NOTHROW; member in class:ostreambuf_iterator
79 inline ostreambuf_iterator<_CharT, _Traits>::ostreambuf_iterator(basic_ostream<_CharT, _Traits>& __o) _STLP_NOTHROW
H A D_locale.h62 bool _HasFacet(const locale& __loc, const _Facet* __facet) _STLP_NOTHROW;
120 locale() _STLP_NOTHROW; member in class:locale
121 locale(const locale&) _STLP_NOTHROW; member in class:locale
143 const locale& operator=(const locale&) _STLP_NOTHROW; member in class:locale
148 ~locale() _STLP_NOTHROW; member in class:locale
218 locale() _STLP_NOTHROW {
223 locale(const locale& __loc) _STLP_NOTHROW : _Locale(__loc) {}
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...]
H A D_pthread_alloc.h114 pthread_allocator() _STLP_NOTHROW {}
115 pthread_allocator(const pthread_allocator<_Tp>& a) _STLP_NOTHROW {}
119 _STLP_NOTHROW {}
122 ~pthread_allocator() _STLP_NOTHROW {}
155 size_type max_size() const _STLP_NOTHROW
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
[all...]
H A D_limits.c160 static _Number get_word_higher() _STLP_NOTHROW {
164 static _Number get_word_lower() _STLP_NOTHROW {
169 static _Number get_from_last_word() _STLP_NOTHROW {
176 static _Number get_from_first_word() _STLP_NOTHROW {
192 //static _Number get_word_higher() _STLP_NOTHROW {
196 static _Number get_word_lower() _STLP_NOTHROW {
202 static _Number get_from_last_word() _STLP_NOTHROW {
H A D_alloc.h289 allocator() _STLP_NOTHROW {}
291 template <class _Tp1> allocator(const allocator<_Tp1>&) _STLP_NOTHROW {}
293 allocator(const allocator<_Tp>&) _STLP_NOTHROW {}
295 allocator(__move_source<allocator<_Tp> > _STLP_UNUSED(src)) _STLP_NOTHROW {}
297 ~allocator() _STLP_NOTHROW {}
330 size_type max_size() const _STLP_NOTHROW { return size_t(-1) / sizeof(value_type); }
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
H A D_ctype.h118 const mask* table() const _STLP_NOTHROW { return _M_ctype_table; }
119 static const mask* _STLP_CALL classic_table() _STLP_NOTHROW; member in class:ctype
/external/stlport/src/
H A Dcodecvt.cpp36 int codecvt<char, char, mbstate_t>::do_max_length() const _STLP_NOTHROW
40 codecvt<char, char, mbstate_t>::do_always_noconv() const _STLP_NOTHROW
44 codecvt<char, char, mbstate_t>::do_encoding() const _STLP_NOTHROW
122 int codecvt<wchar_t, char, mbstate_t>::do_encoding() const _STLP_NOTHROW
125 bool codecvt<wchar_t, char, mbstate_t>::do_always_noconv() const _STLP_NOTHROW
134 int codecvt<wchar_t, char, mbstate_t>::do_max_length() const _STLP_NOTHROW
H A Ddll_main.cpp64 exception::exception() _STLP_NOTHROW {}
65 exception::~exception() _STLP_NOTHROW {}
66 bad_exception::bad_exception() _STLP_NOTHROW {}
67 bad_exception::~bad_exception() _STLP_NOTHROW {}
68 const char* exception::what() const _STLP_NOTHROW { return "class exception"; }
69 const char* bad_exception::what() const _STLP_NOTHROW { return "class bad_exception"; }
H A Dlocale.cpp119 locale::locale() _STLP_NOTHROW
124 locale::locale(const locale& L) _STLP_NOTHROW
362 locale::~locale() _STLP_NOTHROW {
369 const locale& locale::operator=(const locale& L) _STLP_NOTHROW {
H A Dfacets_byname.cpp391 codecvt_byname<wchar_t, char, mbstate_t>::do_encoding() const _STLP_NOTHROW {
402 codecvt_byname<wchar_t, char, mbstate_t>::do_always_noconv() const _STLP_NOTHROW
425 codecvt_byname<wchar_t, char, mbstate_t>::do_max_length() const _STLP_NOTHROW
H A Dnum_put_float.cpp601 unsigned short get_word_higher() const _STLP_NOTHROW
603 unsigned short get_word_lower() const _STLP_NOTHROW
605 unsigned short get_sign_word() const _STLP_NOTHROW
H A Dctype.cpp43 ctype<char>::classic_table() _STLP_NOTHROW {
/external/stlport/stlport/stl/config/
H A D_intel.h35 # define _STLP_NOTHROW macro
H A D_msvc.h124 # define _STLP_NOTHROW macro
H A Dfeatures.h839 # if !defined (_STLP_NOTHROW)
840 # define _STLP_NOTHROW throw() macro
851 # define _STLP_NOTHROW macro
/external/stlport/test/eh/
H A DPrefix.h136 EH_allocator() _STLP_NOTHROW {}
138 template <class _Tp1> EH_allocator(const EH_allocator<_Tp1>&) _STLP_NOTHROW {}
140 EH_allocator(const EH_allocator<_Tp>&) _STLP_NOTHROW {}
141 ~EH_allocator() _STLP_NOTHROW {}
155 size_type max_size() const _STLP_NOTHROW { return size_t(-1) / sizeof(value_type); }
/external/stlport/test/unit/
H A Dmvctor_declaration_test.cpp97 allocator() _STLP_NOTHROW {}
99 template <class _Tp1> allocator(const allocator<_Tp1>&) _STLP_NOTHROW {}
101 allocator(const allocator&) _STLP_NOTHROW {}
102 ~allocator() _STLP_NOTHROW {}
107 size_type max_size() const _STLP_NOTHROW { return 0; }
H A Dvector_test.cpp501 # define NOTHROW _STLP_NOTHROW
H A Dcodecvt_test.cpp46 # define __NO_THROW _STLP_NOTHROW

Completed in 208 milliseconds