Home
last modified time | relevance | path

Searched refs:thrown (Results 1 – 25 of 89) sorted by relevance

1234

/netbsd/src/games/hack/
Dhack.fight.c218 hmon(struct monst *mon, struct obj *obj, int thrown) in hmon() argument
244 if (!thrown && obj == uwep && obj->otyp == BOOMERANG in hmon()
320 if (thrown) { in hmon()
331 if (u.umconf && !thrown) { in hmon()
/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/libsupc++/
Dexception48 /** If an %exception is thrown which is not listed in a function's
49 * %exception specification, one of these may be thrown.
103 /** The runtime will call this function if an %exception is thrown which
Dtypeinfo136 // Try and catch a thrown type. Store an adjusted pointer to the
138 // THR_OBJ points to the thrown object. If THR_TYPE is a pointer
219 * this class (or something derived from this class) is thrown. */
Dnew50 * @brief Exception possibly thrown by @c new.
/netbsd/src/tests/usr.bin/grep/
Dd_context_b.out4 Though you may be thrown over by Tabby and Rover,
Dd_context_a.out5 Though you may be thrown over by Tabby and Rover,
Dd_context_a.in7 Though you may be thrown over by Tabby and Rover,
Dd_context_d.out6 d_context_a.in-Though you may be thrown over by Tabby and Rover,
/netbsd/src/external/gpl3/gcc/dist/gcc/
Dbuiltin-attrs.def405 /* Same attributes used for BUILT_IN_MALLOC except with TM_PURE thrown in. */
408 /* Same attributes used for BUILT_IN_FREE except with TM_PURE thrown in. */
Dgimple.def196 if an exception is thrown during execution of EVAL. If TRY_KIND is
199 exception was thrown). */
/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/std/
Dostream150 * If an exception is thrown during insertion, ios_base::badbit
152 * ios_base::failure to be thrown. The original exception will then
299 * If an exception is thrown during insertion, ios_base::badbit
Distream152 * If an exception is thrown during extraction, ios_base::badbit
154 * ios_base::failure to be thrown) and the original exception will
288 * If an exception is thrown during extraction, ios_base::badbit
290 * ios_base::failure to be thrown) and the original exception will
Dmutex668 * @throw An exception thrown by an argument's lock() or try_lock() member.
890 // XXX pthread_once does not reset the flag if an exception is thrown.
Dany52 * @brief Exception class thrown by a failed @c any_cast
Dexpected68 /// Exception thrown by std::expected when the value() is not present.
/netbsd/src/external/gpl3/gcc/dist/libgcc/
Dunwind-arm-common.inc580 /* Perform phase1 unwinding. UCBP is the exception being thrown, and
638 being thrown and ENTRY_VRS is the register state on entry to
921 /* The thrown object immediately follows the ECB. */
/netbsd/src/external/gpl3/gdb/dist/gdb/doc/
Dguile.texi169 situation, a Guile @code{signal} exception is thrown with value @code{SIGINT}.
510 This exception is thrown when accessing Guile objects that wrap underlying
518 This exception is thrown when an operation tried to access invalid
522 This exception is thrown when a Guile pretty-printer passes a bad object
604 an exception is thrown. Otherwise the type of the result is determined from
624 an @code{out-of-range} exception is thrown.
639 if it is provided a @code{wrong-type-arg} exception is thrown.
647 if it is provided a @code{wrong-type-arg} exception is thrown.
889 If the value is @code{'error} then an exception is thrown if there is any
1143 If @var{type} does not have a range, an exception is thrown.
[all …]
/netbsd/src/external/gpl3/gcc/dist/libgcc/config/s390/
Dmorestack.S244 # is thrown through this code.
/netbsd/src/external/gpl3/gdb/dist/bfd/doc/
Dbfd.texi228 allocated by BFD for the closing file is thrown away.
/netbsd/src/external/gpl3/binutils/dist/bfd/doc/
Dbfd.texi228 allocated by BFD for the closing file is thrown away.
/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/tr1/
Dregex921 * pattern interpreted according to @p flags. If regex_error is thrown,
939 * pattern interpreted according to @p flags. If regex_error is thrown,
954 * pattern interpreted according to @p flags. If regex_error is thrown,
977 * pattern interpreted according to @p flags. If regex_error is thrown,
995 * is thrown, the object remains unchanged.
/netbsd/src/external/gpl3/binutils/dist/gas/doc/
Dc-arm.texi1405 exception is thrown to determine where control should be transferred.
1479 the only point where an exception can be thrown is from a call, such
1505 returns. If an exception is thrown, the run-time library restores the
1508 exception is not thrown, the function that contains the @code{.save}
/netbsd/src/external/gpl3/gcc/dist/gcc/doc/
Dobjc.texi785 Note that only (pointers to) Objective-C objects may be thrown and
786 caught using this scheme. When an object is thrown, it will be caught
795 This will happen regardless of whether any exceptions are thrown,
/netbsd/src/external/gpl3/gcc/dist/libgcc/config/i386/
Dmorestack.S265 # is thrown through this code.
/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
Dc++config721 // translation. It is primarily used for messages in thrown exceptions; see

1234