Home
last modified time | relevance | path

Searched refs:save_exception (Results 1 – 10 of 10) sorted by relevance

/dports/www/dooble/dooble-2021.12.05/Source/
H A Ddooble_accepted_or_blocked_domains.h79 void save_exception(const QString &url, bool state);
H A Ddooble_accepted_or_blocked_domains.cc286 save_exception(url, true); in new_exception()
705 void dooble_accepted_or_blocked_domains::save_exception(const QString &url, in save_exception() function in dooble_accepted_or_blocked_domains
1103 save_exception(item->text(), state); in slot_exceptions_item_changed()
/dports/editors/vim/vim-8.2.3745/src/testdir/
H A Dshared.vim362 let save_exception = ''
368 let save_exception = v:exception
370 call assert_match(a:errstr, save_exception)
H A Dtest_syntax.vim351 let save_exception = ''
355 let save_exception = v:exception
357 call assert_match(a:errcode, save_exception)
H A Dtest_netbeans.vim22 let save_exception = ''
27 let save_exception = v:exception
31 call assert_match(a:errcode, save_exception)
/dports/math/octave/octave-6.4.0/libinterp/parse-tree/
H A Dpt-eval.cc351 es.save_exception (ee); in repl()
567 es.save_exception (ee); in repl()
729 es.save_exception (ee); in eval()
810 es.save_exception (ee); in evalin()
3233 es.save_exception (ee); in visit_statement()
3388 es.save_exception (ee); in visit_try_catch_command()
3458 es.save_exception (ee); in do_unwind_protect_cleanup_code()
3532 es.save_exception (ee); in visit_unwind_protect_command()
/dports/math/octave/octave-6.4.0/libinterp/corefcn/
H A Derror.h309 void save_exception (const execution_exception& e);
H A Dinterpreter.cc1693 m_error_system.save_exception (e); in handle_exception()
H A Dcellfun.cc90 es.save_exception (ee); in get_output_list()
H A Derror.cc899 void error_system::save_exception (const execution_exception& e) in save_exception() function in octave::error_system