Searched refs:throw_exception (Results 1 – 3 of 3) sorted by relevance
42 void throw_exception() in throw_exception() function59 throw_exception<std::bad_cast>(); in __cxa_bad_cast()69 throw_exception<std::bad_typeid>(); in __cxa_bad_typeid()96 throw_exception<std::bad_array_new_length>(); in __cxa_throw_bad_array_new_length()
780 static void throw_exception(__cxa_exception *ex) in throw_exception() function830 throw_exception(ex); in __cxa_throw()847 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()