Home
last modified time | relevance | path

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

123456

/openbsd-src/gnu/usr.bin/perl/cpan/Pod-Simple/t/
H A Dac_d.t18 print "# Testing exceptions being thrown...\n";
21 if($@) { ok 1 } # print " # Good: exception thrown: $@\n" }
22 else { ok 0, 'No exception thrown!' }
25 if($@) { ok 1 } # print " # Good: exception thrown: $@\n" }
26 else { ok 0, 'No exception thrown!' }
/openbsd-src/gnu/usr.bin/perl/cpan/CPAN-Meta/t/
H A Dconverter-fail.t33 ok ( $@, "error thrown up converting" );
39 ok ( $@, "error thrown down converting" );
/openbsd-src/gnu/lib/libstdc++/libstdc++/libsupc++/
H A Dexception47 * This is the base class for all exceptions thrown by the standard
62 /** If an %exception is thrown which is not listed in a function's
63 * %exception specification, one of these may be thrown. */
86 /** The runtime will call this function if an %exception is thrown which
H A Dtypeinfo116 // Try and catch a thrown type. Store an adjusted pointer to the
118 // THR_OBJ points to the thrown object. If THR_TYPE is a pointer
134 * this class (or something derived from this class) is thrown. */
144 /** If you use a NULL pointer in a @c typeid expression, this is thrown. */
H A Dnew49 * @brief Exception possibly thrown by @c new.
/openbsd-src/gnu/gcc/libstdc++-v3/libsupc++/
H A Dexception51 * This is the base class for all exceptions thrown by the standard
67 /** If an %exception is thrown which is not listed in a function's
68 * %exception specification, one of these may be thrown. */
98 /** The runtime will call this function if an %exception is thrown which
H A Dtypeinfo103 // Try and catch a thrown type. Store an adjusted pointer to the
105 // THR_OBJ points to the thrown object. If THR_TYPE is a pointer
137 * this class (or something derived from this class) is thrown. */
151 /** If you use a NULL pointer in a @c typeid expression, this is thrown. */
H A Dnew54 * @brief Exception possibly thrown by @c new.
/openbsd-src/games/hack/
H A Dhack.fight.c204 hmon(struct monst *mon, struct obj *obj, int thrown) in hmon() argument
228 if(!thrown && obj == uwep && obj->otyp == BOOMERANG in hmon()
297 if(thrown) in hmon()
307 if(u.umconf && !thrown) { in hmon()
/openbsd-src/games/fortune/datfiles/
H A Drecipes14 size) whitetail deer, with some moose and beef thrown in for good
41 the dry rice thrown in while threatening kitchen interlopers with
/openbsd-src/gnu/usr.bin/perl/cpan/Text-Tabs/t/
H A Dbelg4mit.t16 ok( $ok, 'no exception thrown' ) or diag( $@ );
H A Ddandv.t13 ok( $ok, 'no exception thrown' );
/openbsd-src/gnu/usr.bin/perl/cpan/podlators/t/data/snippets/
H A DREADME.md35 stripped) thrown by running some formatter on the input.
/openbsd-src/gnu/llvm/llvm/docs/
H A DExceptionHandling.rst63 handling at the expense of slower execution when no exceptions are thrown. As
78 When an exception is thrown in LLVM code, the runtime does its best to find a
82 function where the exception was thrown. If the programming language supports
111 *type* of exception thrown. The selector is then used to determine which *catch*
130 will contain the type and value of the object being thrown.
174 exception being thrown is of type ``@ExcType`` or a subtype of
189 being thrown does *not* match any of the types in the list (which, for C++,
248 was not re-thrown by throw.
283 thrown from a function. To represent this, a top level landing pad may exist to
425 determine which actions should be taken when an exception is thrown.
[all …]
H A DFaultMaps.rst22 ``NullPointerException`` has to be thrown, interrupting normal
/openbsd-src/games/monop/
H A Dcards.inp73 the amount thrown.
/openbsd-src/gnu/usr.bin/perl/cpan/Memoize/t/
H A Dcorrectness.t102 ok !$fail, 'no recursion warning thrown from Memoize';
/openbsd-src/gnu/llvm/llvm/docs/HistoricalNotes/
H A D2001-09-18-OptimizeExceptions.txt12 locally if one is thrown by the function. Most functions don't throw
H A D2001-05-18-ExceptionHandling.txt20 an exception is thrown by func (or if we are in a try block).
148 because objects without virtual function tables may be thrown (as in this
/openbsd-src/gnu/gcc/libstdc++-v3/docs/html/17_intro/
H A DC++STYLE211 thrown, and then (optional) descriptive text is added. Example:
216 as well as the typeinfo for the thrown exception. As this is the
/openbsd-src/gnu/llvm/libcxxabi/src/
H A Daix_state_tab_eh.inc116 indirect = 0x100, // Object was thrown from a function where
583 // Check whether the thrown object matches the catch handler's exception
585 // address of the thrown object. Otherwise, returns false.
615 // Get the type info for the thrown type and this catch clause and
/openbsd-src/gnu/gcc/libstdc++-v3/include/bits/
H A Dc++config197 // translation. It is primarily used for messages in thrown exceptions; see
/openbsd-src/gnu/usr.bin/perl/dist/Safe/
H A DChanges67 fix [perl #72700]: An exception thrown from a closure was getting lost.
/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DIntrinsicsWebAssembly.td109 // exception. The second argument is the thrown exception pointer.
/openbsd-src/gnu/usr.bin/perl/pod/
H A Dperlsyn.pod657 that may be thrown by the first.
677 If no exception was thrown then the C<catch> block does not happen. In either
684 value that was thrown by the code in the C<try> block. It is not necessary
811 exceptions thrown by C<die> or propagated by functions called by it, C<goto>,
828 Exceptions thrown by code inside a C<defer> block will propagate to the
829 caller in the same way as any other exception thrown by normal code.
831 If the C<defer> block is being executed due to a thrown exception and throws

123456