Home
last modified time | relevance | path

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

12345678

/freebsd/contrib/llvm-project/libcxx/include/__ostream/
H A Dbasic_ostream.h162 } 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 Dprint.h67 } catch (...) { in __vprint_nonunicode()
130 } catch (...) { in __vprint_unicode()
/freebsd/tools/tools/kdrv/
H A DKernelDriver323 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 Dkern_synch.c137 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 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/contrib/llvm-project/libcxx/include/__memory/
H A Duninitialized_algorithms.h68 } 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 DBUILD.bazel59 "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 Distream363 } 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 Dchild.ipp64 } 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 Dt_sigaction.c82 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 Drandombytes.c106 } catch (e) { in randombytes_stir()
115 } catch (e) { in randombytes_stir()
/freebsd/share/examples/bootforth/
H A Dmenu.4th80 ['] (boot) catch abort" Error booting"
90 ['] (reboot) catch abort" Error rebooting"
/freebsd/contrib/llvm-project/libcxx/include/__pstl/internal/
H A Dutils.h
/freebsd/contrib/llvm-project/libcxx/include/__exception/
H A Dexception_ptr.h116 } catch (...) { in make_exception_ptr()
123 } catch (...) { in make_exception_ptr()
/freebsd/contrib/googletest/googletest/
H A DCMakeLists.txt273 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 Dsupport.4th227 ['] 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 Demscripten.sh107 } catch (err) {
112 }).catch(function () {
/freebsd/contrib/llvm-project/libcxx/include/__utility/
H A Dterminate_on_exception.h
/freebsd/contrib/googletest/googletest/include/gtest/internal/
H A Dgtest-death-test-internal.h200 } catch (const ::std::exception& gtest_exception) { \
209 } catch (...) { \
/freebsd/bin/sh/tests/execution/
H A Dbg11.06 # Use a trap, not the default action, since the shell may catch SIGINT and
H A Dbg13.06 # Use a trap, not the default action, since the shell may catch SIGINT and
/freebsd/contrib/llvm-project/libcxx/src/filesystem/
H A Derror.h194 } catch (...) { in report()
214 } catch (...) { in report()
/freebsd/tools/regression/poll/
H A Dpipepoll.c82 catch(int sig __unused) in catch() function
283 signal(SIGUSR1, catch); in main()
/freebsd/sys/contrib/libsodium/test/default/
H A Dpre.js.inc4 } catch(e) {
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyInstrControl.td145 // Catching an exception: catch / catch_all
150 "catch", "catch \t$tag", 0x07>;

12345678