/external/llvm-project/clang-tools-extra/test/clang-tidy/checkers/ |
D | openmp-exception-escape.cpp | 3 int thrower() { in thrower() function 15 thrower(); in parallel() 43 thrower(); in parallel_caught() 52 for (int i = 0; i < thrower(); i++) in for_header() 59 thrower(); in forloop() 68 thrower(); in parallel_forloop() 69 thrower(); in parallel_forloop() 81 thrower(); in parallel_forloop_caught() 85 thrower(); in parallel_forloop_caught() 95 thrower(); in parallel_caught_forloop() [all …]
|
D | bugprone-exception-escape-openmp.cpp | 3 int thrower() { in thrower() function 9 thrower(); in ok_parallel() 14 for (int i = 0; i < thrower(); i++) in bad_for_header_XFAIL() 23 thrower(); in ok_forloop() 27 thrower(); in some_exception_just_so_that_check_clang_tidy_shuts_up()
|
D | bugprone-exception-escape.cpp | 266 void thrower(int n) { in thrower() function 273 thrower(n); in directly_recursive() 287 thrower(n); in indirectly_recursive()
|
/external/abseil-cpp/absl/memory/ |
D | memory_exception_safety_test.cc | 39 EXPECT_TRUE(tester.Test([](Thrower* thrower) { in TEST() argument 40 static_cast<void>(absl::make_unique<Thrower>(*thrower)); in TEST() 43 EXPECT_TRUE(tester.Test([](Thrower* thrower) { in TEST() argument 44 static_cast<void>(absl::make_unique<Thrower>(std::move(*thrower))); in TEST()
|
/external/openscreen/third_party/abseil/src/absl/memory/ |
D | memory_exception_safety_test.cc | 39 EXPECT_TRUE(tester.Test([](Thrower* thrower) { in TEST() argument 40 static_cast<void>(absl::make_unique<Thrower>(*thrower)); in TEST() 43 EXPECT_TRUE(tester.Test([](Thrower* thrower) { in TEST() argument 44 static_cast<void>(absl::make_unique<Thrower>(std::move(*thrower))); in TEST()
|
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/memory/ |
D | memory_exception_safety_test.cc | 39 EXPECT_TRUE(tester.Test([](Thrower* thrower) { in TEST() argument 40 static_cast<void>(absl::make_unique<Thrower>(*thrower)); in TEST() 43 EXPECT_TRUE(tester.Test([](Thrower* thrower) { in TEST() argument 44 static_cast<void>(absl::make_unique<Thrower>(std::move(*thrower))); in TEST()
|
/external/webrtc/third_party/abseil-cpp/absl/memory/ |
D | memory_exception_safety_test.cc | 39 EXPECT_TRUE(tester.Test([](Thrower* thrower) { in TEST() argument 40 static_cast<void>(absl::make_unique<Thrower>(*thrower)); in TEST() 43 EXPECT_TRUE(tester.Test([](Thrower* thrower) { in TEST() argument 44 static_cast<void>(absl::make_unique<Thrower>(std::move(*thrower))); in TEST()
|
/external/libtextclassifier/abseil-cpp/absl/memory/ |
D | memory_exception_safety_test.cc | 39 EXPECT_TRUE(tester.Test([](Thrower* thrower) { in TEST() argument 40 static_cast<void>(absl::make_unique<Thrower>(*thrower)); in TEST() 43 EXPECT_TRUE(tester.Test([](Thrower* thrower) { in TEST() argument 44 static_cast<void>(absl::make_unique<Thrower>(std::move(*thrower))); in TEST()
|
/external/abseil-cpp/absl/types/ |
D | optional_exception_safety_test.cc | 146 auto thrower = Thrower(kUpdatedInteger, testing::nothrow_ctor); in TEST() local 147 optional_ptr->emplace(thrower); in TEST() 217 auto thrower = Thrower(kUpdatedInteger, testing::nothrow_ctor); in TEST() local 218 *optional_ptr = thrower; in TEST() 249 auto thrower = Thrower(kUpdatedInteger, testing::nothrow_ctor); in TEST() local 250 *optional_ptr = std::move(thrower); in TEST() 275 auto thrower = MoveThrower(kUpdatedInteger); in TEST() local 277 EXPECT_TRUE(testing::TestNothrowOp([&]() { empty = std::move(thrower); })); in TEST() 280 auto thrower = MoveThrower(kUpdatedInteger); in TEST() local 283 testing::TestNothrowOp([&]() { nonempty = std::move(thrower); })); in TEST()
|
/external/openscreen/third_party/abseil/src/absl/types/ |
D | optional_exception_safety_test.cc | 146 auto thrower = Thrower(kUpdatedInteger, testing::nothrow_ctor); in TEST() local 147 optional_ptr->emplace(thrower); in TEST() 217 auto thrower = Thrower(kUpdatedInteger, testing::nothrow_ctor); in TEST() local 218 *optional_ptr = thrower; in TEST() 249 auto thrower = Thrower(kUpdatedInteger, testing::nothrow_ctor); in TEST() local 250 *optional_ptr = std::move(thrower); in TEST() 275 auto thrower = MoveThrower(kUpdatedInteger); in TEST() local 277 EXPECT_TRUE(testing::TestNothrowOp([&]() { empty = std::move(thrower); })); in TEST() 280 auto thrower = MoveThrower(kUpdatedInteger); in TEST() local 283 testing::TestNothrowOp([&]() { nonempty = std::move(thrower); })); in TEST()
|
/external/libtextclassifier/abseil-cpp/absl/types/ |
D | optional_exception_safety_test.cc | 146 auto thrower = Thrower(kUpdatedInteger, testing::nothrow_ctor); in TEST() local 147 optional_ptr->emplace(thrower); in TEST() 217 auto thrower = Thrower(kUpdatedInteger, testing::nothrow_ctor); in TEST() local 218 *optional_ptr = thrower; in TEST() 249 auto thrower = Thrower(kUpdatedInteger, testing::nothrow_ctor); in TEST() local 250 *optional_ptr = std::move(thrower); in TEST() 275 auto thrower = MoveThrower(kUpdatedInteger); in TEST() local 277 EXPECT_TRUE(testing::TestNothrowOp([&]() { empty = std::move(thrower); })); in TEST() 280 auto thrower = MoveThrower(kUpdatedInteger); in TEST() local 283 testing::TestNothrowOp([&]() { nonempty = std::move(thrower); })); in TEST()
|
/external/webrtc/third_party/abseil-cpp/absl/types/ |
D | optional_exception_safety_test.cc | 146 auto thrower = Thrower(kUpdatedInteger, testing::nothrow_ctor); in TEST() local 147 optional_ptr->emplace(thrower); in TEST() 217 auto thrower = Thrower(kUpdatedInteger, testing::nothrow_ctor); in TEST() local 218 *optional_ptr = thrower; in TEST() 249 auto thrower = Thrower(kUpdatedInteger, testing::nothrow_ctor); in TEST() local 250 *optional_ptr = std::move(thrower); in TEST() 275 auto thrower = MoveThrower(kUpdatedInteger); in TEST() local 277 EXPECT_TRUE(testing::TestNothrowOp([&]() { empty = std::move(thrower); })); in TEST() 280 auto thrower = MoveThrower(kUpdatedInteger); in TEST() local 283 testing::TestNothrowOp([&]() { nonempty = std::move(thrower); })); in TEST()
|
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/types/ |
D | optional_exception_safety_test.cc | 146 auto thrower = Thrower(kUpdatedInteger, testing::nothrow_ctor); in TEST() local 147 optional_ptr->emplace(thrower); in TEST() 217 auto thrower = Thrower(kUpdatedInteger, testing::nothrow_ctor); in TEST() local 218 *optional_ptr = thrower; in TEST() 249 auto thrower = Thrower(kUpdatedInteger, testing::nothrow_ctor); in TEST() local 250 *optional_ptr = std::move(thrower); in TEST() 275 auto thrower = MoveThrower(kUpdatedInteger); in TEST() local 277 EXPECT_TRUE(testing::TestNothrowOp([&]() { empty = std::move(thrower); })); in TEST() 280 auto thrower = MoveThrower(kUpdatedInteger); in TEST() local 283 testing::TestNothrowOp([&]() { nonempty = std::move(thrower); })); in TEST()
|
/external/libtextclassifier/abseil-cpp/absl/container/ |
D | fixed_array_exception_safety_test.cc | 154 for (const auto& thrower : *fixed_arr) { in ReadMemory() 155 sum += thrower.Get(); in ReadMemory() 164 auto thrower = in TEST() local 166 fixed_arr_ptr->fill(thrower); in TEST() 181 auto thrower = in TEST() local 183 fixed_arr_ptr->fill(thrower); in TEST()
|
/external/openscreen/third_party/abseil/src/absl/container/ |
D | fixed_array_exception_safety_test.cc | 154 for (const auto& thrower : *fixed_arr) { in ReadMemory() 155 sum += thrower.Get(); in ReadMemory() 164 auto thrower = in TEST() local 166 fixed_arr_ptr->fill(thrower); in TEST() 181 auto thrower = in TEST() local 183 fixed_arr_ptr->fill(thrower); in TEST()
|
/external/webrtc/third_party/abseil-cpp/absl/container/ |
D | fixed_array_exception_safety_test.cc | 155 for (const auto& thrower : *fixed_arr) { in ReadMemory() 156 sum += thrower.Get(); in ReadMemory() 165 auto thrower = in TEST() local 167 fixed_arr_ptr->fill(thrower); in TEST() 182 auto thrower = in TEST() local 184 fixed_arr_ptr->fill(thrower); in TEST()
|
/external/abseil-cpp/absl/container/ |
D | fixed_array_exception_safety_test.cc | 155 for (const auto& thrower : *fixed_arr) { in ReadMemory() 156 sum += thrower.Get(); in ReadMemory() 165 auto thrower = in TEST() local 167 fixed_arr_ptr->fill(thrower); in TEST() 182 auto thrower = in TEST() local 184 fixed_arr_ptr->fill(thrower); in TEST()
|
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/container/ |
D | fixed_array_exception_safety_test.cc | 154 for (const auto& thrower : *fixed_arr) { in ReadMemory() 155 sum += thrower.Get(); in ReadMemory() 164 auto thrower = in TEST() local 166 fixed_arr_ptr->fill(thrower); in TEST() 181 auto thrower = in TEST() local 183 fixed_arr_ptr->fill(thrower); in TEST()
|
/external/clang/test/CodeGenObjC/ |
D | arc-no-arc-exceptions.m | 8 void thrower(void); function 12 // CHECK: call void @thrower(), !clang.arc.no_objc_arc_exceptions ! 18 thrower(); 23 // CHECK: call void @thrower(), !clang.arc.no_objc_arc_exceptions ! 30 thrower();
|
/external/llvm-project/clang/test/CodeGenObjC/ |
D | arc-no-arc-exceptions.m | 8 void thrower(void); function 12 // CHECK: call void @thrower(), !clang.arc.no_objc_arc_exceptions ! 18 thrower(); 23 // CHECK: call void @thrower(), !clang.arc.no_objc_arc_exceptions ! 30 thrower();
|
/external/openscreen/third_party/abseil/src/absl/base/ |
D | exception_safety_testing_test.cc | 193 auto thrower = Thrower(123); in TEST() 194 thrower.~Thrower(); in TEST() 202 auto thrower = Thrower(234); in TEST() 203 thrower.~Thrower(); in TEST() 212 auto thrower = Thrower(345); in TEST() 213 thrower.~Thrower(); in TEST() 221 auto thrower = Thrower(456); in TEST() 222 thrower.~Thrower(); in TEST()
|
/external/webrtc/third_party/abseil-cpp/absl/base/ |
D | exception_safety_testing_test.cc | 193 auto thrower = Thrower(123); in TEST() 194 thrower.~Thrower(); in TEST() 202 auto thrower = Thrower(234); in TEST() 203 thrower.~Thrower(); in TEST() 212 auto thrower = Thrower(345); in TEST() 213 thrower.~Thrower(); in TEST() 221 auto thrower = Thrower(456); in TEST() 222 thrower.~Thrower(); in TEST()
|
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/base/ |
D | exception_safety_testing_test.cc | 193 auto thrower = Thrower(123); in TEST() 194 thrower.~Thrower(); in TEST() 202 auto thrower = Thrower(234); in TEST() 203 thrower.~Thrower(); in TEST() 212 auto thrower = Thrower(345); in TEST() 213 thrower.~Thrower(); in TEST() 221 auto thrower = Thrower(456); in TEST() 222 thrower.~Thrower(); in TEST()
|
/external/abseil-cpp/absl/base/ |
D | exception_safety_testing_test.cc | 193 auto thrower = Thrower(123); in TEST() 194 thrower.~Thrower(); in TEST() 202 auto thrower = Thrower(234); in TEST() 203 thrower.~Thrower(); in TEST() 212 auto thrower = Thrower(345); in TEST() 213 thrower.~Thrower(); in TEST() 221 auto thrower = Thrower(456); in TEST() 222 thrower.~Thrower(); in TEST()
|
/external/libtextclassifier/abseil-cpp/absl/base/ |
D | exception_safety_testing_test.cc | 193 auto thrower = Thrower(123); in TEST() 194 thrower.~Thrower(); in TEST() 202 auto thrower = Thrower(234); in TEST() 203 thrower.~Thrower(); in TEST() 212 auto thrower = Thrower(345); in TEST() 213 thrower.~Thrower(); in TEST() 221 auto thrower = Thrower(456); in TEST() 222 thrower.~Thrower(); in TEST()
|