Home
last modified time | relevance | path

Searched defs:throw (Results 26 – 50 of 2843) sorted by relevance

12345678910>>...114

/dports/lang/gnat_util/gcc-6-20180516/gcc/testsuite/g++.dg/ext/
H A Dhas_nothrow_assign.C20 D& operator=(const D&) throw() { return *this; } in throw() function
25 E& operator=(const E&) throw(int) { return *this; } in throw() function
35 F() throw(int) { } in throw() function
40 G() throw(int) { throw int(); } in throw() function
45 H& operator=(H&) throw(int) { return *this; } in throw() function
55 I& operator=(I&) throw(int) { return *this; } in throw() function
56 I& operator=(const I&) throw() { return *this; } in throw() function
67 J& operator=(J&) throw() { return *this; } in throw() function
68 J& operator=(const J&) throw() { return *this; } in throw() function
75 K& operator=(K&) throw() { return *this; } in throw() function
[all …]
H A Dhas_nothrow_copy-1.C20 D(const D&) throw() { } in throw() function
25 E(const E&) throw(int) { } in throw() function
35 F() throw() { } in throw() function
40 G() throw(int) { throw int(); } in throw() function
45 H(H&) throw(int) { } in throw() function
55 I(I&) throw(int) { } in throw() function
56 I(const I&) throw() { } in throw() function
62 I1(const I1&) throw() { } in throw() function
67 J(J&) throw() { } in throw() function
68 J(const J&) throw() { } in throw() function
[all …]
/dports/lang/gcc48/gcc-4.8.5/gcc/testsuite/g++.dg/ext/
H A Dhas_nothrow_assign.C20 D& operator=(const D&) throw() { return *this; } in throw() function
25 E& operator=(const E&) throw(int) { return *this; } in throw() function
35 F() throw(int) { } in throw() function
40 G() throw(int) { throw int(); } in throw() function
45 H& operator=(H&) throw(int) { return *this; } in throw() function
55 I& operator=(I&) throw(int) { return *this; } in throw() function
56 I& operator=(const I&) throw() { return *this; } in throw() function
67 J& operator=(J&) throw() { return *this; } in throw() function
68 J& operator=(const J&) throw() { return *this; } in throw() function
75 K& operator=(K&) throw() { return *this; } in throw() function
[all …]
H A Dhas_nothrow_copy-1.C20 D(const D&) throw() { } in throw() function
25 E(const E&) throw(int) { } in throw() function
35 F() throw() { } in throw() function
40 G() throw(int) { throw int(); } in throw() function
45 H(H&) throw(int) { } in throw() function
55 I(I&) throw(int) { } in throw() function
56 I(const I&) throw() { } in throw() function
62 I1(const I1&) throw() { } in throw() function
67 J(J&) throw() { } in throw() function
68 J(const J&) throw() { } in throw() function
[all …]
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/testsuite/g++.dg/ext/
H A Dhas_nothrow_assign.C20 D& operator=(const D&) throw() { return *this; } in throw() function
25 E& operator=(const E&) throw(int) { return *this; } in throw() function
35 F() throw(int) { } in throw() function
40 G() throw(int) { throw int(); } in throw() function
45 H& operator=(H&) throw(int) { return *this; } in throw() function
55 I& operator=(I&) throw(int) { return *this; } in throw() function
56 I& operator=(const I&) throw() { return *this; } in throw() function
67 J& operator=(J&) throw() { return *this; } in throw() function
68 J& operator=(const J&) throw() { return *this; } in throw() function
75 K& operator=(K&) throw() { return *this; } in throw() function
[all …]
H A Dhas_nothrow_copy-1.C20 D(const D&) throw() { } in throw() function
25 E(const E&) throw(int) { } in throw() function
35 F() throw() { } in throw() function
40 G() throw(int) { throw int(); } in throw() function
45 H(H&) throw(int) { } in throw() function
55 I(I&) throw(int) { } in throw() function
56 I(const I&) throw() { } in throw() function
62 I1(const I1&) throw() { } in throw() function
67 J(J&) throw() { } in throw() function
68 J(const J&) throw() { } in throw() function
[all …]
/dports/emulators/mess/mame-mame0226/3rdparty/compat/winsdk-override/wrl/
H A Dclient.h29 operator IInspectable**() const throw() { in throw() function
35 operator IUnknown**() const throw() { in throw() function
47 operator void**() const throw() { in throw() function
51 operator T*() throw() { in throw() function
79 ComPtr() throw() : ptr_(nullptr) {} in throw() function
91 ComPtr(ComPtr &&other) throw() : ptr_(nullptr) { in throw() function
101 ~ComPtr() throw() { in throw() function
120 ComPtr &operator=(U *other) throw() { in throw() function
129 ComPtr& operator=(const ComPtr &other) throw() { in throw() function
141 ComPtr& operator=(ComPtr &&other) throw() { in throw() function
[all …]
/dports/emulators/mame/mame-mame0226/3rdparty/compat/winsdk-override/wrl/
H A Dclient.h29 operator IInspectable**() const throw() { in throw() function
35 operator IUnknown**() const throw() { in throw() function
47 operator void**() const throw() { in throw() function
51 operator T*() throw() { in throw() function
79 ComPtr() throw() : ptr_(nullptr) {} in throw() function
91 ComPtr(ComPtr &&other) throw() : ptr_(nullptr) { in throw() function
101 ~ComPtr() throw() { in throw() function
120 ComPtr &operator=(U *other) throw() { in throw() function
129 ComPtr& operator=(const ComPtr &other) throw() { in throw() function
141 ComPtr& operator=(ComPtr &&other) throw() { in throw() function
[all …]
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/wrl/
H A Dclient.h29 operator IInspectable**() const throw() { in throw() function
35 operator IUnknown**() const throw() { in throw() function
47 operator void**() const throw() { in throw() function
51 operator T*() throw() { in throw() function
79 ComPtr() throw() : ptr_(nullptr) {} in throw() function
95 ComPtr(ComPtr &&other) throw() : ptr_(nullptr) { in throw() function
103 ~ComPtr() throw() { in throw() function
122 ComPtr &operator=(U *other) throw() { in throw() function
131 ComPtr& operator=(const ComPtr &other) throw() { in throw() function
143 ComPtr& operator=(ComPtr &&other) throw() { in throw() function
[all …]
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/wrl/
H A Dclient.h29 operator IInspectable**() const throw() { in throw() function
35 operator IUnknown**() const throw() { in throw() function
47 operator void**() const throw() { in throw() function
51 operator T*() throw() { in throw() function
79 ComPtr() throw() : ptr_(nullptr) {} in throw() function
95 ComPtr(ComPtr &&other) throw() : ptr_(nullptr) { in throw() function
103 ~ComPtr() throw() { in throw() function
122 ComPtr &operator=(U *other) throw() { in throw() function
131 ComPtr& operator=(const ComPtr &other) throw() { in throw() function
143 ComPtr& operator=(ComPtr &&other) throw() { in throw() function
[all …]
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/testsuite/g++.dg/ext/
H A Dhas_nothrow_copy-1.C20 D(const D&) throw() { } in throw() function
25 E(const E&) throw(int) { } in throw() function
35 F() throw() { } in throw() function
40 G() throw(int) { throw int(); } in throw() function
45 H(H&) throw(int) { } in throw() function
55 I(I&) throw(int) { } in throw() function
56 I(const I&) throw() { } in throw() function
62 I1(const I1&) throw() { } in throw() function
67 J(J&) throw() { } in throw() function
68 J(const J&) throw() { } in throw() function
[all …]
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/testsuite/g++.dg/ext/
H A Dhas_nothrow_copy-1.C20 D(const D&) throw() { } in throw() function
25 E(const E&) throw(int) { } in throw() function
35 F() throw() { } in throw() function
40 G() throw(int) { throw int(); } in throw() function
45 H(H&) throw(int) { } in throw() function
55 I(I&) throw(int) { } in throw() function
56 I(const I&) throw() { } in throw() function
62 I1(const I1&) throw() { } in throw() function
67 J(J&) throw() { } in throw() function
68 J(const J&) throw() { } in throw() function
[all …]
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/libstdc++-v3/include/std/
H A Dstd_memory.h189 auto_ptr(element_type* __p = 0) throw() : _M_ptr(__p) { } in throw() function
198 auto_ptr(auto_ptr& __a) throw() : _M_ptr(__a.release()) { } in throw() function
222 operator=(auto_ptr& __a) throw() in throw() function
240 operator=(auto_ptr<_Tp1>& __a) throw() in throw() function
269 operator*() const throw() in throw() function
328 reset(element_type* __p = 0) throw() in throw() function
348 auto_ptr(auto_ptr_ref<element_type> __ref) throw() in throw() function
352 operator=(auto_ptr_ref<element_type> __ref) throw() in throw() function
363 operator auto_ptr_ref<_Tp1>() throw() in throw() function
367 operator auto_ptr<_Tp1>() throw() in throw() function
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/libstdc++-v3/include/std/
H A Dstd_memory.h189 auto_ptr(element_type* __p = 0) throw() : _M_ptr(__p) { } in throw() function
198 auto_ptr(auto_ptr& __a) throw() : _M_ptr(__a.release()) { } in throw() function
222 operator=(auto_ptr& __a) throw() in throw() function
240 operator=(auto_ptr<_Tp1>& __a) throw() in throw() function
269 operator*() const throw() in throw() function
328 reset(element_type* __p = 0) throw() in throw() function
348 auto_ptr(auto_ptr_ref<element_type> __ref) throw() in throw() function
352 operator=(auto_ptr_ref<element_type> __ref) throw() in throw() function
363 operator auto_ptr_ref<_Tp1>() throw() in throw() function
367 operator auto_ptr<_Tp1>() throw() in throw() function
/dports/science/nest/nest-simulator-3.1/nestkernel/
H A Dexceptions.h104 ~UnknownModelName() throw() in throw() function
148 ~UnknownModelID() throw() in throw() function
173 ~ModelInUse() throw() in throw() function
236 ~UnknownNode() throw() in throw() function
379 ~UnknownPort() throw() in throw() function
464 ~UnknownThread() throw() in throw() function
489 ~BadDelay() throw() in throw() function
570 ~BadProperty() throw() in throw() function
600 ~BadParameter() throw() in throw() function
898 ~KeyError() throw() in throw() function
[all …]
/dports/cad/meshlab/meshlab-Meshlab-2020.05/src/common/
H A Dmlexception.h13 ~MLException() throw() {} in throw() function
28 ~MeshLabXMLParsingException() throw() {} in throw() function
38 ~ParsingException() throw() {} in throw() function
47 ~ValueNotFoundException() throw() {} in throw() function
56 ~NotConstException() throw() {} in throw() function
66 ~QueryException() throw() {} in throw() function
75 ~JavaScriptException() throw() {} in throw() function
84 ~ExpressionHasNotThisTypeException() throw() {} in throw() function
93 ~InvalidInvariantException() throw() {} in throw() function
/dports/science/mpqc/mpqc-2.3.1/src/lib/util/misc/
H A Dautovec.h66 explicit auto_vec(T*d = 0) throw(): d_(d) {} in throw() function
69 auto_vec(auto_vec &av) throw(): d_(av.release()) {} in throw() function
72 ~auto_vec() throw() { delete[] d_; } in throw() function
75 auto_vec &operator = (auto_vec &av) throw() { in throw() function
84 T &operator[](size_t i) throw() { return d_[i]; } in throw() function
94 void reset(T*d=0) throw() { in throw() function
/dports/math/R-cran-MCMCpack/MCMCpack/src/
H A Derror.h197 const bool & halt = false) throw () in throw() function
223 scythe_exception (const scythe_exception & e) throw () in throw() function
320 const bool & halt = false) throw () in throw() function
341 const bool & halt = false) throw () in throw() function
362 const bool & halt = false) throw () in throw() function
425 const bool & halt = false) throw () in throw() function
448 const bool & halt = false) throw () in throw() function
512 const bool & halt = false) throw () in throw() function
580 const bool& halt = false) throw () in throw() function
599 const bool& halt = false) throw () in throw() function
[all …]
/dports/net-p2p/amule-devel/aMule-SVN-r11065/src/kademlia/utils/
H A DUInt128.h68 explicit CUInt128(bool fill = false) throw() in throw() function
160 bool operator> (const CUInt128& value) const throw() { return (CompareTo(value) > 0); } in throw() function
162 bool operator>=(const CUInt128& value) const throw() { return (CompareTo(value) >= 0); } in throw() function
167 bool operator> (uint32_t value) const throw() { return (CompareTo(value) > 0); } in throw() function
169 bool operator>=(uint32_t value) const throw() { return (CompareTo(value) >= 0); } in throw() function
173 CUInt128& operator= (const CUInt128& value) throw() { SetValue(value); return *this; } in throw() function
178 CUInt128& operator= (uint32_t value) throw() { SetValue(value); return *this; } in throw() function
219 inline bool operator>(uint32_t x, const CUInt128& y) throw() { return y.operator<(x); } in throw() function
221 inline bool operator>=(uint32_t x, const CUInt128& y) throw() { return y.operator<=(x); } in throw() function
/dports/devel/stxxl/stxxl-1.4.1/include/stxxl/bits/common/
H A Dexceptions.h32 io_error(const std::string& message) throw () in throw() function
44 resource_error(const std::string& message) throw () in throw() function
56 bad_ext_alloc(const std::string& message) throw () in throw() function
68 bad_parameter(const std::string& message) throw () in throw() function
80 unreachable(const std::string& message) throw () in throw() function
/dports/devel/libe/e-releases-0.11.0/e/
H A Dintrusive_ptr.h83 intrusive_ptr(T* ptr) throw () in throw() function
92 intrusive_ptr(const intrusive_ptr<T>& rhs) throw () in throw() function
101 ~intrusive_ptr() throw () in throw() function
118 operator = (const intrusive_ptr<T>& rhs) throw () in throw() function
140 operator * () const throw() in throw() function
/dports/audio/tse3/tse3-0.3.1/src/tse3/
H A DError.h114 ~Error() throw () {} in throw() function
162 ~MidiFileImportError() throw () {} in throw() function
181 ~MidiFileExportError() throw () {} in throw() function
199 ~PhraseListError() throw () {} in throw() function
209 ~SongError() throw () {} in throw() function
220 ~TrackError() throw () {} in throw() function
230 ~PartError() throw () {} in throw() function
240 ~MidiSchedulerError() throw () {} in throw() function
250 ~SerializableError() throw () {} in throw() function
/dports/devel/ucommon/ucommon-7.0.0/inc/commoncpp/
H A Dpersist.h331 inline PersistEngine& operator >>( PersistEngine& ar, int8_t& ob) throw(PersistException) {CCXX_RE(… in throw() function
336 inline PersistEngine& operator >>( PersistEngine& ar, uint8_t& ob) throw(PersistException) {CCXX_RE… in throw() function
341 inline PersistEngine& operator >>( PersistEngine& ar, int16_t& ob) throw(PersistException) {CCXX_RE… in throw() function
351 inline PersistEngine& operator >>( PersistEngine& ar, int32_t& ob) throw(PersistException) {CCXX_RE… in throw() function
361 inline PersistEngine& operator >>( PersistEngine& ar, float& ob) throw(PersistException) {CCXX_RE(a… in throw() function
366 inline PersistEngine& operator >>( PersistEngine& ar, double& ob) throw(PersistException) {CCXX_RE(… in throw() function
376 inline PersistEngine& operator >>( PersistEngine& ar, bool& ob) throw(PersistException) {CCXX_RE(ar… in throw() function
407 PersistEngine& operator >>( PersistEngine& ar, typename std::vector<T>& ob) throw(PersistException) in throw() function
438 PersistEngine& operator >>( PersistEngine& ar, typename std::deque<T>& ob) throw(PersistException) in throw() function
473 PersistEngine& operator >>( PersistEngine& ar, typename std::map<Key,Value>& ob) throw(PersistExcep… in throw() function
[all …]
/dports/math/py-kiwisolver/kiwisolver-1.1.0/kiwi/
H A Derrors.h27 ~UnsatisfiableConstraint() throw() {} in throw() function
53 ~UnknownConstraint() throw() {} in throw() function
79 ~DuplicateConstraint() throw() {} in throw() function
105 ~UnknownEditVariable() throw() {} in throw() function
131 ~DuplicateEditVariable() throw() {} in throw() function
156 ~BadRequiredStrength() throw() {} in throw() function
176 ~InternalSolverError() throw() {} in throw() function
/dports/lang/gcc9/gcc-9.4.0/gcc/testsuite/g++.old-deja/g++.pt/
H A Dauto_ptr.C11 explicit auto_ptr(X* p =0) throw() : px(p) {} in throw() function
12 …auto_ptr(auto_ptr& r) throw() : px(r.release()) {} // { dg-message "note" "" { target c++14_down }… in throw() function
16 auto_ptr& operator=(auto_ptr& r) throw() { in throw() function
20 template<typename Y> auto_ptr& operator=(auto_ptr<Y>& r) throw() { in throw() function
27 X& operator*() const throw() { return *px; } in throw() function
31 void reset(X* p=0) throw() { if (px != p) delete px, px = p; } in throw() function
33 auto_ptr(auto_ptr_ref<X> r) throw() : px(r.py) {} in throw() function
34 template<typename Y> operator auto_ptr_ref<Y>() throw() { in throw() function
37 template<typename Y> operator auto_ptr<Y>() throw() { in throw() function

12345678910>>...114