/external/catch2/include/internal/ |
D | catch_enforce.h | 21 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 ))
|
D | catch_enforce.cpp | 13 void throw_exception(std::exception const& e) { in throw_exception() function
|
D | catch_generators_generic.hpp | 67 … 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/ |
D | throw_error.ipp | 17 #include "asio/detail/throw_exception.hpp" 28 asio::detail::throw_exception(e); 36 asio::detail::throw_exception(e);
|
D | service_registry.ipp | 18 #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/ |
D | throw_exception.hpp | 24 void throw_exception(const Exception& e); 31 void throw_exception(const Exception& e) in throw_exception() function
|
D | socket_option.hpp | 121 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/ |
D | ehabi-handlerdata-nounwind.ll | 12 ; throw_exception(); 20 declare void @throw_exception() 30 invoke void @throw_exception() to label %try.cont unwind label %lpad
|
D | ehabi-handlerdata.ll | 18 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/ |
D | ehabi-handlerdata-nounwind.ll | 12 ; throw_exception(); 20 declare void @throw_exception() 30 invoke void @throw_exception() to label %try.cont unwind label %lpad
|
D | ehabi-handlerdata.ll | 18 declare void @throw_exception() 28 invoke void @throw_exception() to label %try.cont unwind label %lpad
|
/external/clang/test/CodeGenCXX/ |
D | static-init.cpp | 51 __attribute__((noreturn)) int throw_exception(); 54 throw_exception(); in test()
|
/external/parameter-framework/asio-1.10.6/include/asio/ip/impl/ |
D | address_v4.ipp | 21 #include "asio/detail/throw_exception.hpp" 36 asio::detail::throw_exception(ex); 50 asio::detail::throw_exception(ex);
|
D | address.ipp | 18 #include "asio/detail/throw_exception.hpp" 100 asio::detail::throw_exception(ex); 110 asio::detail::throw_exception(ex);
|
D | address_v6.ipp | 21 #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/ |
D | x86-shrink-wrap-unwind.ll | 230 ; 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/ |
D | rx-reduce.hpp | 247 … 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/ |
D | gsl_assert | 134 [[noreturn]] void throw_exception(Exception&&) noexcept 142 [[noreturn]] void throw_exception(Exception&& exception) 156 : gsl::details::throw_exception(gsl::fail_fast( \
|
D | gsl_util | 126 if (static_cast<U>(t) != u) gsl::details::throw_exception(narrowing_error()); 128 gsl::details::throw_exception(narrowing_error());
|
/external/catch2/projects/ExtraTests/ |
D | X04-DisabledExceptions-CustomHandler.cpp | 8 void throw_exception(std::exception const& e) { in throw_exception() function
|
/external/parameter-framework/asio-1.10.6/include/asio/generic/ |
D | stream_protocol.hpp | 69 asio::detail::throw_exception(ex); in stream_protocol()
|
/external/Reactive-Extensions/RxCpp/Rx/v2/test/sources/ |
D | scope.cpp | 342 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/ |
D | endpoint.ipp | 21 #include "asio/detail/throw_exception.hpp"
|
/external/Reactive-Extensions/RxCpp/Rx/v2/test/operators/ |
D | scan.cpp | 282 rxu::throw_exception(ex); in __anondb26d04f0e02()
|
D | filter.cpp | 253 rxu::throw_exception(ex); in __anon3c65ca500802()
|