Searched refs:thrown (Results 1 – 25 of 89) sorted by relevance
1234
| /netbsd/src/games/hack/ |
| D | hack.fight.c | 218 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++/ |
| D | exception | 48 /** 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
|
| D | typeinfo | 136 // 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. */
|
| D | new | 50 * @brief Exception possibly thrown by @c new.
|
| /netbsd/src/tests/usr.bin/grep/ |
| D | d_context_b.out | 4 Though you may be thrown over by Tabby and Rover,
|
| D | d_context_a.out | 5 Though you may be thrown over by Tabby and Rover,
|
| D | d_context_a.in | 7 Though you may be thrown over by Tabby and Rover,
|
| D | d_context_d.out | 6 d_context_a.in-Though you may be thrown over by Tabby and Rover,
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/ |
| D | builtin-attrs.def | 405 /* 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. */
|
| D | gimple.def | 196 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/ |
| D | ostream | 150 * 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
|
| D | istream | 152 * 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
|
| D | mutex | 668 * @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.
|
| D | any | 52 * @brief Exception class thrown by a failed @c any_cast
|
| D | expected | 68 /// Exception thrown by std::expected when the value() is not present.
|
| /netbsd/src/external/gpl3/gcc/dist/libgcc/ |
| D | unwind-arm-common.inc | 580 /* 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/ |
| D | guile.texi | 169 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/ |
| D | morestack.S | 244 # is thrown through this code.
|
| /netbsd/src/external/gpl3/gdb/dist/bfd/doc/ |
| D | bfd.texi | 228 allocated by BFD for the closing file is thrown away.
|
| /netbsd/src/external/gpl3/binutils/dist/bfd/doc/ |
| D | bfd.texi | 228 allocated by BFD for the closing file is thrown away.
|
| /netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/tr1/ |
| D | regex | 921 * 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/ |
| D | c-arm.texi | 1405 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/ |
| D | objc.texi | 785 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/ |
| D | morestack.S | 265 # is thrown through this code.
|
| /netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/ |
| D | c++config | 721 // translation. It is primarily used for messages in thrown exceptions; see
|
1234