Home
last modified time | relevance | path

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

12345678

/freebsd-12.1/contrib/libstdc++/include/std/
H A Dstd_limits.h321 static bool min() throw()
323 static bool max() throw()
375 static char min() throw()
377 static char max() throw()
579 static short min() throw()
581 static short max() throw()
681 static int min() throw()
683 static int max() throw()
783 static long min() throw()
785 static long max() throw()
[all …]
H A Dstd_memory.h223 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
349 auto_ptr(auto_ptr_ref<element_type> __ref) throw() in throw() function
353 operator=(auto_ptr_ref<element_type> __ref) throw() in throw() function
364 operator auto_ptr_ref<_Tp1>() throw() in throw() function
[all …]
H A 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-12.1/contrib/libcxxrt/
H A Dstdexcept.h38 exception() throw();
39 exception(const exception&) throw();
42 virtual const char* what() const throw();
52 bad_alloc() throw();
53 bad_alloc(const bad_alloc&) throw();
56 virtual const char* what() const throw();
64 bad_cast() throw();
65 bad_cast(const bad_cast&) throw();
68 virtual const char* what() const throw();
77 bad_typeid() throw();
[all …]
/freebsd-12.1/contrib/libstdc++/include/ext/
H A Dbitmap_allocator.h127 size() const throw() in size()
131 begin() const throw() in begin()
135 end() const throw() in end()
139 back() const throw() in back()
162 pop_back() throw() in pop_back()
169 clear() throw() in clear()
412 _M_get() const throw()
482 operator++() throw()
497 _M_get() const throw()
501 _M_base() const throw()
[all …]
H A 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()
H A 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()
H A 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
H A 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
H A 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()
H A 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()
H A 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-12.1/contrib/libstdc++/include/bits/
H A Dlocale_classes.h83 has_facet(const locale&) throw(); in _GLIBCXX_BEGIN_NAMESPACE()
123 locale() throw(); in _GLIBCXX_BEGIN_NAMESPACE()
186 ~locale() throw(); in _GLIBCXX_BEGIN_NAMESPACE()
316 locale(_Impl*) throw(); in _GLIBCXX_BEGIN_NAMESPACE()
401 _M_add_reference() const throw() in _M_add_reference()
405 _M_remove_reference() const throw() in _M_remove_reference()
481 has_facet(const locale&) throw();
506 _M_add_reference() throw() in _M_add_reference()
510 _M_remove_reference() throw() in _M_remove_reference()
523 _Impl(size_t) throw();
[all …]
H A 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;
317 do_encoding() const throw();
320 do_always_noconv() const throw();
327 do_max_length() const throw();
377 do_encoding() const throw();
387 do_max_length() const throw();
437 int do_encoding() const throw();
[all …]
H A 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
H A 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-12.1/contrib/libstdc++/libsupc++/
H A 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();
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();
101 void operator delete(void*, const std::nothrow_t&) throw();
109 inline void operator delete (void*, void*) throw() { }
[all …]
H A 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 …]
H A 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();
H A 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-12.1/contrib/libc++/include/
H A Dcodecvt106 virtual int do_encoding() const throw();
110 virtual int do_max_length() const throw();
141 virtual int do_encoding() const throw();
145 virtual int do_max_length() const throw();
176 virtual int do_encoding() const throw();
229 virtual int do_encoding() const throw();
264 virtual int do_encoding() const throw();
299 virtual int do_encoding() const throw();
334 virtual int do_encoding() const throw();
369 virtual int do_encoding() const throw();
[all …]
H A Dstdexcept192 throw logic_error(__msg);
203 throw domain_error(__msg);
214 throw invalid_argument(__msg);
225 throw length_error(__msg);
236 throw out_of_range(__msg);
247 throw range_error(__msg);
258 throw overflow_error(__msg);
269 throw underflow_error(__msg);
H A 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-12.1/stand/forth/
H A Dsupport.4th370 resize if ENOMEM throw then
403 dup -1 = if EREAD throw then
583 ESYNTAX throw
594 ESYNTAX throw
668 allocate if ENOMEM throw then
676 ESETERROR throw
832 swap throw throw
840 fd @ -1 = if EOPEN throw then
847 swap throw throw
858 fd @ -1 = if EOPEN throw then
[all …]
/freebsd-12.1/contrib/opencsd/decoder/source/etmv3/
H A Dtrc_pkt_proc_etmv3_impl.h153throw ocsdError(OCSD_ERR_SEV_ERROR,OCSD_ERR_BAD_PACKET_SEQ,m_packet_index,m_chanIDCopy,pszErrMsg); in throwMalformedPacketErr()
158throw ocsdError(OCSD_ERR_SEV_ERROR,OCSD_ERR_INVALID_PCKT_HDR,m_packet_index,m_chanIDCopy,pszErrMsg… in throwPacketHeaderErr()
163throw ocsdError(OCSD_ERR_SEV_ERROR,OCSD_ERR_HW_CFG_UNSUPP,m_packet_index,m_chanIDCopy,pszErrMsg); in throwUnsupportedErr()

12345678