Home
last modified time | relevance | path

Searched refs:thrower (Results 1 – 25 of 31) sorted by relevance

12

/external/llvm-project/clang-tools-extra/test/clang-tidy/checkers/
Dopenmp-exception-escape.cpp3 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 …]
Dbugprone-exception-escape-openmp.cpp3 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()
Dbugprone-exception-escape.cpp266 void thrower(int n) { in thrower() function
273 thrower(n); in directly_recursive()
287 thrower(n); in indirectly_recursive()
/external/abseil-cpp/absl/memory/
Dmemory_exception_safety_test.cc39 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/
Dmemory_exception_safety_test.cc39 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/
Dmemory_exception_safety_test.cc39 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/
Dmemory_exception_safety_test.cc39 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/
Dmemory_exception_safety_test.cc39 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/
Doptional_exception_safety_test.cc146 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/
Doptional_exception_safety_test.cc146 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/
Doptional_exception_safety_test.cc146 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/
Doptional_exception_safety_test.cc146 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/
Doptional_exception_safety_test.cc146 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/
Dfixed_array_exception_safety_test.cc154 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/
Dfixed_array_exception_safety_test.cc154 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/
Dfixed_array_exception_safety_test.cc155 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/
Dfixed_array_exception_safety_test.cc155 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/
Dfixed_array_exception_safety_test.cc154 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/
Darc-no-arc-exceptions.m8 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/
Darc-no-arc-exceptions.m8 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/
Dexception_safety_testing_test.cc193 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/
Dexception_safety_testing_test.cc193 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/
Dexception_safety_testing_test.cc193 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/
Dexception_safety_testing_test.cc193 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/
Dexception_safety_testing_test.cc193 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()

12