Home
last modified time | relevance | path

Searched refs:catch (Results 1 – 25 of 185) sorted by relevance

12345678

/freebsd-13.1/contrib/llvm-project/libcxx/include/__memory/
H A Duninitialized_algorithms.h42 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 DKernelDriver565 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 Dkern_synch.c141 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 Dostream351 catch (...)
377 catch (...)
407 catch (...)
433 catch (...)
463 catch (...)
489 catch (...)
515 catch (...)
541 catch (...)
567 catch (...)
593 catch (...)
[all …]
H A Distream370 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 DBUILD.bazel72 "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 Dtree.ipp61 } 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 Dt_sigaction.c82 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 Dchild.ipp64 } 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 DWebAssemblyInstrControl.td148 // 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 Drandombytes.c106 } catch (e) { in randombytes_stir()
115 } catch (e) { in randombytes_stir()
/freebsd-13.1/share/examples/bootforth/
H A Dmenu.4th81 ['] (boot) catch abort" Error booting"
91 ['] (reboot) catch abort" Error rebooting"
/freebsd-13.1/contrib/opie/libopie/
H A Dreadpass.c69 static VOIDRET catch FUNCTION((i), int i)
98 signal(SIGINT, catch);
/freebsd-13.1/sys/contrib/libsodium/dist-build/
H A Demscripten.sh107 } catch (err) {
112 }).catch(function () {
/freebsd-13.1/contrib/googletest/googletest/include/gtest/internal/
H A Dgtest-death-test-internal.h168 } catch (const ::std::exception& gtest_exception) { \
177 } catch (...) { \
/freebsd-13.1/stand/forth/
H A Dsupport.4th752 ['] 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 DCMakeLists.txt279 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 Dbg11.07 # Use a trap, not the default action, since the shell may catch SIGINT and
H A Dbg13.07 # Use a trap, not the default action, since the shell may catch SIGINT and
/freebsd-13.1/sys/contrib/libsodium/test/default/
H A Dpre.js.inc4 } catch(e) {
/freebsd-13.1/tools/regression/poll/
H A Dpipepoll.c83 catch(int sig __unused) in catch() function
284 signal(SIGUSR1, catch); in main()
H A Dpipeselect.c54 catch(int sig) in catch() function
281 signal(SIGUSR1, catch); in main()
/freebsd-13.1/crypto/openssl/crypto/rc4/
H A Dbuild.info17 # GNU make "catch all"
/freebsd-13.1/crypto/openssh/m4/
H A Dopenssh.m419 /* 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 DIntrinsicsWebAssembly.td65 // wasm.catch returns the pointer to the exception object caught by wasm 'catch'

12345678