Searched defs:throw_exception (Results 1 – 9 of 9) sorted by relevance
13 void throw_exception(std::exception const& e) { in throw_exception() function
21 void throw_exception(Ex const& e) { in throw_exception() function
8 void throw_exception(std::exception const& e) { in throw_exception() function
31 void throw_exception(const Exception& e) in throw_exception() function
55 FMT_NORETURN void throw_exception() { throw std::runtime_error("test"); } in throw_exception() function
920 RXCPP_NORETURN inline void throw_exception(E&& e) { in throw_exception() function
1528 throw_exception(this, Label::kDeferred), in TF_BUILTIN() local
5563 Label out(this), throw_exception(this, Label::kDeferred); in ThrowIfNotInstanceType() local5586 Label done(this), throw_exception(this, Label::kDeferred); in ThrowIfNotJSReceiver() local5607 Label out(this), throw_exception(this, Label::kDeferred); in ThrowIfNotCallable() local
3477 void throw_exception(Ex const& e) { in throw_exception() function8547 void throw_exception(std::exception const& e) { in throw_exception() function