Searched refs:catch (Results 1 - 25 of 45) sorted by relevance

12

/freebsd-9.3-release/contrib/libstdc++/libsupc++/
H A Dexception_defines.h44 # define catch(X) if (false) macro
/freebsd-9.3-release/contrib/libstdc++/include/bits/
H A Dstl_uninitialized.h90 catch(...)
152 catch(...)
197 catch(...)
242 catch(...)
267 catch(...)
293 catch(...)
335 catch(...)
358 catch(...)
383 catch(...)
H A Dstl_tempbuf.h160 catch(...)
H A Dlocale_classes.h411 catch (...)
516 catch(...)
571 catch(...)
H A Dostream_insert.h106 catch(...)
/freebsd-9.3-release/contrib/libstdc++/config/locale/generic/
H A Dtime_members.h72 catch(...)
/freebsd-9.3-release/contrib/libstdc++/config/locale/gnu/
H A Dtime_members.h69 catch(...)
/freebsd-9.3-release/tools/tools/kdrv/
H A DKernelDriver324 if {[catch {exec cp $dir$f $kpath$Drv(filei386:$f)} msg]} {
334 if {[catch {exec cp $dir$f $kpath$Drv(fileconf:$f)} msg]} {
565 catch {unset Drv};
604 catch {unset Drv};
1005 if {[catch {set drv [findDrvFile $hint]} msg]} {
1017 if {[catch {readDrvFile $drv} msg]} {
1022 if {[catch {validateDrvPackage $drvdir $kpath} msg]} {
1027 if {[catch {installDrvFiles $drvdir $kpath} msg]} {
1033 if {[catch {registerDrvFiles $kpath} msg]} {
1048 if {[catch {findInstalledDr
[all...]
/freebsd-9.3-release/contrib/opie/libopie/
H A Dreadpass.c69 static VOIDRET catch FUNCTION((i), int i) function
98 signal(SIGINT, catch);
/freebsd-9.3-release/usr.sbin/ctm/mkCTM/
H A DmkCTM66 if {[catch "exec ln $CTMlock LCK.$CTMname" a]} {
118 set r1 [catch "exec ${CTMSW}/mkctm -I ${CTMignore} -B ${CTMbogus} -l ${CTMtmp}.log -D $max_damage $CTMname $CTMnbr $CTMdate . $x1 $CTMref | md5 -p | gzip -9 > ${CTMtmp}:${nm}.gz 2>@ stderr" r2]
/freebsd-9.3-release/sys/kern/
H A Dkern_synch.c154 int catch, flags, lock_state, pri, rval; local
190 catch = priority & PCATCH;
205 if (catch)
243 if (timo && catch)
247 else if (catch)
H A Dkern_lock.c191 int catch, error; local
194 catch = pri & PCATCH;
206 sleepq_add(&lk->lock_object, NULL, wmesg, SLEEPQ_LK | (catch ?
214 if ((flags & LK_TIMELOCK) && timo && catch)
218 else if (catch)
H A Dsys_pipe.c214 static __inline int pipelock(struct pipe *cpipe, int catch);
513 pipelock(cpipe, catch)
515 int catch;
523 catch ? (PRIBIO | PCATCH) : PRIBIO,
/freebsd-9.3-release/contrib/gcc/
H A Dexcept.c150 /* A list of catch blocks, a surrounding try block,
151 and the label for continuing after a catch. */
153 struct eh_region *catch;
157 /* The list through the catch handlers, the list of type objects
164 } GTY ((tag ("ERT_CATCH"))) catch;
226 /* This is the region for which we are processing catch blocks. */
516 c->u.catch.type_list = type_list;
518 c->u.catch.prev_catch = l;
520 l->u.catch.next_catch = c;
522 t->u.try.catch
152 struct eh_region *catch; member in struct:eh_region_u::eh_region_u_try
163 } GTY ((tag ("ERT_CATCH"))) catch; member in union:eh_region_u
[all...]
H A Dtree-eh.c697 try { body; } catch { stuff; }
780 } catch {
816 } catch (...) {
819 } catch (...) {
1463 tree catch, x, eh_label;
1465 catch = tsi_stmt (i);
1466 catch_region = gen_eh_region_catch (try_region, CATCH_TYPES (catch));
1470 lower_eh_constructs_1 (&this_state, &CATCH_BODY (catch));
1478 if (block_may_fallthru (CATCH_BODY (catch)))
1484 append_to_statement_list (x, &CATCH_BODY (catch));
1458 tree catch, x, eh_label; local
[all...]
/freebsd-9.3-release/tools/regression/poll/
H A Dpipepoll.c83 catch(int sig __unused) function
284 signal(SIGUSR1, catch);
H A Dpipeselect.c54 catch(int sig) function
281 signal(SIGUSR1, catch);
/freebsd-9.3-release/contrib/libstdc++/include/ext/
H A Dropeimpl.h447 catch(...)
515 catch(...)
563 catch(...)
579 catch(...)
643 catch(...)
695 catch(...)
708 catch(...)
823 catch(...)
974 catch(...)
1040 catch(
[all...]
H A Dsso_string_base.h391 catch(...)
423 catch(...)
H A Drc_string_base.h528 catch(...)
558 catch(...)
/freebsd-9.3-release/usr.sbin/pkg_install/
H A Dtkpkg102 catch {destroy $w}
/freebsd-9.3-release/sys/sys/
H A Dbuf.h283 #define BUF_TIMELOCK(bp, locktype, interlock, wmesg, catch, timo) \
285 (interlock), (wmesg), (PRIBIO + 4) | (catch), (timo), \
/freebsd-9.3-release/share/mk/
H A Dbsd.sys.mk125 # suppression when building the base system to catch bugs in our headers.
/freebsd-9.3-release/contrib/sendmail/cf/cf/
H A Dsubmit.cf609 R$* < $+ :; > $* $@ $2 :; <@> catch <list:;>
756 R@ <@ $* > < @ $1 > catch "@@host" bogosity
/freebsd-9.3-release/sbin/fsck_ffs/
H A Dfsck.h409 void catch(int);

Completed in 298 milliseconds

12