Home
last modified time | relevance | path

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

123456789

/freebsd/contrib/llvm-project/libcxx/include/__cxx03/__ostream/
H A Dbasic_ostream.h150 } catch (...) { in ~sentry()
196 } catch (...) { in catch() function
204 } catch (...) { in catch() function
224 } catch (...) { in catch() function
251 } catch (...) { in catch() function
271 } catch (...) { in catch() function
298 } catch (...) { in catch() function
318 } catch (...) { in catch() function
338 } catch (...) { in catch() function
358 } catch (...) { in catch() function
[all …]
/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.c138 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()
/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 (...) {
116 } catch (const std::runtime_error& e) {
118 } catch (...) {
/freebsd/contrib/sqlite3/autosetup/
H A Dautosetup-test-tclsh6 if {[catch {info version} version] == 0} {
14 } elseif {[catch {info tclversion} version] == 0} {
H A Dautosetup568 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 …]
/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.h70 } catch (...) { in __uninitialized_copy()
100 } catch (...) { in __uninitialized_copy_n()
130 } catch (...) { in __uninitialized_fill()
158 } catch (...) { in __uninitialized_fill_n()
188 } catch (...) { in __uninitialized_default_construct()
214 } catch (...) { in __uninitialized_default_construct_n()
241 } catch (...) { in __uninitialized_value_construct()
267 } catch (...) { in __uninitialized_value_construct_n()
304 } catch (...) { in __uninitialized_move()
341 } catch (...) { in __uninitialized_move_n()
/freebsd/contrib/llvm-project/libcxx/include/__cxx03/
H A Distream363 } catch (...) {
454 } catch (...) {
505 } catch (...) {
553 } catch (...) {
603 } catch (...) {
638 } catch (...) {
676 } catch (...) {
724 } catch (...) {
767 } catch (...) {
821 } catch (...) {
[all …]
/freebsd/contrib/llvm-project/libcxx/include/__ostream/
H A Dbasic_ostream.h107 } catch (...) { in __put_num()
136 } catch (...) { in __put_num_integer_promote()
217 } catch (...) { in ~sentry()
263 } catch (...) { in catch() function
271 } catch (...) { in catch() function
368 } catch (...) { in catch() function
429 } catch (...) { in catch() function
469 } catch (...) { in put()
487 } catch (...) { in write()
507 } catch (...) { in flush()
H A Dprint.h60 } catch (...) { in __vprint_nonunicode()
123 } catch (...) { in __vprint_unicode()
/freebsd/contrib/googletest/googletest/test/
H A DBUILD.bazel52 "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_",
/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/contrib/llvm-project/libcxx/include/
H A Distream371 } catch (...) {
462 } catch (...) {
513 } catch (...) {
588 } catch (...) {
638 } catch (...) {
673 } catch (...) {
711 } catch (...) {
759 } catch (...) {
802 } catch (...) {
856 } catch (...) {
[all …]
/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/__cxx03/__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()
/freebsd/contrib/llvm-project/libcxx/src/filesystem/
H A Derror.h136 } catch (...) { in report()
156 } catch (...) { in report()
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyInstrControl.td128 // A list of catch clauses attached to try_table.
155 // Pseudo instructions that represent catch / catch_ref / catch_all /
194 // Catching an exception: catch / catch_all
199 "catch", "catch \t$tag", 0x07>;
/freebsd/contrib/llvm-project/libcxx/include/__pstl/internal/
H A Dutils.h
/freebsd/contrib/llvm-project/libcxx/include/__cxx03/__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/sys/contrib/libsodium/dist-build/
H A Demscripten.sh107 } catch (err) {
112 }).catch(function () {
/freebsd/contrib/llvm-project/libcxx/include/__exception/
H A Dexception_ptr.h114 } catch (...) { in __make_exception_ptr_explicit()
125 } catch (...) { in __make_exception_ptr_via_throw()
/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 …]

123456789