/external/catch2/include/internal/ |
D | catch_enforce.cpp | 16 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()
|
D | catch_enforce.h | 20 void throw_exception(Ex const& e) { in throw_exception() function 25 void throw_exception(std::exception const& e);
|
D | catch_generators_generic.hpp | 68 … 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/ |
D | gtest-extra-test.cc | 56 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/ |
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/llvm-project/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/llvm-project/clang/test/CodeGenCXX/ |
D | static-init.cpp | 53 __attribute__((noreturn)) int throw_exception(); 56 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/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/catch2/projects/ExtraTests/ |
D | X04-DisabledExceptions-CustomHandler.cpp | 8 void throw_exception(std::exception const& e) { in throw_exception() function
|
/external/llvm-project/llvm/test/CodeGen/RISCV/ |
D | dwarf-eh.ll | 18 declare void @throw_exception() 35 invoke void @throw_exception() to label %try.cont unwind label %lpad
|
/external/llvm-project/llvm/test/CodeGen/X86/ |
D | x86-shrink-wrap-unwind.ll | 232 ; 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()
|
D | noreturn-call-win64.ll | 58 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/ |
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 __anon0a7a75b01202() 399 rxu::throw_exception(ex); in __anon0a7a75b01502()
|
/external/parameter-framework/asio-1.10.6/include/asio/generic/detail/impl/ |
D | endpoint.ipp | 21 #include "asio/detail/throw_exception.hpp"
|