Home
last modified time | relevance | path

Searched refs:throw_exception (Results 1 – 25 of 39) sorted by relevance

12

/external/catch2/include/internal/
Dcatch_enforce.cpp16 void throw_exception(std::exception const& e) { in throw_exception() function
25 throw_exception(std::logic_error(msg)); in throw_logic_error()
30 throw_exception(std::domain_error(msg)); in throw_domain_error()
35 throw_exception(std::runtime_error(msg)); in throw_runtime_error()
Dcatch_enforce.h20 void throw_exception(Ex const& e) { in throw_exception() function
25 void throw_exception(std::exception const& e);
Dcatch_generators_generic.hpp68 … Catch::throw_exception(GeneratorException("No valid value found in filtered generator")); in FilterGenerator()
205 … Catch::throw_exception(GeneratorException("Not enough values to initialize the first chunk")); in ChunkGenerator()
/external/fmtlib/test/
Dgtest-extra-test.cc56 FMT_NORETURN void throw_exception() { throw std::runtime_error("test"); } in throw_exception() function
66 EXPECT_THROW_MSG(throw_exception(), std::exception, p_++), "01234"); in TEST_F()
84 throw_exception(); in TEST_F()
94 throw_exception(); in TEST_F()
105 throw_exception(); in TEST_F()
134 throw_exception(); in TEST_F()
241 EXPECT_THROW_MSG(throw_exception(), std::exception, "test"); in TEST()
268 EXPECT_THROW_MSG(throw_exception(), std::exception, "test"); in TEST()
270 EXPECT_THROW_MSG(throw_exception(), std::logic_error, "test"), in TEST()
278 EXPECT_THROW_MSG(throw_exception(), std::exception, "other"), in TEST()
[all …]
/external/parameter-framework/asio-1.10.6/include/asio/detail/impl/
Dthrow_error.ipp17 #include "asio/detail/throw_exception.hpp"
28 asio::detail::throw_exception(e);
36 asio::detail::throw_exception(e);
Dservice_registry.ipp18 #include "asio/detail/throw_exception.hpp"
145 asio::detail::throw_exception(invalid_service_owner());
154 asio::detail::throw_exception(service_already_exists());
/external/parameter-framework/asio-1.10.6/include/asio/detail/
Dthrow_exception.hpp24 void throw_exception(const Exception& e);
31 void throw_exception(const Exception& e) in throw_exception() function
Dsocket_option.hpp121 asio::detail::throw_exception(ex); in resize()
202 asio::detail::throw_exception(ex); in resize()
295 asio::detail::throw_exception(ex); in resize()
/external/llvm/test/CodeGen/ARM/
Dehabi-handlerdata-nounwind.ll12 ; throw_exception();
20 declare void @throw_exception()
30 invoke void @throw_exception() to label %try.cont unwind label %lpad
Dehabi-handlerdata.ll18 declare void @throw_exception()
28 invoke void @throw_exception() to label %try.cont unwind label %lpad
/external/llvm-project/llvm/test/CodeGen/ARM/
Dehabi-handlerdata-nounwind.ll12 ; throw_exception();
20 declare void @throw_exception()
30 invoke void @throw_exception() to label %try.cont unwind label %lpad
Dehabi-handlerdata.ll18 declare void @throw_exception()
28 invoke void @throw_exception() to label %try.cont unwind label %lpad
/external/clang/test/CodeGenCXX/
Dstatic-init.cpp51 __attribute__((noreturn)) int throw_exception();
54 throw_exception(); in test()
/external/llvm-project/clang/test/CodeGenCXX/
Dstatic-init.cpp53 __attribute__((noreturn)) int throw_exception();
56 throw_exception(); in test()
/external/parameter-framework/asio-1.10.6/include/asio/ip/impl/
Daddress_v4.ipp21 #include "asio/detail/throw_exception.hpp"
36 asio::detail::throw_exception(ex);
50 asio::detail::throw_exception(ex);
Daddress.ipp18 #include "asio/detail/throw_exception.hpp"
100 asio::detail::throw_exception(ex);
110 asio::detail::throw_exception(ex);
Daddress_v6.ipp21 #include "asio/detail/throw_exception.hpp"
46 asio::detail::throw_exception(ex);
143 asio::detail::throw_exception(ex);
/external/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/operators/
Drx-reduce.hpp247 … rxu::throw_exception(rxcpp::empty_error("average() requires a stream with at least one value")); in operator ()()
267 … rxu::throw_exception(rxcpp::empty_error("sum() requires a stream with at least one value")); in operator ()()
286 … rxu::throw_exception(rxcpp::empty_error("max() requires a stream with at least one value")); in operator ()()
305 … rxu::throw_exception(rxcpp::empty_error("min() requires a stream with at least one value")); in operator ()()
323 … rxu::throw_exception(rxcpp::empty_error("first() requires a stream with at least one value")); in operator ()()
342 … rxu::throw_exception(rxcpp::empty_error("last() requires a stream with at least one value")); in operator ()()
/external/catch2/projects/ExtraTests/
DX04-DisabledExceptions-CustomHandler.cpp8 void throw_exception(std::exception const& e) { in throw_exception() function
/external/llvm-project/llvm/test/CodeGen/RISCV/
Ddwarf-eh.ll18 declare void @throw_exception()
35 invoke void @throw_exception() to label %try.cont unwind label %lpad
/external/llvm-project/llvm/test/CodeGen/X86/
Dx86-shrink-wrap-unwind.ll232 ; right after the call to throw_exception. Because of that we would not
241 ; Jump to throw_exception:
266 invoke void @throw_exception()
287 ; Jump to throw_exception:
312 invoke void @throw_exception()
327 declare void @throw_exception()
Dnoreturn-call-win64.ll58 define dso_local void @throw_exception() uwtable personality i32 (...)* @__CxxFrameHandler3 {
101 ; CHECK-LABEL: throw_exception:
/external/parameter-framework/asio-1.10.6/include/asio/generic/
Dstream_protocol.hpp69 asio::detail::throw_exception(ex); in stream_protocol()
/external/Reactive-Extensions/RxCpp/Rx/v2/test/sources/
Dscope.cpp342 rxu::throw_exception(ex); in __anon0a7a75b01202()
399 rxu::throw_exception(ex); in __anon0a7a75b01502()
/external/parameter-framework/asio-1.10.6/include/asio/generic/detail/impl/
Dendpoint.ipp21 #include "asio/detail/throw_exception.hpp"

12