Searched refs:throw_exception (Results 1 – 2 of 2) sorted by relevance
753 static void throw_exception(__cxa_exception *ex) in throw_exception() function795 throw_exception(ex); in __cxa_throw()812 throw_exception(reinterpret_cast<__cxa_exception*>(ex)); in __cxa_rethrow_primary_exception()
3831 void throw_exception(Ex const& e) { in throw_exception() function3836 void throw_exception(std::exception const& e);4119 … Catch::throw_exception(GeneratorException("No valid value found in filtered generator")); in FilterGenerator()4255 … Catch::throw_exception(GeneratorException("Not enough values to initialize the first chunk")); in ChunkGenerator()4664 … Catch::throw_exception(GeneratorException("IteratorGenerator received no valid values")); in IteratorGenerator()10407 void throw_exception(std::exception const& e) { in throw_exception() function10416 throw_exception(std::logic_error(msg)); in throw_logic_error()10421 throw_exception(std::domain_error(msg)); in throw_domain_error()10426 throw_exception(std::runtime_error(msg)); in throw_runtime_error()