| /openbsd-src/gnu/usr.bin/perl/cpan/Pod-Simple/t/ |
| H A D | ac_d.t | 18 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 D | converter-fail.t | 33 ok ( $@, "error thrown up converting" ); 39 ok ( $@, "error thrown down converting" );
|
| /openbsd-src/gnu/lib/libstdc++/libstdc++/libsupc++/ |
| H A D | exception | 47 * 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 D | typeinfo | 116 // 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 D | new | 49 * @brief Exception possibly thrown by @c new.
|
| /openbsd-src/gnu/gcc/libstdc++-v3/libsupc++/ |
| H A D | exception | 51 * 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 D | typeinfo | 103 // 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 D | new | 54 * @brief Exception possibly thrown by @c new.
|
| /openbsd-src/games/hack/ |
| H A D | hack.fight.c | 204 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 D | recipes | 14 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 D | belg4mit.t | 16 ok( $ok, 'no exception thrown' ) or diag( $@ );
|
| H A D | dandv.t | 13 ok( $ok, 'no exception thrown' );
|
| /openbsd-src/gnu/usr.bin/perl/cpan/podlators/t/data/snippets/ |
| H A D | README.md | 35 stripped) thrown by running some formatter on the input.
|
| /openbsd-src/gnu/llvm/llvm/docs/ |
| H A D | ExceptionHandling.rst | 63 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 D | FaultMaps.rst | 22 ``NullPointerException`` has to be thrown, interrupting normal
|
| /openbsd-src/games/monop/ |
| H A D | cards.inp | 73 the amount thrown.
|
| /openbsd-src/gnu/usr.bin/perl/cpan/Memoize/t/ |
| H A D | correctness.t | 102 ok !$fail, 'no recursion warning thrown from Memoize';
|
| /openbsd-src/gnu/llvm/llvm/docs/HistoricalNotes/ |
| H A D | 2001-09-18-OptimizeExceptions.txt | 12 locally if one is thrown by the function. Most functions don't throw
|
| H A D | 2001-05-18-ExceptionHandling.txt | 20 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 D | C++STYLE | 211 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 D | aix_state_tab_eh.inc | 116 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 D | c++config | 197 // translation. It is primarily used for messages in thrown exceptions; see
|
| /openbsd-src/gnu/usr.bin/perl/dist/Safe/ |
| H A D | Changes | 67 fix [perl #72700]: An exception thrown from a closure was getting lost.
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/IR/ |
| H A D | IntrinsicsWebAssembly.td | 109 // exception. The second argument is the thrown exception pointer.
|
| /openbsd-src/gnu/usr.bin/perl/pod/ |
| H A D | perlsyn.pod | 657 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
|