| /src/contrib/llvm-project/libcxx/include/__ostream/ |
| H A D | basic_ostream.h | 162 } catch (...) { in ~sentry() 208 } catch (...) { in catch() function 216 } catch (...) { in catch() function 236 } catch (...) { in catch() function 263 } catch (...) { in catch() function 283 } catch (...) { in catch() function 310 } catch (...) { in catch() function 330 } catch (...) { in catch() function 350 } catch (...) { in catch() function 370 } catch (...) { in catch() function [all …]
|
| H A D | print.h | 67 } catch (...) { in __vprint_nonunicode() 130 } catch (...) { in __vprint_unicode()
|
| /src/tools/tools/kdrv/ |
| H A D | KernelDriver | 323 if {[catch {exec cp $dir$f $kpath$Drv(filei386:$f)} msg]} { 333 if {[catch {exec cp $dir$f $kpath$Drv(fileconf:$f)} msg]} { 564 catch {unset Drv}; 603 catch {unset Drv}; 1004 if {[catch {set drv [findDrvFile $hint]} msg]} { 1016 if {[catch {readDrvFile $drv} msg]} { 1021 if {[catch {validateDrvPackage $drvdir $kpath} msg]} { 1026 if {[catch {installDrvFiles $drvdir $kpath} msg]} { 1032 if {[catch {registerDrvFiles $kpath} msg]} { 1047 if {[catch {findInstalledDrv $drv $kpath} msg]} { [all …]
|
| /src/sys/kern/ |
| H A D | kern_synch.c | 138 int catch, pri, rval, sleepq_flags; in _sleep() local 167 catch = priority & PCATCH; in _sleep() 177 if (catch) in _sleep() 215 if (sbt != 0 && catch) in _sleep() 219 else if (catch) in _sleep() 397 bool catch, drop; in _blockcount_sleep() local 402 catch = (prio & PCATCH) != 0; in _blockcount_sleep() 436 sleepq_add(wchan, NULL, wmesg, catch ? SLEEPQ_INTERRUPTIBLE : 0, 0); in _blockcount_sleep() 437 if (catch) in _blockcount_sleep()
|
| /src/contrib/kyua/utils/process/ |
| H A D | child.ipp | 64 } catch (const std::runtime_error& e) { 66 } catch (...) { 96 } catch (const std::runtime_error& e) { 98 } catch (...) { 116 } catch (const std::runtime_error& e) { 118 } catch (...) {
|
| /src/contrib/sqlite3/autosetup/ |
| H A D | autosetup-test-tclsh | 6 if {[catch {info version} version] == 0} { 14 } elseif {[catch {info tclversion} version] == 0} {
|
| H A D | autosetup | 568 catch { 671 if {[catch {exec-with-stderr sh $::autosetup(dir)/autosetup-config.guess} alias]} { 683 if {[catch {exec-with-stderr sh $::autosetup(dir)/autosetup-config.sub $alias} alias]} { 862 catch { 1540 if {[catch { 1798 if {[catch { 1858 catch {exec chmod 755 $target} 1938 catch {exec chmod 755 configure} 1958 catch {exec chmod $mode $target} 2145 catch { [all …]
|
| /src/contrib/kyua/utils/config/ |
| H A D | tree.ipp | 61 } catch (const error& e) { 89 } catch (const std::bad_cast& unused_error) { 117 } catch (const std::bad_cast& unused_error) { 143 } catch (const unknown_key_error& e) { 146 } catch (const value_error& e) { 148 } catch (const std::bad_cast& unused_error) {
|
| /src/contrib/llvm-project/libcxx/include/__memory/ |
| H A D | uninitialized_algorithms.h | 68 } catch (...) { in __uninitialized_copy() 98 } catch (...) { in __uninitialized_copy_n() 128 } catch (...) { in __uninitialized_fill() 156 } catch (...) { in __uninitialized_fill_n() 186 } catch (...) { in __uninitialized_default_construct() 212 } catch (...) { in __uninitialized_default_construct_n() 239 } catch (...) { in __uninitialized_value_construct() 265 } catch (...) { in __uninitialized_value_construct_n() 302 } catch (...) { in __uninitialized_move() 339 } catch (...) { in __uninitialized_move_n()
|
| /src/contrib/llvm-project/libcxx/include/ |
| H A D | istream | 363 } catch (...) { 454 } catch (...) { 505 } catch (...) { 580 } catch (...) { 630 } catch (...) { 665 } catch (...) { 703 } catch (...) { 751 } catch (...) { 794 } catch (...) { 848 } catch (...) { [all …]
|
| /src/contrib/googletest/googletest/test/ |
| H A D | BUILD.bazel | 52 "googletest-catch-exceptions-test_.cc", 416 name = "googletest-catch-exceptions-no-ex-test_", 418 srcs = ["googletest-catch-exceptions-test_.cc"], 423 name = "googletest-catch-exceptions-ex-test_", 425 srcs = ["googletest-catch-exceptions-test_.cc"], 431 name = "googletest-catch-exceptions-test", 433 srcs = ["googletest-catch-exceptions-test.py"], 435 ":googletest-catch-exceptions-ex-test_", 436 ":googletest-catch-exceptions-no-ex-test_",
|
| /src/contrib/netbsd-tests/lib/libc/sys/ |
| H A D | t_sigaction.c | 82 catch(int sig __unused) in catch() function 99 sa.sa_handler = catch; in ATF_TC_BODY()
|
| /src/share/examples/bootforth/ |
| H A D | menu.4th | 80 ['] (boot) catch abort" Error booting" 90 ['] (reboot) catch abort" Error rebooting"
|
| /src/sys/contrib/libsodium/src/libsodium/randombytes/ |
| H A D | randombytes.c | 106 } catch (e) { in randombytes_stir() 115 } catch (e) { in randombytes_stir()
|
| /src/contrib/llvm-project/libcxx/include/__exception/ |
| H A D | exception_ptr.h | 116 } catch (...) { in make_exception_ptr() 123 } catch (...) { in make_exception_ptr()
|
| /src/contrib/googletest/googletest/ |
| H A D | CMakeLists.txt | 273 googletest-catch-exceptions-no-ex-test_ 276 test/googletest-catch-exceptions-test_.cc) 280 googletest-catch-exceptions-ex-test_ 283 test/googletest-catch-exceptions-test_.cc) 284 py_test(googletest-catch-exceptions-test)
|
| /src/sys/contrib/libsodium/dist-build/ |
| H A D | emscripten.sh | 107 } catch (err) { 112 }).catch(function () {
|
| /src/stand/forth/ |
| H A D | support.4th | 227 ['] strdup catch if 2drop exit then 751 ['] evaluate catch if 865 ['] evaluate catch if EEXEC throw then 907 ['] process_assignment catch 908 ['] free_buffers catch 921 ['] process_assignment catch 922 ['] free_buffers catch 936 ['] process_conf catch 961 ['] load_conf catch dup . 1116 ['] load_conf catch [all …]
|
| /src/contrib/googletest/googletest/include/gtest/internal/ |
| H A D | gtest-death-test-internal.h | 200 } catch (const ::std::exception& gtest_exception) { \ 209 } catch (...) { \
|
| /src/bin/sh/tests/execution/ |
| H A D | bg11.0 | 6 # Use a trap, not the default action, since the shell may catch SIGINT and
|
| H A D | bg13.0 | 6 # Use a trap, not the default action, since the shell may catch SIGINT and
|
| /src/sys/contrib/libsodium/test/default/ |
| H A D | pre.js.inc | 4 } catch(e) {
|
| /src/tools/regression/poll/ |
| H A D | pipepoll.c | 82 catch(int sig __unused) in catch() function 283 signal(SIGUSR1, catch); in main()
|
| H A D | pipeselect.c | 53 catch(int sig) in catch() function 280 signal(SIGUSR1, catch); in main()
|
| /src/contrib/llvm-project/libcxx/src/filesystem/ |
| H A D | error.h | 194 } catch (...) { in report() 214 } catch (...) { in report()
|