Home
last modified time | relevance | path

Searched defs:throw (Results 1 – 25 of 2459) sorted by relevance

12345678910>>...99

/dports/games/trenchbroom/TrenchBroom-ed46601/common/src/
H A DExceptions.h62 ~GeometryException() throw() {} in throw() function
79 ~ParserException() throw() {} in throw() function
86 ~VboException() throw() {} in throw() function
93 ~PathException() throw() {} in throw() function
101 ~FileSystemException() throw() {} in throw() function
109 ~FileNotFoundException() throw() {} in throw() function
116 ~AssetException() throw() {} in throw() function
130 ~RenderException() throw() {} in throw() function
137 ~OctreeException() throw() {} in throw() function
144 ~GameException() throw() {} in throw() function
[all …]
/dports/devel/cxxtools/cxxtools-2.2.1/include/cxxtools/
H A Dioerror.h44 ~IOError() throw() in throw() function
53 ~IOTimeout() throw() in throw() function
62 ~AccessFailed() throw() in throw() function
71 ~PermissionDenied() throw() in throw() function
80 ~DeviceNotFound() throw() in throw() function
89 ~FileNotFound() throw() in throw() function
107 ~DirectoryNotFound() throw() in throw() function
116 ~IOPending() throw() in throw() function
127 ~DeviceClosed() throw() in throw() function
/dports/multimedia/libmediainfo/MediaInfo_CLI_GNU_FromSource/ZenLib/Source/ZenLib/
H A Dint128s.h59 inline int128 (const int128 & a) throw () : lo (a.lo), hi (a.hi) {}; in throw() function
61 inline int128 (const unsigned int & a) throw () : lo (a), hi (0ll) {}; in throw() function
62 inline int128 (const signed int & a) throw () : lo (a), hi (0ll) { in throw() function
66 inline int128 (const int64u & a) throw () : lo (a), hi (0ll) {}; in throw() function
67 inline int128 (const int64s & a) throw () : lo (a), hi (0ll) { in throw() function
159 inline int128 operator * (const int128 & a, const int128 & b) throw () { in throw() function
166 inline int128 operator >> (const int128 & a, unsigned int n) throw () { in throw() function
171 inline int128 operator & (const int128 & a, const int128 & b) throw () { in throw() function
178 inline bool operator > (const int128 & a, const int128 & b) throw () { in throw() function
182 inline bool operator >= (const int128 & a, const int128 & b) throw () { in throw() function
H A Dint128u.h55 inline uint128 (const uint128 & a) throw () : lo (a.lo), hi (a.hi) {}; in throw() function
57 inline uint128 (const int & a) throw () : lo (a), hi (0ull) {}; in throw() function
58 inline uint128 (const unsigned int & a) throw () : lo (a), hi (0ull) {}; in throw() function
59 inline uint128 (const int64u & a) throw () : lo (a), hi (0ull) {}; in throw() function
150 inline uint128 operator * (const uint128 & a, const uint128 & b) throw () { in throw() function
157 inline uint128 operator >> (const uint128 & a, unsigned int n) throw () { in throw() function
162 inline uint128 operator & (const uint128 & a, const uint128 & b) throw () { in throw() function
169 inline bool operator > (const uint128 & a, const uint128 & b) throw () { in throw() function
173 inline bool operator >= (const uint128 & a, const uint128 & b) throw () { in throw() function
/dports/multimedia/mediainfo/MediaInfo_CLI_GNU_FromSource/ZenLib/Source/ZenLib/
H A Dint128s.h59 inline int128 (const int128 & a) throw () : lo (a.lo), hi (a.hi) {}; in throw() function
61 inline int128 (const unsigned int & a) throw () : lo (a), hi (0ll) {}; in throw() function
62 inline int128 (const signed int & a) throw () : lo (a), hi (0ll) { in throw() function
66 inline int128 (const int64u & a) throw () : lo (a), hi (0ll) {}; in throw() function
67 inline int128 (const int64s & a) throw () : lo (a), hi (0ll) { in throw() function
159 inline int128 operator * (const int128 & a, const int128 & b) throw () { in throw() function
166 inline int128 operator >> (const int128 & a, unsigned int n) throw () { in throw() function
171 inline int128 operator & (const int128 & a, const int128 & b) throw () { in throw() function
178 inline bool operator > (const int128 & a, const int128 & b) throw () { in throw() function
182 inline bool operator >= (const int128 & a, const int128 & b) throw () { in throw() function
H A Dint128u.h55 inline uint128 (const uint128 & a) throw () : lo (a.lo), hi (a.hi) {}; in throw() function
57 inline uint128 (const int & a) throw () : lo (a), hi (0ull) {}; in throw() function
58 inline uint128 (const unsigned int & a) throw () : lo (a), hi (0ull) {}; in throw() function
59 inline uint128 (const int64u & a) throw () : lo (a), hi (0ull) {}; in throw() function
150 inline uint128 operator * (const uint128 & a, const uint128 & b) throw () { in throw() function
157 inline uint128 operator >> (const uint128 & a, unsigned int n) throw () { in throw() function
162 inline uint128 operator & (const uint128 & a, const uint128 & b) throw () { in throw() function
169 inline bool operator > (const uint128 & a, const uint128 & b) throw () { in throw() function
173 inline bool operator >= (const uint128 & a, const uint128 & b) throw () { in throw() function
/dports/multimedia/libzen/MediaInfo_CLI_GNU_FromSource/ZenLib/Source/ZenLib/
H A Dint128s.h59 inline int128 (const int128 & a) throw () : lo (a.lo), hi (a.hi) {}; in throw() function
61 inline int128 (const unsigned int & a) throw () : lo (a), hi (0ll) {}; in throw() function
62 inline int128 (const signed int & a) throw () : lo (a), hi (0ll) { in throw() function
66 inline int128 (const int64u & a) throw () : lo (a), hi (0ll) {}; in throw() function
67 inline int128 (const int64s & a) throw () : lo (a), hi (0ll) { in throw() function
159 inline int128 operator * (const int128 & a, const int128 & b) throw () { in throw() function
166 inline int128 operator >> (const int128 & a, unsigned int n) throw () { in throw() function
171 inline int128 operator & (const int128 & a, const int128 & b) throw () { in throw() function
178 inline bool operator > (const int128 & a, const int128 & b) throw () { in throw() function
182 inline bool operator >= (const int128 & a, const int128 & b) throw () { in throw() function
H A Dint128u.h55 inline uint128 (const uint128 & a) throw () : lo (a.lo), hi (a.hi) {}; in throw() function
57 inline uint128 (const int & a) throw () : lo (a), hi (0ull) {}; in throw() function
58 inline uint128 (const unsigned int & a) throw () : lo (a), hi (0ull) {}; in throw() function
59 inline uint128 (const int64u & a) throw () : lo (a), hi (0ull) {}; in throw() function
150 inline uint128 operator * (const uint128 & a, const uint128 & b) throw () { in throw() function
157 inline uint128 operator >> (const uint128 & a, unsigned int n) throw () { in throw() function
162 inline uint128 operator & (const uint128 & a, const uint128 & b) throw () { in throw() function
169 inline bool operator > (const uint128 & a, const uint128 & b) throw () { in throw() function
173 inline bool operator >= (const uint128 & a, const uint128 & b) throw () { in throw() function
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang-tools-extra/test/clang-tidy/checkers/Inputs/modernize-replace-auto-ptr/
H A Dmemory.h15 explicit auto_ptr(X *p = 0) throw() {} in throw() function
16 auto_ptr(auto_ptr &) throw() {} in throw() function
18 auto_ptr &operator=(auto_ptr &) throw() { return *this; } in throw() function
19 template <class Y> auto_ptr &operator=(auto_ptr<Y> &) throw() { in throw() function
22 auto_ptr &operator=(auto_ptr_ref<X> r) throw() { return *this; } in throw() function
23 ~auto_ptr() throw() {} in throw() function
24 auto_ptr(auto_ptr_ref<X> r) throw() : x_(r.y_) {} in throw() function
25 template <class Y> operator auto_ptr_ref<Y>() throw() { in throw() function
30 template <class Y> operator auto_ptr<Y>() throw() { return auto_ptr<Y>(x_); } in throw() function
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang-tools-extra/test/clang-tidy/checkers/Inputs/modernize-replace-auto-ptr/
H A Dmemory.h15 explicit auto_ptr(X *p = 0) throw() {} in throw() function
16 auto_ptr(auto_ptr &) throw() {} in throw() function
18 auto_ptr &operator=(auto_ptr &) throw() { return *this; } in throw() function
19 template <class Y> auto_ptr &operator=(auto_ptr<Y> &) throw() { in throw() function
22 auto_ptr &operator=(auto_ptr_ref<X> r) throw() { return *this; } in throw() function
23 ~auto_ptr() throw() {} in throw() function
24 auto_ptr(auto_ptr_ref<X> r) throw() : x_(r.y_) {} in throw() function
25 template <class Y> operator auto_ptr_ref<Y>() throw() { in throw() function
30 template <class Y> operator auto_ptr<Y>() throw() { return auto_ptr<Y>(x_); } in throw() function
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang-tools-extra/test/clang-tidy/checkers/Inputs/modernize-replace-auto-ptr/
H A Dmemory.h15 explicit auto_ptr(X *p = 0) throw() {} in throw() function
16 auto_ptr(auto_ptr &) throw() {} in throw() function
18 auto_ptr &operator=(auto_ptr &) throw() { return *this; } in throw() function
19 template <class Y> auto_ptr &operator=(auto_ptr<Y> &) throw() { in throw() function
22 auto_ptr &operator=(auto_ptr_ref<X> r) throw() { return *this; } in throw() function
23 ~auto_ptr() throw() {} in throw() function
24 auto_ptr(auto_ptr_ref<X> r) throw() : x_(r.y_) {} in throw() function
25 template <class Y> operator auto_ptr_ref<Y>() throw() { in throw() function
30 template <class Y> operator auto_ptr<Y>() throw() { return auto_ptr<Y>(x_); } in throw() function
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/tools/extra/test/clang-tidy/checkers/Inputs/modernize-replace-auto-ptr/
H A Dmemory.h15 explicit auto_ptr(X *p = 0) throw() {} in throw() function
16 auto_ptr(auto_ptr &) throw() {} in throw() function
18 auto_ptr &operator=(auto_ptr &) throw() { return *this; } in throw() function
19 template <class Y> auto_ptr &operator=(auto_ptr<Y> &) throw() { in throw() function
22 auto_ptr &operator=(auto_ptr_ref<X> r) throw() { return *this; } in throw() function
23 ~auto_ptr() throw() {} in throw() function
24 auto_ptr(auto_ptr_ref<X> r) throw() : x_(r.y_) {} in throw() function
25 template <class Y> operator auto_ptr_ref<Y>() throw() { in throw() function
30 template <class Y> operator auto_ptr<Y>() throw() { return auto_ptr<Y>(x_); } in throw() function
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang-tools-extra/test/clang-tidy/checkers/Inputs/modernize-replace-auto-ptr/
H A Dmemory.h15 explicit auto_ptr(X *p = 0) throw() {} in throw() function
16 auto_ptr(auto_ptr &) throw() {} in throw() function
18 auto_ptr &operator=(auto_ptr &) throw() { return *this; } in throw() function
19 template <class Y> auto_ptr &operator=(auto_ptr<Y> &) throw() { in throw() function
22 auto_ptr &operator=(auto_ptr_ref<X> r) throw() { return *this; } in throw() function
23 ~auto_ptr() throw() {} in throw() function
24 auto_ptr(auto_ptr_ref<X> r) throw() : x_(r.y_) {} in throw() function
25 template <class Y> operator auto_ptr_ref<Y>() throw() { in throw() function
30 template <class Y> operator auto_ptr<Y>() throw() { return auto_ptr<Y>(x_); } in throw() function
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/tools/extra/test/clang-tidy/Inputs/modernize-replace-auto-ptr/
H A Dmemory.h15 explicit auto_ptr(X *p = 0) throw() {} in throw() function
16 auto_ptr(auto_ptr &) throw() {} in throw() function
18 auto_ptr &operator=(auto_ptr &) throw() { return *this; } in throw() function
19 template <class Y> auto_ptr &operator=(auto_ptr<Y> &) throw() { in throw() function
22 auto_ptr &operator=(auto_ptr_ref<X> r) throw() { return *this; } in throw() function
23 ~auto_ptr() throw() {} in throw() function
24 auto_ptr(auto_ptr_ref<X> r) throw() : x_(r.y_) {} in throw() function
25 template <class Y> operator auto_ptr_ref<Y>() throw() { in throw() function
30 template <class Y> operator auto_ptr<Y>() throw() { return auto_ptr<Y>(x_); } in throw() function
/dports/devel/llvm12/llvm-project-12.0.1.src/clang-tools-extra/test/clang-tidy/checkers/Inputs/modernize-replace-auto-ptr/
H A Dmemory.h15 explicit auto_ptr(X *p = 0) throw() {} in throw() function
16 auto_ptr(auto_ptr &) throw() {} in throw() function
18 auto_ptr &operator=(auto_ptr &) throw() { return *this; } in throw() function
19 template <class Y> auto_ptr &operator=(auto_ptr<Y> &) throw() { in throw() function
22 auto_ptr &operator=(auto_ptr_ref<X> r) throw() { return *this; } in throw() function
23 ~auto_ptr() throw() {} in throw() function
24 auto_ptr(auto_ptr_ref<X> r) throw() : x_(r.y_) {} in throw() function
25 template <class Y> operator auto_ptr_ref<Y>() throw() { in throw() function
30 template <class Y> operator auto_ptr<Y>() throw() { return auto_ptr<Y>(x_); } in throw() function
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/tools/extra/test/clang-tidy/checkers/Inputs/modernize-replace-auto-ptr/
H A Dmemory.h15 explicit auto_ptr(X *p = 0) throw() {} in throw() function
16 auto_ptr(auto_ptr &) throw() {} in throw() function
18 auto_ptr &operator=(auto_ptr &) throw() { return *this; } in throw() function
19 template <class Y> auto_ptr &operator=(auto_ptr<Y> &) throw() { in throw() function
22 auto_ptr &operator=(auto_ptr_ref<X> r) throw() { return *this; } in throw() function
23 ~auto_ptr() throw() {} in throw() function
24 auto_ptr(auto_ptr_ref<X> r) throw() : x_(r.y_) {} in throw() function
25 template <class Y> operator auto_ptr_ref<Y>() throw() { in throw() function
30 template <class Y> operator auto_ptr<Y>() throw() { return auto_ptr<Y>(x_); } in throw() function
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang-tools-extra/test/clang-tidy/checkers/Inputs/modernize-replace-auto-ptr/
H A Dmemory.h15 explicit auto_ptr(X *p = 0) throw() {} in throw() function
16 auto_ptr(auto_ptr &) throw() {} in throw() function
18 auto_ptr &operator=(auto_ptr &) throw() { return *this; } in throw() function
19 template <class Y> auto_ptr &operator=(auto_ptr<Y> &) throw() { in throw() function
22 auto_ptr &operator=(auto_ptr_ref<X> r) throw() { return *this; } in throw() function
23 ~auto_ptr() throw() {} in throw() function
24 auto_ptr(auto_ptr_ref<X> r) throw() : x_(r.y_) {} in throw() function
25 template <class Y> operator auto_ptr_ref<Y>() throw() { in throw() function
30 template <class Y> operator auto_ptr<Y>() throw() { return auto_ptr<Y>(x_); } in throw() function
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang-tools-extra/test/clang-tidy/checkers/Inputs/modernize-replace-auto-ptr/
H A Dmemory.h15 explicit auto_ptr(X *p = 0) throw() {} in throw() function
16 auto_ptr(auto_ptr &) throw() {} in throw() function
18 auto_ptr &operator=(auto_ptr &) throw() { return *this; } in throw() function
19 template <class Y> auto_ptr &operator=(auto_ptr<Y> &) throw() { in throw() function
22 auto_ptr &operator=(auto_ptr_ref<X> r) throw() { return *this; } in throw() function
23 ~auto_ptr() throw() {} in throw() function
24 auto_ptr(auto_ptr_ref<X> r) throw() : x_(r.y_) {} in throw() function
25 template <class Y> operator auto_ptr_ref<Y>() throw() { in throw() function
30 template <class Y> operator auto_ptr<Y>() throw() { return auto_ptr<Y>(x_); } in throw() function
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang-tools-extra/test/clang-tidy/checkers/Inputs/modernize-replace-auto-ptr/
H A Dmemory.h15 explicit auto_ptr(X *p = 0) throw() {} in throw() function
16 auto_ptr(auto_ptr &) throw() {} in throw() function
18 auto_ptr &operator=(auto_ptr &) throw() { return *this; } in throw() function
19 template <class Y> auto_ptr &operator=(auto_ptr<Y> &) throw() { in throw() function
22 auto_ptr &operator=(auto_ptr_ref<X> r) throw() { return *this; } in throw() function
23 ~auto_ptr() throw() {} in throw() function
24 auto_ptr(auto_ptr_ref<X> r) throw() : x_(r.y_) {} in throw() function
25 template <class Y> operator auto_ptr_ref<Y>() throw() { in throw() function
30 template <class Y> operator auto_ptr<Y>() throw() { return auto_ptr<Y>(x_); } in throw() function
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang-tools-extra/test/clang-tidy/checkers/Inputs/modernize-replace-auto-ptr/
H A Dmemory.h15 explicit auto_ptr(X *p = 0) throw() {} in throw() function
16 auto_ptr(auto_ptr &) throw() {} in throw() function
18 auto_ptr &operator=(auto_ptr &) throw() { return *this; } in throw() function
19 template <class Y> auto_ptr &operator=(auto_ptr<Y> &) throw() { in throw() function
22 auto_ptr &operator=(auto_ptr_ref<X> r) throw() { return *this; } in throw() function
23 ~auto_ptr() throw() {} in throw() function
24 auto_ptr(auto_ptr_ref<X> r) throw() : x_(r.y_) {} in throw() function
25 template <class Y> operator auto_ptr_ref<Y>() throw() { in throw() function
30 template <class Y> operator auto_ptr<Y>() throw() { return auto_ptr<Y>(x_); } in throw() function
/dports/devel/llvm13/llvm-project-13.0.1.src/clang-tools-extra/test/clang-tidy/checkers/Inputs/modernize-replace-auto-ptr/
H A Dmemory.h15 explicit auto_ptr(X *p = 0) throw() {} in throw() function
16 auto_ptr(auto_ptr &) throw() {} in throw() function
18 auto_ptr &operator=(auto_ptr &) throw() { return *this; } in throw() function
19 template <class Y> auto_ptr &operator=(auto_ptr<Y> &) throw() { in throw() function
22 auto_ptr &operator=(auto_ptr_ref<X> r) throw() { return *this; } in throw() function
23 ~auto_ptr() throw() {} in throw() function
24 auto_ptr(auto_ptr_ref<X> r) throw() : x_(r.y_) {} in throw() function
25 template <class Y> operator auto_ptr_ref<Y>() throw() { in throw() function
30 template <class Y> operator auto_ptr<Y>() throw() { return auto_ptr<Y>(x_); } in throw() function
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/tools/extra/test/clang-tidy/Inputs/modernize-replace-auto-ptr/
H A Dmemory.h15 explicit auto_ptr(X *p = 0) throw() {} in throw() function
16 auto_ptr(auto_ptr &) throw() {} in throw() function
18 auto_ptr &operator=(auto_ptr &) throw() { return *this; } in throw() function
19 template <class Y> auto_ptr &operator=(auto_ptr<Y> &) throw() { in throw() function
22 auto_ptr &operator=(auto_ptr_ref<X> r) throw() { return *this; } in throw() function
23 ~auto_ptr() throw() {} in throw() function
24 auto_ptr(auto_ptr_ref<X> r) throw() : x_(r.y_) {} in throw() function
25 template <class Y> operator auto_ptr_ref<Y>() throw() { in throw() function
30 template <class Y> operator auto_ptr<Y>() throw() { return auto_ptr<Y>(x_); } in throw() function
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/tools/extra/test/clang-tidy/Inputs/modernize-replace-auto-ptr/
H A Dmemory.h15 explicit auto_ptr(X *p = 0) throw() {} in throw() function
16 auto_ptr(auto_ptr &) throw() {} in throw() function
18 auto_ptr &operator=(auto_ptr &) throw() { return *this; } in throw() function
19 template <class Y> auto_ptr &operator=(auto_ptr<Y> &) throw() { in throw() function
22 auto_ptr &operator=(auto_ptr_ref<X> r) throw() { return *this; } in throw() function
23 ~auto_ptr() throw() {} in throw() function
24 auto_ptr(auto_ptr_ref<X> r) throw() : x_(r.y_) {} in throw() function
25 template <class Y> operator auto_ptr_ref<Y>() throw() { in throw() function
30 template <class Y> operator auto_ptr<Y>() throw() { return auto_ptr<Y>(x_); } in throw() function
/dports/lang/gcc6-aux/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 …]
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/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 …]

12345678910>>...99