/external/libcxx/test/std/containers/sequences/vector/vector.modifiers/ |
D | erase_iter.pass.cpp | 22 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
|
D | erase_iter_iter.pass.cpp | 22 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
|
/external/llvm-project/libcxx/test/std/containers/sequences/vector/vector.modifiers/ |
D | erase_iter.pass.cpp | 22 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() 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
|
D | erase_iter_iter.pass.cpp | 22 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
|
/external/libcxx/test/std/containers/sequences/deque/deque.modifiers/ |
D | erase_iter.pass.cpp | 24 struct Throws { struct 25 Throws() : v_(0) {} in Throws() function 26 Throws(int v) : v_(v) {} in Throws() function 27 Throws(const Throws &rhs) : v_(rhs.v_) { if (sThrows) throw 1; } in Throws() function 28 Throws( Throws &&rhs) : v_(rhs.v_) { if (sThrows) throw 1; } in Throws() argument 29 Throws& operator=(const Throws &rhs) { v_ = rhs.v_; return *this; } in operator =() argument 30 Throws& operator=( Throws &&rhs) { v_ = rhs.v_; return *this; } in operator =() argument 33 static bool sThrows; argument 36 bool Throws::sThrows = false; argument
|
D | erase_iter_iter.pass.cpp | 26 struct Throws { struct 27 Throws() : v_(0) {} in Throws() argument 28 Throws(int v) : v_(v) {} in Throws() argument 29 Throws(const Throws &rhs) : v_(rhs.v_) { if (sThrows) throw 1; } in Throws() function 30 Throws( Throws &&rhs) : v_(rhs.v_) { if (sThrows) throw 1; } in Throws() argument 31 Throws& operator=(const Throws &rhs) { v_ = rhs.v_; return *this; } in operator =() argument 32 Throws& operator=( Throws &&rhs) { v_ = rhs.v_; return *this; } in operator =() argument 35 static bool sThrows; argument 38 bool Throws::sThrows = false; argument
|
/external/llvm-project/libcxx/test/std/containers/sequences/deque/deque.modifiers/ |
D | erase_iter.pass.cpp | 23 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
|
D | erase_iter_iter.pass.cpp | 25 struct Throws { struct 26 Throws() : v_(0) {} in Throws() argument 27 Throws(int v) : v_(v) {} in Throws() function 28 Throws(const Throws &rhs) : v_(rhs.v_) { if (sThrows) throw 1; } in Throws() function 29 Throws( Throws &&rhs) : v_(rhs.v_) { if (sThrows) throw 1; } in Throws() argument 30 Throws& operator=(const Throws &rhs) { v_ = rhs.v_; return *this; } in operator =() argument 31 Throws& operator=( Throws &&rhs) { v_ = rhs.v_; return *this; } in operator =() argument 34 static bool sThrows; argument 37 bool Throws::sThrows = false; argument
|
/external/dokka/core/testdata/format/ |
D | codeBlock.kt | 13 class Throws class
|
/external/clang/test/CodeGenCXX/ |
D | new-array-init-exceptions.cpp | 4 struct Throws { struct
|
/external/llvm-project/clang/test/CodeGenCXX/ |
D | new-array-init-exceptions.cpp | 4 struct Throws { struct
|
/external/flatbuffers/tests/ |
D | phpUnionVectorTest.php | 34 public function Throws($class, Callable $callback) { function in Assert
|
D | phpTest.php | 621 public function Throws($class, Callable $callback) { function in Assert
|
/external/catch2/include/internal/ |
D | catch_test_case_info.h | 33 Throws = 1 << 4, enumerator
|
/external/javapoet/src/test/java/com/squareup/javapoet/ |
D | MethodSpecTest.java | 121 interface Throws<R extends RuntimeException> { interface in MethodSpecTest
|
/external/llvm-project/clang/test/SemaCXX/ |
D | warn-throw-out-noexcept-func.cpp | 134 struct Throws { struct
|
/external/abseil-cpp/absl/base/ |
D | exception_safety_testing_test.cc | 48 TEST(ThrowingValueTest, Throws) { in TEST() argument
|
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/base/ |
D | exception_safety_testing_test.cc | 48 TEST(ThrowingValueTest, Throws) { in TEST() argument
|
/external/webrtc/third_party/abseil-cpp/absl/base/ |
D | exception_safety_testing_test.cc | 48 TEST(ThrowingValueTest, Throws) { in TEST() argument
|
/external/openscreen/third_party/abseil/src/absl/base/ |
D | exception_safety_testing_test.cc | 48 TEST(ThrowingValueTest, Throws) { in TEST() argument
|
/external/libtextclassifier/abseil-cpp/absl/base/ |
D | exception_safety_testing_test.cc | 48 TEST(ThrowingValueTest, Throws) { in TEST() argument
|
/external/angle/third_party/abseil-cpp/absl/base/ |
D | exception_safety_testing_test.cc | 48 TEST(ThrowingValueTest, Throws) { in TEST() argument
|
/external/bcc/tests/cc/ |
D | catch.hpp | 2817 Throws = 1 << 4 enumerator
|
/external/catch2/single_include/catch2/ |
D | catch.hpp | 4738 Throws = 1 << 4, enumerator
|
/external/libabigail/tests/lib/ |
D | catch.hpp | 4769 Throws = 1 << 4, enumerator
|