Searched refs:do_throw (Results 1 – 2 of 2) sorted by relevance
62 /*[[noreturn]]*/ void do_throw(F throw_func) { in do_throw() function69 #define DO_THROW(exc, init_args) do_throw( []{ throw exc init_args; } );117 do_throw([&buf] { throw std::runtime_error(buf); }); in handle_perror()
313 static void set_limits( std::size_t max = 0, bool do_throw = true ) {315 throwing = do_throw;362 static void set_limits( std::size_t max = 0, bool do_throw = true ) {364 throwing = do_throw;