Home
last modified time | relevance | path

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

12345678

/freebsd-9-stable/contrib/libstdc++/include/std/
Dstd_limits.h291 static _Tp min() throw() { return static_cast<_Tp>(0); } in min()
293 static _Tp max() throw() { return static_cast<_Tp>(0); } in max()
296 static _Tp epsilon() throw() { return static_cast<_Tp>(0); } in epsilon()
298 static _Tp round_error() throw() { return static_cast<_Tp>(0); } in round_error()
300 static _Tp infinity() throw() { return static_cast<_Tp>(0); } in infinity()
302 static _Tp quiet_NaN() throw() { return static_cast<_Tp>(0); } in quiet_NaN()
305 static _Tp signaling_NaN() throw() { return static_cast<_Tp>(0); } in signaling_NaN()
309 static _Tp denorm_min() throw() { return static_cast<_Tp>(0); } in denorm_min()
321 static bool min() throw()
323 static bool max() throw()
[all …]
Dstd_memory.h190 auto_ptr(element_type* __p = 0) throw() : _M_ptr(__p) { } in throw() function
199 auto_ptr(auto_ptr& __a) throw() : _M_ptr(__a.release()) { } in throw() function
212 auto_ptr(auto_ptr<_Tp1>& __a) throw() : _M_ptr(__a.release()) { } in auto_ptr()
223 operator=(auto_ptr& __a) throw() in throw() function
241 operator=(auto_ptr<_Tp1>& __a) throw() in throw() function
270 operator*() const throw() in throw() function
283 operator->() const throw()
300 get() const throw() { return _M_ptr; } in get()
314 release() throw() in release()
329 reset(element_type* __p = 0) throw() in throw() function
[all …]
Dstd_stdexcept.h63 ~logic_error() throw(); in _GLIBCXX_BEGIN_NAMESPACE()
68 what() const throw(); in _GLIBCXX_BEGIN_NAMESPACE()
117 ~runtime_error() throw();
122 what() const throw();
/freebsd-9-stable/contrib/libcxxrt/
Dstdexcept.h38 exception() throw();
39 exception(const exception&) throw();
40 exception& operator=(const exception&) throw();
42 virtual const char* what() const throw();
52 bad_alloc() throw();
53 bad_alloc(const bad_alloc&) throw();
54 bad_alloc& operator=(const bad_alloc&) throw();
56 virtual const char* what() const throw();
64 bad_cast() throw();
65 bad_cast(const bad_cast&) throw();
[all …]
/freebsd-9-stable/contrib/libstdc++/include/ext/
Dbitmap_allocator.h95 _M_space_left() const throw() in _M_space_left()
127 size() const throw() in size()
131 begin() const throw() in begin()
135 end() const throw() in end()
139 back() const throw() in back()
143 operator[](const size_type __pos) const throw() in throw() function
162 pop_back() throw() in pop_back()
166 erase(iterator __pos) throw();
169 clear() throw() in clear()
221 erase(iterator __pos) throw() in erase()
[all …]
Dmalloc_allocator.h69 malloc_allocator() throw() { } in throw() function
71 malloc_allocator(const malloc_allocator&) throw() { } in throw() function
74 malloc_allocator(const malloc_allocator<_Tp1>&) throw() { } in malloc_allocator()
76 ~malloc_allocator() throw() { } in throw() function
104 max_size() const throw() in max_size()
Dnew_allocator.h68 new_allocator() throw() { } in throw() function
70 new_allocator(const new_allocator&) throw() { } in throw() function
73 new_allocator(const new_allocator<_Tp1>&) throw() { } in new_allocator()
75 ~new_allocator() throw() { } in throw() function
100 max_size() const throw() in max_size()
Dconcurrence.h74 what() const throw() in what()
82 what() const throw() in what()
91 throw __concurrence_lock_error(); in __throw_concurrence_lock_error()
101 throw __concurrence_unlock_error(); in __throw_concurrence_unlock_error()
219 ~__scoped_lock() throw() in throw() function
Darray_allocator.h73 max_size() const throw() in max_size()
112 array_allocator(array_type* __array = NULL) throw() in throw() function
115 array_allocator(const array_allocator& __o) throw() in throw() function
119 array_allocator(const array_allocator<_Tp1, _Array1>&) throw() in array_allocator()
122 ~array_allocator() throw() { } in throw() function
Dpool_allocator.h144 __pool_alloc() throw() { } in throw() function
146 __pool_alloc(const __pool_alloc&) throw() { } in throw() function
149 __pool_alloc(const __pool_alloc<_Tp1>&) throw() { } in __pool_alloc()
151 ~__pool_alloc() throw() { } in throw() function
160 max_size() const throw() in max_size()
Dcodecvt_specializations.h129 good() const throw() in _GLIBCXX_BEGIN_NAMESPACE()
200 destroy() throw() in _GLIBCXX_BEGIN_NAMESPACE()
283 do_encoding() const throw();
286 do_always_noconv() const throw();
293 do_max_length() const throw();
488 do_encoding() const throw() in do_encoding()
499 do_always_noconv() const throw() in do_always_noconv()
514 do_max_length() const throw() in do_max_length()
Dthrow_allocator.h93 throw forced_exception_error(); in __throw_forced_exception_error()
209 throw_allocator() throw() { } in throw() function
211 throw_allocator(const throw_allocator&) throw() { } in throw() function
214 throw_allocator(const throw_allocator<U>&) throw() { } in throw_allocator()
216 ~throw_allocator() throw() { } in throw() function
219 max_size() const throw() in max_size()
/freebsd-9-stable/contrib/libstdc++/include/bits/
Dlocale_classes.h83 has_facet(const locale&) throw(); in _GLIBCXX_BEGIN_NAMESPACE()
123 locale() throw(); in _GLIBCXX_BEGIN_NAMESPACE()
132 locale(const locale& __other) throw(); in _GLIBCXX_BEGIN_NAMESPACE()
186 ~locale() throw(); in _GLIBCXX_BEGIN_NAMESPACE()
197 operator=(const locale& __other) throw(); in _GLIBCXX_BEGIN_NAMESPACE()
231 operator==(const locale& __other) const throw (); in _GLIBCXX_BEGIN_NAMESPACE()
240 operator!=(const locale& __other) const throw () in _GLIBCXX_BEGIN_NAMESPACE()
316 locale(_Impl*) throw(); in _GLIBCXX_BEGIN_NAMESPACE()
374 facet(size_t __refs = 0) throw() : _M_refcount(__refs ? 1 : 0) in throw() function
401 _M_add_reference() const throw() in _M_add_reference()
[all …]
Dcodecvt.h210 encoding() const throw() in encoding()
214 always_noconv() const throw() in always_noconv()
223 max_length() const throw() in max_length()
257 do_encoding() const throw() = 0;
260 do_always_noconv() const throw() = 0;
267 do_max_length() const throw() = 0;
317 do_encoding() const throw();
320 do_always_noconv() const throw();
327 do_max_length() const throw();
377 do_encoding() const throw();
[all …]
Dallocator.h100 allocator() throw() { } in throw() function
102 allocator(const allocator& __a) throw() in throw() function
106 allocator(const allocator<_Tp1>&) throw() { } in allocator()
108 ~allocator() throw() { } in throw() function
Dstreambuf_iterator.h95 istreambuf_iterator() throw() in _GLIBCXX_BEGIN_NAMESPACE()
99 istreambuf_iterator(istream_type& __s) throw() in _GLIBCXX_BEGIN_NAMESPACE()
103 istreambuf_iterator(streambuf_type* __s) throw() in _GLIBCXX_BEGIN_NAMESPACE()
232 ostreambuf_iterator(ostream_type& __s) throw () in ostreambuf_iterator()
236 ostreambuf_iterator(streambuf_type* __s) throw () in throw() function
266 failed() const throw() in failed()
/freebsd-9-stable/contrib/libstdc++/libsupc++/
Dnew61 bad_alloc() throw() { }
65 virtual ~bad_alloc() throw();
68 virtual const char* what() const throw();
81 new_handler set_new_handler(new_handler) throw();
86 * - normal single new and delete (no arguments, throw @c bad_alloc on error)
95 void* operator new(std::size_t) throw (std::bad_alloc);
96 void* operator new[](std::size_t) throw (std::bad_alloc);
97 void operator delete(void*) throw();
98 void operator delete[](void*) throw();
99 void* operator new(std::size_t, const std::nothrow_t&) throw();
[all …]
Dexception54 * throw non-class data (e.g., fundamental types).
59 exception() throw() { }
60 virtual ~exception() throw();
64 virtual const char* what() const throw();
72 bad_exception() throw() { }
76 virtual ~bad_exception() throw();
79 virtual const char* what() const throw();
89 terminate_handler set_terminate(terminate_handler) throw();
96 unexpected_handler set_unexpected(unexpected_handler) throw();
103 * throw-expression until either completing initialization of the
[all …]
Dunwind-cxx.h105 extern "C" __cxa_eh_globals *__cxa_get_globals () throw();
106 extern "C" __cxa_eh_globals *__cxa_get_globals_fast () throw();
109 extern "C" void *__cxa_allocate_exception(std::size_t thrown_size) throw();
112 extern "C" void __cxa_free_exception(void *thrown_exception) throw();
121 extern "C" void *__cxa_get_exception_ptr (void *) throw();
122 extern "C" void *__cxa_begin_catch (void *) throw();
Dtypeinfo141 bad_cast() throw() { }
145 virtual ~bad_cast() throw();
148 virtual const char* what() const throw();
155 bad_typeid () throw() { }
159 virtual ~bad_typeid() throw();
162 virtual const char* what() const throw();
/freebsd-9-stable/contrib/libc++/include/
Dcodecvt106 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_allocator44 _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);}
/freebsd-9-stable/contrib/llvm/tools/clang/include/clang/Lex/
DPreprocessingRecord.h35 unsigned alignment = 8) throw();
39 unsigned) throw();
101 unsigned alignment = 8) throw() { in throw() function
105 void* operator new(size_t bytes, void* mem) throw() { in new()
110 unsigned alignment) throw() { in delete()
114 void operator delete(void*, std::size_t) throw() { } in delete()
115 void operator delete(void*, void*) throw() { } in delete()
119 void* operator new(size_t bytes) throw();
120 void operator delete(void* data) throw();
600 unsigned alignment) throw() { in new()
[all …]
/freebsd-9-stable/contrib/llvm/tools/clang/include/clang/AST/
DAttr.h58 void* operator new(size_t bytes) throw() { in new()
61 void operator delete(void* data) throw() { in delete()
68 size_t Alignment = 16) throw() { in throw() function
72 size_t Alignment) throw() { in delete()
/freebsd-9-stable/sys/boot/forth/
Dsupport.4th173 len allocate if ENOMEM throw then
278 : free-memory free if EFREE throw then ;
370 resize if ENOMEM throw then
372 r@ allocate if ENOMEM throw then
399 read_buffer_size allocate if ENOMEM throw then
403 dup -1 = if EREAD throw then
515 len allocate if ENOMEM throw then
533 end_of_line? if ESYNTAX throw then
539 end_of_line? if ESYNTAX throw then
542 end_of_line? if ESYNTAX throw then
[all …]

12345678