Home
last modified time | relevance | path

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

12

/external/catch2/include/internal/
Dcatch_enforce.h21 void throw_exception(Ex const& e) { in throw_exception() function
26 void throw_exception(std::exception const& e);
33 …Catch::throw_exception(CATCH_PREPARE_EXCEPTION( std::logic_error, CATCH_INTERNAL_LINEINFO << ": In…
35 Catch::throw_exception(CATCH_PREPARE_EXCEPTION( std::domain_error, msg ))
37 Catch::throw_exception(CATCH_PREPARE_EXCEPTION( std::runtime_error, msg ))
Dcatch_enforce.cpp13 void throw_exception(std::exception const& e) { in throw_exception() function
Dcatch_generators_generic.hpp67 … Catch::throw_exception(GeneratorException("No valid value found in filtered generator")); in FilterGenerator()
199 … Catch::throw_exception(GeneratorException("Not enough values to initialize the first chunk")); in ChunkGenerator()
/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/swiftshader/third_party/llvm-7.0/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/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/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/
Dx86-shrink-wrap-unwind.ll230 ; right after the call to throw_exception. Because of that we would not
239 ; Jump to throw_exception:
264 invoke void @throw_exception()
285 ; Jump to throw_exception:
310 invoke void @throw_exception()
325 declare void @throw_exception()
/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/Microsoft-GSL/include/gsl/
Dgsl_assert134 [[noreturn]] void throw_exception(Exception&&) noexcept
142 [[noreturn]] void throw_exception(Exception&& exception)
156 : gsl::details::throw_exception(gsl::fail_fast( \
Dgsl_util126 if (static_cast<U>(t) != u) gsl::details::throw_exception(narrowing_error());
128 gsl::details::throw_exception(narrowing_error());
/external/catch2/projects/ExtraTests/
DX04-DisabledExceptions-CustomHandler.cpp8 void throw_exception(std::exception const& e) { in throw_exception() function
/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 __anoncc5009a91202()
399 rxu::throw_exception(ex); in __anoncc5009a91502()
/external/parameter-framework/asio-1.10.6/include/asio/generic/detail/impl/
Dendpoint.ipp21 #include "asio/detail/throw_exception.hpp"
/external/Reactive-Extensions/RxCpp/Rx/v2/test/operators/
Dscan.cpp282 rxu::throw_exception(ex); in __anondb26d04f0e02()
Dfilter.cpp253 rxu::throw_exception(ex); in __anon3c65ca500802()

12