| /freebsd-13.1/contrib/llvm-project/libcxx/include/__memory/ |
| H A D | uninitialized_algorithms.h | 42 catch (...) in uninitialized_copy() 66 catch (...) in uninitialized_copy_n() 90 catch (...) in uninitialized_fill() 113 catch (...) in uninitialized_fill_n() 151 } catch (...) { in uninitialized_default_construct() 170 } catch (...) { in uninitialized_default_construct_n() 189 } catch (...) { in uninitialized_value_construct() 208 } catch (...) { in uninitialized_value_construct_n() 228 } catch (...) { in uninitialized_move() 248 } catch (...) { in uninitialized_move_n()
|
| /freebsd-13.1/tools/tools/kdrv/ |
| H A D | KernelDriver | 565 catch {unset Drv}; 604 catch {unset Drv}; 1005 if {[catch {set drv [findDrvFile $hint]} msg]} { 1017 if {[catch {readDrvFile $drv} msg]} { 1027 if {[catch {installDrvFiles $drvdir $kpath} msg]} { 1033 if {[catch {registerDrvFiles $kpath} msg]} { 1048 if {[catch {findInstalledDrv $drv $kpath} msg]} { 1052 if {[catch {validateDrvRemoval $kpath} msg]} { 1056 if {[catch {unregisterDrvFiles $kpath} msg]} { 1060 if {[catch {deleteDrvFiles $kpath} msg]} { [all …]
|
| /freebsd-13.1/sys/kern/ |
| H A D | kern_synch.c | 141 int catch, pri, rval, sleepq_flags; in _sleep() local 169 catch = priority & PCATCH; in _sleep() 179 if (catch) in _sleep() 217 if (sbt != 0 && catch) in _sleep() 221 else if (catch) in _sleep() 420 bool catch, drop; in _blockcount_sleep() local 425 catch = (prio & PCATCH) != 0; in _blockcount_sleep() 459 sleepq_add(wchan, NULL, wmesg, catch ? SLEEPQ_INTERRUPTIBLE : 0, 0); in _blockcount_sleep() 460 if (catch) in _blockcount_sleep()
|
| /freebsd-13.1/contrib/llvm-project/libcxx/include/ |
| H A D | ostream | 351 catch (...) 377 catch (...) 407 catch (...) 433 catch (...) 463 catch (...) 489 catch (...) 515 catch (...) 541 catch (...) 567 catch (...) 593 catch (...) [all …]
|
| H A D | istream | 370 catch (...) 494 catch (...) 558 catch (...) 652 catch (...) 761 catch (...) 868 catch (...) 920 catch (...) 988 catch (...) 1022 catch (...) 1055 catch (...) [all …]
|
| /freebsd-13.1/contrib/googletest/googletest/test/ |
| H A D | BUILD.bazel | 72 "googletest-catch-exceptions-test_.cc", 344 name = "googletest-catch-exceptions-no-ex-test_", 346 srcs = ["googletest-catch-exceptions-test_.cc"], 351 name = "googletest-catch-exceptions-ex-test_", 353 srcs = ["googletest-catch-exceptions-test_.cc"], 359 name = "googletest-catch-exceptions-test", 361 srcs = ["googletest-catch-exceptions-test.py"], 363 ":googletest-catch-exceptions-ex-test_", 364 ":googletest-catch-exceptions-no-ex-test_",
|
| /freebsd-13.1/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-13.1/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-13.1/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-13.1/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyInstrControl.td | 148 // Catching an exception: catch / catch_all 150 // Currently 'catch' can only extract an i32, which is sufficient for C++ 151 // support, but according to the spec 'catch' can extract any number of values 157 "catch \t$dst, $tag", "catch \t$tag", 0x07>;
|
| /freebsd-13.1/sys/contrib/libsodium/src/libsodium/randombytes/ |
| H A D | randombytes.c | 106 } catch (e) { in randombytes_stir() 115 } catch (e) { in randombytes_stir()
|
| /freebsd-13.1/share/examples/bootforth/ |
| H A D | menu.4th | 81 ['] (boot) catch abort" Error booting" 91 ['] (reboot) catch abort" Error rebooting"
|
| /freebsd-13.1/contrib/opie/libopie/ |
| H A D | readpass.c | 69 static VOIDRET catch FUNCTION((i), int i) 98 signal(SIGINT, catch);
|
| /freebsd-13.1/sys/contrib/libsodium/dist-build/ |
| H A D | emscripten.sh | 107 } catch (err) { 112 }).catch(function () {
|
| /freebsd-13.1/contrib/googletest/googletest/include/gtest/internal/ |
| H A D | gtest-death-test-internal.h | 168 } catch (const ::std::exception& gtest_exception) { \ 177 } catch (...) { \
|
| /freebsd-13.1/stand/forth/ |
| H A D | support.4th | 752 ['] evaluate catch if 908 ['] process_assignment catch 909 ['] free_buffers catch 922 ['] process_assignment catch 923 ['] free_buffers catch 937 ['] process_conf catch 962 ['] load_conf catch dup . 1117 ['] load_conf catch 1149 ['] load_conf catch 1215 ['] load_module catch if [all …]
|
| /freebsd-13.1/contrib/googletest/googletest/ |
| H A D | CMakeLists.txt | 279 googletest-catch-exceptions-no-ex-test_ 282 test/googletest-catch-exceptions-test_.cc) 286 googletest-catch-exceptions-ex-test_ 289 test/googletest-catch-exceptions-test_.cc) 290 py_test(googletest-catch-exceptions-test)
|
| /freebsd-13.1/bin/sh/tests/execution/ |
| H A D | bg11.0 | 7 # Use a trap, not the default action, since the shell may catch SIGINT and
|
| H A D | bg13.0 | 7 # Use a trap, not the default action, since the shell may catch SIGINT and
|
| /freebsd-13.1/sys/contrib/libsodium/test/default/ |
| H A D | pre.js.inc | 4 } catch(e) {
|
| /freebsd-13.1/tools/regression/poll/ |
| H A D | pipepoll.c | 83 catch(int sig __unused) in catch() function 284 signal(SIGUSR1, catch); in main()
|
| H A D | pipeselect.c | 54 catch(int sig) in catch() function 281 signal(SIGUSR1, catch); in main()
|
| /freebsd-13.1/crypto/openssl/crypto/rc4/ |
| H A D | build.info | 17 # GNU make "catch all"
|
| /freebsd-13.1/crypto/openssh/m4/ |
| H A D | openssh.m4 | 19 /* Some math to catch -ftrapv problems in the toolchain */ 67 /* Some math to catch -ftrapv problems in the toolchain */ 106 /* Some math to catch -ftrapv problems in the toolchain */
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | IntrinsicsWebAssembly.td | 65 // wasm.catch returns the pointer to the exception object caught by wasm 'catch'
|