Home
last modified time | relevance | path

Searched defs:Throws (Results 1 – 25 of 325) sorted by relevance

12345678910>>...13

/dports/www/chromium-legacy/chromium-88.0.4324.182/buildtools/third_party/libc++/trunk/test/std/containers/sequences/vector/vector.modifiers/
H A Derase_iter.pass.cpp22 struct Throws { struct
23 Throws() : v_(0) {} in Throws() argument
24 Throws(int v) : v_(v) {} in Throws() function
25 Throws(const Throws &rhs) : v_(rhs.v_) { if (sThrows) throw 1; } in Throws() function
26 Throws( Throws &&rhs) : v_(rhs.v_) { if (sThrows) throw 1; } in Throws() argument
27 Throws& operator=(const Throws &rhs) { v_ = rhs.v_; return *this; } in operator =() argument
28 Throws& operator=( Throws &&rhs) { v_ = rhs.v_; return *this; } in operator =() argument
30 static bool sThrows; argument
33 bool Throws::sThrows = false; argument
H A Derase_iter_iter.pass.cpp22 struct Throws { struct
23 Throws() : v_(0) {} in Throws() function
24 Throws(int v) : v_(v) {} in Throws() argument
25 Throws(const Throws &rhs) : v_(rhs.v_) { if (sThrows) throw 1; } in Throws() function
26 Throws( Throws &&rhs) : v_(rhs.v_) { if (sThrows) throw 1; } in Throws() argument
27 Throws& operator=(const Throws &rhs) { v_ = rhs.v_; return *this; } in operator =() argument
28 Throws& operator=( Throws &&rhs) { v_ = rhs.v_; return *this; } in operator =() argument
30 static bool sThrows; argument
33 bool Throws::sThrows = false; argument
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/libcxx/test/std/containers/sequences/vector/vector.modifiers/
H A Derase_iter.pass.cpp22 struct Throws { struct
23 Throws() : v_(0) {} in Throws() argument
24 Throws(int v) : v_(v) {} in Throws() function
25 Throws(const Throws &rhs) : v_(rhs.v_) { if (sThrows) throw 1; } in Throws() function
26 Throws( Throws &&rhs) : v_(rhs.v_) { if (sThrows) throw 1; } in Throws() argument
27 Throws& operator=(const Throws &rhs) { v_ = rhs.v_; return *this; } in operator =() argument
28 Throws& operator=( Throws &&rhs) { v_ = rhs.v_; return *this; } in operator =() argument
30 static bool sThrows; argument
33 bool Throws::sThrows = false; argument
H A Derase_iter_iter.pass.cpp22 struct Throws { struct
23 Throws() : v_(0) {} in Throws() function
24 Throws(int v) : v_(v) {} in Throws() argument
25 Throws(const Throws &rhs) : v_(rhs.v_) { if (sThrows) throw 1; } in Throws() function
26 Throws( Throws &&rhs) : v_(rhs.v_) { if (sThrows) throw 1; } in Throws() argument
27 Throws& operator=(const Throws &rhs) { v_ = rhs.v_; return *this; } in operator =() argument
28 Throws& operator=( Throws &&rhs) { v_ = rhs.v_; return *this; } in operator =() argument
30 static bool sThrows; argument
33 bool Throws::sThrows = false; argument
/dports/devel/libc++/libcxx-10.0.1.src/test/std/containers/sequences/vector/vector.modifiers/
H A Derase_iter.pass.cpp22 struct Throws { struct
23 Throws() : v_(0) {} in Throws() function
24 Throws(int v) : v_(v) {} in Throws() argument
25 Throws(const Throws &rhs) : v_(rhs.v_) { if (sThrows) throw 1; } in Throws() function
26 Throws( Throws &&rhs) : v_(rhs.v_) { if (sThrows) throw 1; } in Throws() function
27 Throws& operator=(const Throws &rhs) { v_ = rhs.v_; return *this; } in operator =() argument
28 Throws& operator=( Throws &&rhs) { v_ = rhs.v_; return *this; } in operator =() argument
30 static bool sThrows; argument
33 bool Throws::sThrows = false; argument
H A Derase_iter_iter.pass.cpp22 struct Throws { struct
23 Throws() : v_(0) {} in Throws() argument
24 Throws(int v) : v_(v) {} in Throws() argument
25 Throws(const Throws &rhs) : v_(rhs.v_) { if (sThrows) throw 1; } in Throws() argument
26 Throws( Throws &&rhs) : v_(rhs.v_) { if (sThrows) throw 1; } in Throws() argument
27 Throws& operator=(const Throws &rhs) { v_ = rhs.v_; return *this; } in operator =() argument
28 Throws& operator=( Throws &&rhs) { v_ = rhs.v_; return *this; } in operator =() argument
30 static bool sThrows; argument
33 bool Throws::sThrows = false; argument
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/libcxx/test/std/containers/sequences/vector/vector.modifiers/
H A Derase_iter.pass.cpp22 struct Throws { struct
23 Throws() : v_(0) {} in Throws() argument
24 Throws(int v) : v_(v) {} in Throws() argument
25 Throws(const Throws &rhs) : v_(rhs.v_) { if (sThrows) throw 1; } in Throws() argument
26 Throws( Throws &&rhs) : v_(rhs.v_) { if (sThrows) throw 1; } in Throws() function
27 Throws& operator=(const Throws &rhs) { v_ = rhs.v_; return *this; } in operator =() argument
28 Throws& operator=( Throws &&rhs) { v_ = rhs.v_; return *this; } in operator =() argument
30 static bool sThrows; argument
33 bool Throws::sThrows = false; argument
H A Derase_iter_iter.pass.cpp22 struct Throws { struct
23 Throws() : v_(0) {} in Throws() argument
24 Throws(int v) : v_(v) {} in Throws() argument
25 Throws(const Throws &rhs) : v_(rhs.v_) { if (sThrows) throw 1; } in Throws() function
26 Throws( Throws &&rhs) : v_(rhs.v_) { if (sThrows) throw 1; } in Throws() function
27 Throws& operator=(const Throws &rhs) { v_ = rhs.v_; return *this; } in operator =() argument
28 Throws& operator=( Throws &&rhs) { v_ = rhs.v_; return *this; } in operator =() argument
30 static bool sThrows; argument
33 bool Throws::sThrows = false; argument
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/libcxx/test/std/containers/sequences/vector/vector.modifiers/
H A Derase_iter.pass.cpp22 struct Throws { struct
23 Throws() : v_(0) {} in Throws() argument
24 Throws(int v) : v_(v) {} in Throws() argument
25 Throws(const Throws &rhs) : v_(rhs.v_) { if (sThrows) throw 1; } in Throws() function
26 Throws( Throws &&rhs) : v_(rhs.v_) { if (sThrows) throw 1; } in Throws() function
27 Throws& operator=(const Throws &rhs) { v_ = rhs.v_; return *this; } in operator =() argument
28 Throws& operator=( Throws &&rhs) { v_ = rhs.v_; return *this; } in operator =() argument
30 static bool sThrows; argument
33 bool Throws::sThrows = false; argument
H A Derase_iter_iter.pass.cpp22 struct Throws { struct
23 Throws() : v_(0) {} in Throws() argument
24 Throws(int v) : v_(v) {} in Throws() argument
25 Throws(const Throws &rhs) : v_(rhs.v_) { if (sThrows) throw 1; } in Throws() argument
26 Throws( Throws &&rhs) : v_(rhs.v_) { if (sThrows) throw 1; } in Throws() argument
27 Throws& operator=(const Throws &rhs) { v_ = rhs.v_; return *this; } in operator =() argument
28 Throws& operator=( Throws &&rhs) { v_ = rhs.v_; return *this; } in operator =() argument
30 static bool sThrows; argument
33 bool Throws::sThrows = false; argument
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/libcxx/test/std/containers/sequences/vector/vector.modifiers/
H A Derase_iter.pass.cpp22 struct Throws { struct
23 Throws() : v_(0) {} in Throws() function
24 Throws(int v) : v_(v) {} in Throws() argument
25 Throws(const Throws &rhs) : v_(rhs.v_) { if (sThrows) throw 1; } in Throws() function
26 Throws( Throws &&rhs) : v_(rhs.v_) { if (sThrows) throw 1; } in Throws() function
27 Throws& operator=(const Throws &rhs) { v_ = rhs.v_; return *this; } in operator =() argument
28 Throws& operator=( Throws &&rhs) { v_ = rhs.v_; return *this; } in operator =() argument
30 static bool sThrows; argument
33 bool Throws::sThrows = false; argument
H A Derase_iter_iter.pass.cpp22 struct Throws { struct
23 Throws() : v_(0) {} in Throws() function
24 Throws(int v) : v_(v) {} in Throws() argument
25 Throws(const Throws &rhs) : v_(rhs.v_) { if (sThrows) throw 1; } in Throws() argument
26 Throws( Throws &&rhs) : v_(rhs.v_) { if (sThrows) throw 1; } in Throws() function
27 Throws& operator=(const Throws &rhs) { v_ = rhs.v_; return *this; } in operator =() argument
28 Throws& operator=( Throws &&rhs) { v_ = rhs.v_; return *this; } in operator =() argument
30 static bool sThrows; argument
33 bool Throws::sThrows = false; argument
/dports/devel/llvm12/llvm-project-12.0.1.src/libcxx/test/std/containers/sequences/vector/vector.modifiers/
H A Derase_iter.pass.cpp22 struct Throws { struct
23 Throws() : v_(0) {} in Throws() argument
24 Throws(int v) : v_(v) {} in Throws() function
25 Throws(const Throws &rhs) : v_(rhs.v_) { if (sThrows) throw 1; } in Throws() function
26 Throws( Throws &&rhs) : v_(rhs.v_) { if (sThrows) throw 1; } in Throws() function
27 Throws& operator=(const Throws &rhs) { v_ = rhs.v_; return *this; } in operator =() argument
28 Throws& operator=( Throws &&rhs) { v_ = rhs.v_; return *this; } in operator =() argument
30 static bool sThrows; argument
33 bool Throws::sThrows = false; argument
H A Derase_iter_iter.pass.cpp22 struct Throws { struct
23 Throws() : v_(0) {} in Throws() function
24 Throws(int v) : v_(v) {} in Throws() argument
25 Throws(const Throws &rhs) : v_(rhs.v_) { if (sThrows) throw 1; } in Throws() function
26 Throws( Throws &&rhs) : v_(rhs.v_) { if (sThrows) throw 1; } in Throws() function
27 Throws& operator=(const Throws &rhs) { v_ = rhs.v_; return *this; } in operator =() argument
28 Throws& operator=( Throws &&rhs) { v_ = rhs.v_; return *this; } in operator =() argument
30 static bool sThrows; argument
33 bool Throws::sThrows = false; argument
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/libcxx/test/std/containers/sequences/vector/vector.modifiers/
H A Derase_iter.pass.cpp22 struct Throws { struct
23 Throws() : v_(0) {} in Throws() function
24 Throws(int v) : v_(v) {} in Throws() argument
25 Throws(const Throws &rhs) : v_(rhs.v_) { if (sThrows) throw 1; } in Throws() function
26 Throws( Throws &&rhs) : v_(rhs.v_) { if (sThrows) throw 1; } in Throws() argument
27 Throws& operator=(const Throws &rhs) { v_ = rhs.v_; return *this; } in operator =() argument
28 Throws& operator=( Throws &&rhs) { v_ = rhs.v_; return *this; } in operator =() argument
30 static bool sThrows; argument
33 bool Throws::sThrows = false; argument
H A Derase_iter_iter.pass.cpp22 struct Throws { struct
23 Throws() : v_(0) {} in Throws() function
24 Throws(int v) : v_(v) {} in Throws() function
25 Throws(const Throws &rhs) : v_(rhs.v_) { if (sThrows) throw 1; } in Throws() argument
26 Throws( Throws &&rhs) : v_(rhs.v_) { if (sThrows) throw 1; } in Throws() argument
27 Throws& operator=(const Throws &rhs) { v_ = rhs.v_; return *this; } in operator =() argument
28 Throws& operator=( Throws &&rhs) { v_ = rhs.v_; return *this; } in operator =() argument
30 static bool sThrows; argument
33 bool Throws::sThrows = false; argument
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/libcxx/test/std/containers/sequences/vector/vector.modifiers/
H A Derase_iter.pass.cpp22 struct Throws { struct
23 Throws() : v_(0) {} in Throws() function
24 Throws(int v) : v_(v) {} in Throws() argument
25 Throws(const Throws &rhs) : v_(rhs.v_) { if (sThrows) throw 1; } in Throws() function
26 Throws( Throws &&rhs) : v_(rhs.v_) { if (sThrows) throw 1; } in Throws() function
27 Throws& operator=(const Throws &rhs) { v_ = rhs.v_; return *this; } in operator =() argument
28 Throws& operator=( Throws &&rhs) { v_ = rhs.v_; return *this; } in operator =() argument
30 static bool sThrows; argument
33 bool Throws::sThrows = false; argument
H A Derase_iter_iter.pass.cpp22 struct Throws { struct
23 Throws() : v_(0) {} in Throws() function
24 Throws(int v) : v_(v) {} in Throws() function
25 Throws(const Throws &rhs) : v_(rhs.v_) { if (sThrows) throw 1; } in Throws() argument
26 Throws( Throws &&rhs) : v_(rhs.v_) { if (sThrows) throw 1; } in Throws() function
27 Throws& operator=(const Throws &rhs) { v_ = rhs.v_; return *this; } in operator =() argument
28 Throws& operator=( Throws &&rhs) { v_ = rhs.v_; return *this; } in operator =() argument
30 static bool sThrows; argument
33 bool Throws::sThrows = false; argument
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/libcxx/test/std/containers/sequences/vector/vector.modifiers/
H A Derase_iter.pass.cpp22 struct Throws { struct
23 Throws() : v_(0) {} in Throws() argument
24 Throws(int v) : v_(v) {} in Throws() function
25 Throws(const Throws &rhs) : v_(rhs.v_) { if (sThrows) throw 1; } in Throws() argument
26 Throws( Throws &&rhs) : v_(rhs.v_) { if (sThrows) throw 1; } in Throws() function
27 Throws& operator=(const Throws &rhs) { v_ = rhs.v_; return *this; } in operator =() argument
28 Throws& operator=( Throws &&rhs) { v_ = rhs.v_; return *this; } in operator =() argument
30 static bool sThrows; argument
33 bool Throws::sThrows = false; argument
H A Derase_iter_iter.pass.cpp22 struct Throws { struct
23 Throws() : v_(0) {} in Throws() argument
24 Throws(int v) : v_(v) {} in Throws() argument
25 Throws(const Throws &rhs) : v_(rhs.v_) { if (sThrows) throw 1; } in Throws() argument
26 Throws( Throws &&rhs) : v_(rhs.v_) { if (sThrows) throw 1; } in Throws() argument
27 Throws& operator=(const Throws &rhs) { v_ = rhs.v_; return *this; } in operator =() argument
28 Throws& operator=( Throws &&rhs) { v_ = rhs.v_; return *this; } in operator =() argument
30 static bool sThrows; argument
33 bool Throws::sThrows = false; argument
/dports/devel/llvm13/llvm-project-13.0.1.src/libcxx/test/std/containers/sequences/vector/vector.modifiers/
H A Derase_iter.pass.cpp22 struct Throws { struct
23 Throws() : v_(0) {} in Throws() argument
24 Throws(int v) : v_(v) {} in Throws() function
25 Throws(const Throws &rhs) : v_(rhs.v_) { if (sThrows) throw 1; } in Throws() function
26 Throws( Throws &&rhs) : v_(rhs.v_) { if (sThrows) throw 1; } in Throws() argument
27 Throws& operator=(const Throws &rhs) { v_ = rhs.v_; return *this; } in operator =() argument
28 Throws& operator=( Throws &&rhs) { v_ = rhs.v_; return *this; } in operator =() argument
30 static bool sThrows; argument
33 bool Throws::sThrows = false; argument
H A Derase_iter_iter.pass.cpp22 struct Throws { struct
23 Throws() : v_(0) {} in Throws() function
24 Throws(int v) : v_(v) {} in Throws() argument
25 Throws(const Throws &rhs) : v_(rhs.v_) { if (sThrows) throw 1; } in Throws() argument
26 Throws( Throws &&rhs) : v_(rhs.v_) { if (sThrows) throw 1; } in Throws() argument
27 Throws& operator=(const Throws &rhs) { v_ = rhs.v_; return *this; } in operator =() argument
28 Throws& operator=( Throws &&rhs) { v_ = rhs.v_; return *this; } in operator =() argument
30 static bool sThrows; argument
33 bool Throws::sThrows = false; argument
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/libcxx/test/std/containers/sequences/deque/deque.modifiers/
H A Derase_iter.pass.cpp23 struct Throws { struct
24 Throws() : v_(0) {} in Throws() function
25 Throws(int v) : v_(v) {} in Throws() argument
26 Throws(const Throws &rhs) : v_(rhs.v_) { if (sThrows) throw 1; } in Throws() argument
27 Throws( Throws &&rhs) : v_(rhs.v_) { if (sThrows) throw 1; } in Throws() function
28 Throws& operator=(const Throws &rhs) { v_ = rhs.v_; return *this; } in operator =() argument
29 Throws& operator=( Throws &&rhs) { v_ = rhs.v_; return *this; } in operator =() argument
32 static bool sThrows; argument
35 bool Throws::sThrows = false; argument
/dports/www/chromium-legacy/chromium-88.0.4324.182/buildtools/third_party/libc++/trunk/test/std/containers/sequences/deque/deque.modifiers/
H A Derase_iter.pass.cpp23 struct Throws { struct
24 Throws() : v_(0) {} in Throws() argument
25 Throws(int v) : v_(v) {} in Throws() argument
26 Throws(const Throws &rhs) : v_(rhs.v_) { if (sThrows) throw 1; } in Throws() argument
27 Throws( Throws &&rhs) : v_(rhs.v_) { if (sThrows) throw 1; } in Throws() function
28 Throws& operator=(const Throws &rhs) { v_ = rhs.v_; return *this; } in operator =() argument
29 Throws& operator=( Throws &&rhs) { v_ = rhs.v_; return *this; } in operator =() argument
32 static bool sThrows; argument
35 bool Throws::sThrows = false; argument
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/libcxx/test/std/containers/sequences/deque/deque.modifiers/
H A Derase_iter.pass.cpp23 struct Throws { struct
24 Throws() : v_(0) {} in Throws() argument
25 Throws(int v) : v_(v) {} in Throws() function
26 Throws(const Throws &rhs) : v_(rhs.v_) { if (sThrows) throw 1; } in Throws() argument
27 Throws( Throws &&rhs) : v_(rhs.v_) { if (sThrows) throw 1; } in Throws() argument
28 Throws& operator=(const Throws &rhs) { v_ = rhs.v_; return *this; } in operator =() argument
29 Throws& operator=( Throws &&rhs) { v_ = rhs.v_; return *this; } in operator =() argument
32 static bool sThrows; argument
35 bool Throws::sThrows = false; argument

12345678910>>...13