Home
last modified time | relevance | path

Searched defs:throw_exception (Results 1 – 9 of 9) sorted by relevance

/external/catch2/include/internal/
Dcatch_enforce.cpp13 void throw_exception(std::exception const& e) { in throw_exception() function
Dcatch_enforce.h21 void throw_exception(Ex const& e) { in throw_exception() function
/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/detail/
Dthrow_exception.hpp31 void throw_exception(const Exception& e) in throw_exception() function
/external/fmtlib/test/
Dgtest-extra-test.cc55 FMT_NORETURN void throw_exception() { throw std::runtime_error("test"); } in throw_exception() function
/external/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/
Drx-util.hpp920 RXCPP_NORETURN inline void throw_exception(E&& e) { in throw_exception() function
/external/v8/src/builtins/
Dbuiltins-string-gen.cc1528 throw_exception(this, Label::kDeferred), in TF_BUILTIN() local
/external/v8/src/codegen/
Dcode-stub-assembler.cc5563 Label out(this), throw_exception(this, Label::kDeferred); in ThrowIfNotInstanceType() local
5586 Label done(this), throw_exception(this, Label::kDeferred); in ThrowIfNotJSReceiver() local
5607 Label out(this), throw_exception(this, Label::kDeferred); in ThrowIfNotCallable() local
/external/catch2/single_include/catch2/
Dcatch.hpp3477 void throw_exception(Ex const& e) { in throw_exception() function
8547 void throw_exception(std::exception const& e) { in throw_exception() function