/freebsd/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()
|
/freebsd/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 …]
|
/freebsd/sys/kern/ |
H A D | kern_synch.c | 137 int catch, pri, rval, sleepq_flags; in _sleep() local 166 catch = priority & PCATCH; in _sleep() 176 if (catch) in _sleep() 214 if (sbt != 0 && catch) in _sleep() 218 else if (catch) in _sleep() 401 bool catch, drop; 406 catch = (prio & PCATCH) != 0; 440 sleepq_add(wchan, NULL, wmesg, catch ? SLEEPQ_INTERRUPTIBLE : 0, 0); in _blockcount_sleep() 441 if (catch) in _blockcount_sleep() 417 bool catch, drop; _blockcount_sleep() local
|
/freebsd/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) {
|
/freebsd/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()
|
/freebsd/contrib/googletest/googletest/test/ |
H A D | BUILD.bazel | 59 "googletest-catch-exceptions-test_.cc", 382 name = "googletest-catch-exceptions-no-ex-test_", 384 srcs = ["googletest-catch-exceptions-test_.cc"], 389 name = "googletest-catch-exceptions-ex-test_", 391 srcs = ["googletest-catch-exceptions-test_.cc"], 397 name = "googletest-catch-exceptions-test", 399 srcs = ["googletest-catch-exceptions-test.py"], 401 ":googletest-catch-exceptions-ex-test_", 402 ":googletest-catch-exceptions-no-ex-test_",
|
/freebsd/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 …]
|
/freebsd/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 (...) {
|
/freebsd/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()
|
/freebsd/sys/contrib/libsodium/src/libsodium/randombytes/ |
H A D | randombytes.c | 106 } catch (e) { in randombytes_stir() 115 } catch (e) { in randombytes_stir()
|
/freebsd/share/examples/bootforth/ |
H A D | menu.4th | 80 ['] (boot) catch abort" Error booting" 90 ['] (reboot) catch abort" Error rebooting"
|
/freebsd/contrib/llvm-project/libcxx/include/__pstl/internal/ |
H A D | utils.h |
|
/freebsd/contrib/llvm-project/libcxx/include/__exception/ |
H A D | exception_ptr.h | 116 } catch (...) { in make_exception_ptr() 123 } catch (...) { in make_exception_ptr()
|
/freebsd/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)
|
/freebsd/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 …]
|
/freebsd/sys/contrib/libsodium/dist-build/ |
H A D | emscripten.sh | 107 } catch (err) { 112 }).catch(function () {
|
/freebsd/contrib/llvm-project/libcxx/include/__utility/ |
H A D | terminate_on_exception.h |
|
/freebsd/contrib/googletest/googletest/include/gtest/internal/ |
H A D | gtest-death-test-internal.h | 200 } catch (const ::std::exception& gtest_exception) { \ 209 } catch (...) { \
|
/freebsd/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
|
/freebsd/contrib/llvm-project/libcxx/src/filesystem/ |
H A D | error.h | 194 } catch (...) { in report() 214 } catch (...) { in report()
|
/freebsd/tools/regression/poll/ |
H A D | pipepoll.c | 82 catch(int sig __unused) in catch() function 283 signal(SIGUSR1, catch); in main()
|
/freebsd/sys/contrib/libsodium/test/default/ |
H A D | pre.js.inc | 4 } catch(e) {
|
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyInstrControl.td | 145 // Catching an exception: catch / catch_all 150 "catch", "catch \t$tag", 0x07>;
|